Home
last modified time | relevance | path

Searched refs:HdiGetIeTxt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h121 char* HdiGetIeTxt(char *pos, char *end, const char *proto,
H A Dwifi_hdi_util.c1061 pos = HdiGetIeTxt(pos, end, "WPA", ie, HDI_POS_SECOND + ie[1]); in GetScanResultText()
1064 pos = HdiGetIeTxt(pos, end, mesh ? "RSN" : "WPA2", in GetScanResultText()
1091 pos = HdiGetIeTxt(pos, end, "OSEN", osen_ie, HDI_POS_SECOND + osen_ie[1]); in GetScanResultText()
H A Dwifi_hdi_common.c645 char* HdiGetIeTxt(char *pos, char *end, const char *proto, in HdiGetIeTxt() function
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common_test.cpp239 char *result = HdiGetIeTxt(pos, end, proto, ie, ieLen);