Home
last modified time | relevance | path

Searched refs:hex2num (Results 1 – 2 of 2) 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.c37 static int hex2num(char c) in hex2num() function
54 a = hex2num(*hex++); in hex2byte()
58 b = hex2num(*hex++); in hex2byte()
123 val = hex2num(**pos); in DealSymbol()
H A Dwifi_hdi_wpa_p2p_impl.c991 static int hex2num(char c) in hex2num() function
1007 int a = hex2num(*hex++); in hex2byte()
1011 int b = hex2num(*hex++); in hex2byte()