Home
last modified time | relevance | path

Searched refs:HE_OPER_BASIC_LEN (Results 1 – 4 of 4) 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 Dwifi_hdi_util_test.cpp210 const unsigned int HE_OPER_BASIC_LEN = 6; variable
254 infoElem.content = (char *)malloc(HE_OPER_BASIC_LEN + 1);
256 infoElem.size = HE_OPER_BASIC_LEN + 1;
266 infoElem.content = (char *)malloc(HE_OPER_BASIC_LEN + 1);
268 infoElem.size = HE_OPER_BASIC_LEN + 1;
278 infoElem.content = (char *)malloc(HE_OPER_BASIC_LEN + COLUMN_INDEX_FIVE + 1);
281 infoElem.size = HE_OPER_BASIC_LEN + COLUMN_INDEX_FIVE + 1;
294 infoElem.content = (char *)malloc(HE_OPER_BASIC_LEN + COLUMN_INDEX_THREE + 1);
297 infoElem.size = HE_OPER_BASIC_LEN + COLUMN_INDEX_THREE + 1;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c58 const unsigned int HE_OPER_BASIC_LEN = 6; variable
255 if ((infoElem->content == NULL) || ((unsigned int)infoElem->size < (HE_OPER_BASIC_LEN + 1))) { in GetChanWidthCenterFreqHe()
265 int expectedLen = HE_OPER_BASIC_LEN + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) in GetChanWidthCenterFreqHe()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c51 const unsigned int HE_OPER_BASIC_LEN = 6; variable
996 if ((infoElem->content == NULL) || ((unsigned int)infoElem->size < (HE_OPER_BASIC_LEN + 1))) { in GetChanWidthCenterFreqHe()
1006 int expectedLen = HE_OPER_BASIC_LEN + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) in GetChanWidthCenterFreqHe()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c55 const unsigned int HE_OPER_BASIC_LEN = 6; variable
1187 if ((infoElem->content == NULL) || ((unsigned int)infoElem->size < (HE_OPER_BASIC_LEN + 1))) { in GetChanWidthCenterFreqHe()
1197 int expectedLen = HE_OPER_BASIC_LEN + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) + in GetChanWidthCenterFreqHe()