Home
last modified time | relevance | path

Searched refs:HDI_POS_EIGHT (Results 1 – 3 of 3) 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_define.h255 #define HDI_POS_EIGHT 8 macro
H A Dwifi_hdi_util.c732 if (!ie || ie[1] <= capab / HDI_POS_EIGHT) { in HdiCheckExtCap()
735 return !!(ie[HDI_POS_SECOND + capab / HDI_POS_EIGHT] & HDI_BIT(capab % HDI_POS_EIGHT)); in HdiCheckExtCap()
763 capabs |= rsnxe[i] << (HDI_POS_EIGHT * i); in HdiGetRsnCapabLen()
H A Dwifi_hdi_common.c79 val = val * HDI_POS_EIGHT + (**pos++ - '0'); in DealDigital()
82 val = val * HDI_POS_EIGHT + (**pos++ - '0'); in DealDigital()