Home
last modified time | relevance | path

Searched refs:HDI_POS_FIRST (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.h95 …return (a[HDI_POS_ZERO] << HDI_MOVE_SIXTEEN) | (a[HDI_POS_FIRST] << HDI_MOVE_EIGHT) | a[HDI_POS_SE… in HdiGetBe24()
100 return ((uint32_t) a[HDI_POS_ZERO] << HDI_MOVE_TF) | (a[HDI_POS_FIRST] << HDI_MOVE_SIXTEEN) | in HdiGetBe32()
106 return (a[HDI_POS_FIRST] << HDI_MOVE_EIGHT) | a[HDI_POS_ZERO]; in HdiGetBe16()
H A Dwifi_hdi_define.h249 #define HDI_POS_FIRST 1 macro
H A Dwifi_hdi_common.c633 if (wpaIeLen >= HDI_POS_FIRST && hdiIe[0] == HDI_EID_RSN) { in HdiParseIe()
851 if (ie[HDI_POS_FIRST] < HDI_CAP_WAPI_BIT_OFFSET - HDI_POS_SECOND) { in HdiGetWapiTxt()
/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.cpp280 ie[HDI_POS_FIRST] = HDI_CAP_WAPI_BIT_OFFSET - HDI_POS_SECOND - 1;
290 ie[HDI_POS_FIRST] = HDI_CAP_WAPI_BIT_OFFSET - HDI_POS_SECOND;