Home
last modified time | relevance | path

Searched refs:COLUMN_INDEX_THREE (Results 1 – 5 of 5) 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_util.c36 #define COLUMN_INDEX_THREE 3 macro
265 int expectedLen = HE_OPER_BASIC_LEN + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) in GetChanWidthCenterFreqHe()
272 int startIndx = VHT_OPER_INFO_BEGIN_INDEX + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) in GetChanWidthCenterFreqHe()
276 int centerSegFreq1 = content[startIndx + COLUMN_INDEX_THREE] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1271 } else if (columnIndex == COLUMN_INDEX_THREE) { in DelScanInfoLine()
H A Dwifi_hdi_wpa_sta_impl.c28 #define COLUMN_INDEX_THREE 3 macro
/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.c34 #define COLUMN_INDEX_THREE 3 macro
1006 int expectedLen = HE_OPER_BASIC_LEN + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) in GetChanWidthCenterFreqHe()
1013 int startIndx = VHT_OPER_INFO_BEGIN_INDEX + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) in GetChanWidthCenterFreqHe()
1017 int centerSegFreq1 = content[startIndx + COLUMN_INDEX_THREE] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1225 } else if (columnIndex == COLUMN_INDEX_THREE) { in DelScanInfoLine()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c34 #define COLUMN_INDEX_THREE 3 macro
1197 int expectedLen = HE_OPER_BASIC_LEN + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) + in GetChanWidthCenterFreqHe()
1204 int startIndx = VHT_OPER_INFO_BEGIN_INDEX + (isVhtInfoExist ? COLUMN_INDEX_THREE : 0) + in GetChanWidthCenterFreqHe()
1208 int centerSegFreq1 = content[startIndx + COLUMN_INDEX_THREE] & UINT8_MASK; in GetChanWidthCenterFreqHe()
1415 } else if (columnIndex == COLUMN_INDEX_THREE) { in DelScanInfoLine()
/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.cpp288 #define COLUMN_INDEX_THREE 3 macro
294 infoElem.content = (char *)malloc(HE_OPER_BASIC_LEN + COLUMN_INDEX_THREE + 1);
297 infoElem.size = HE_OPER_BASIC_LEN + COLUMN_INDEX_THREE + 1;