Searched defs:hdiIe (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common_test.cpp | 380 uint8_t hdiIe[] = {HDI_EID_RSN, 0, 0, 0}; variable 389 uint8_t hdiIe[] = {0, 0, 0, 0}; variable 398 uint8_t hdiIe[] = {HDI_EID_RSN, 0, 0, 0, 0, 0, 0}; variable 407 uint8_t hdiIe[] = {HDI_EID_VENDOR_SPECIFIC, 0, 0, 0, 0, 0, 0}; variable 456 uint8_t hdiIe[10]; variable 465 uint8_t hdiIe[10]; variable 475 uint8_t hdiIe[10]; variable 485 uint8_t hdiIe[10]; variable 497 uint8_t hdiIe[10]; variable 508 uint8_t hdiIe[10]; variable [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common.c | 412 int HdiConvertIe(const uint8_t *hdiIe, size_t wpaIeLen, in HdiConvertIe() 630 int HdiParseIe(const uint8_t *hdiIe, size_t wpaIeLen, in HdiParseIe()
|
H A D | wifi_hdi_struct.h | 75 const uint8_t *hdiIe; member
|