Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp1202 const int idlCountryCodeLen = 32; in ReqWpaGetCountryCode() local
1203 char code[idlCountryCodeLen] = {0}; in ReqWpaGetCountryCode()
1204 WifiErrorNo ret = WpaGetCountryCode(code, idlCountryCodeLen); in ReqWpaGetCountryCode()