Searched refs:strPhase2Method (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/ |
H A D | wifi_hdi_wpa_client.cpp | 273 std::string strPhase2Method = WifiEapConfig::Phase2MethodToStr(config.eapConfig.eap, in SetDeviceConfig() local 275 … num += PushDeviceConfigString(conf + num, DEVICE_CONFIG_EAP_PHASE2METHOD, strPhase2Method); in SetDeviceConfig() 292 std::string strPhase2Method = WifiEapConfig::Phase2MethodToStr(config.eapConfig.eap, in SetDeviceConfig() local 294 … num += PushDeviceConfigString(conf + num, DEVICE_CONFIG_EAP_PHASE2METHOD, strPhase2Method); in SetDeviceConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.cpp | 558 std::string strPhase2Method = WifiEapConfig::Phase2MethodToStr(config.eapConfig.eap, in SetDeviceConfig() local 560 … num += PushDeviceConfigString(conf + num, DEVICE_CONFIG_EAP_PHASE2METHOD, strPhase2Method); in SetDeviceConfig() 577 std::string strPhase2Method = WifiEapConfig::Phase2MethodToStr(config.eapConfig.eap, in SetDeviceConfig() local 579 … num += PushDeviceConfigString(conf + num, DEVICE_CONFIG_EAP_PHASE2METHOD, strPhase2Method); in SetDeviceConfig()
|