Home
last modified time | relevance | path

Searched refs:isSameSsid (Results 1 – 1 of 1) 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.cpp3244 bool isSameSsid = (curApConfig.GetSsid() == linkedInfo.ssid); in IsSoftApSsidSameWithWifi() local
3248 if (isSameSsid && isSameSecurityType && !isSamePassword) { in IsSoftApSsidSameWithWifi()