Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h412 bool IsSoftApSsidSameWithWifi(const HotspotConfig& curApConfig);
H A Dself_cure_state_machine.cpp3238 bool SelfCureStateMachine::IsSoftApSsidSameWithWifi(const HotspotConfig& curApConfig) in IsSoftApSsidSameWithWifi() function in OHOS::Wifi::SelfCureStateMachine
3269 if (IsSoftApSsidSameWithWifi(curApConfig)) { in CheckConflictIpForSoftAp()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp3366 EXPECT_TRUE(pSelfCureStateMachine->IsSoftApSsidSameWithWifi(curApConfig) == false);