Home
last modified time | relevance | path

Searched refs:HDI_POS_TEN (Results 1 – 5 of 5) 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_common_test.cpp21 #define HDI_POS_TEN 10 macro
531 EXPECT_EQ(hex2byte("5a"), (5 << HDI_POS_FOURTH) | HDI_POS_TEN);
532 EXPECT_EQ(hex2byte("Aa"), (HDI_POS_TEN << HDI_POS_FOURTH) | HDI_POS_TEN);
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.h39 #define HDI_POS_TEN 10 macro
/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.h256 #define HDI_POS_TEN 10 macro
H A Dwifi_hdi_wpa_p2p_impl.c990 #define HDI_POS_TEN 10 macro
997 return c - 'a' + HDI_POS_TEN; in hex2num()
1000 return c - 'A' + HDI_POS_TEN; in hex2num()
H A Dwifi_hdi_common.c43 return c - 'a' + HDI_POS_TEN; in hex2num()
46 return c - 'A' + HDI_POS_TEN; in hex2num()