Home
last modified time | relevance | path

Searched refs:DEC_MAX_SCOPE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_common.c36 #define DEC_MAX_SCOPE 10 macro
72 result += *tmp - 'A' + DEC_MAX_SCOPE; in Hex2Dec()
74 result += *tmp - 'a' + DEC_MAX_SCOPE; in Hex2Dec()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.c27 #define DEC_MAX_SCOPE 10 macro
42 result += *tmp - 'A' + DEC_MAX_SCOPE; in Hex2Dec()
44 result += *tmp - 'a' + DEC_MAX_SCOPE; in Hex2Dec()
H A Dwpa_p2p_cmd.c39 #define DEC_MAX_SCOPE 10 macro