Searched refs:isPortal (Results 1 – 9 of 9) sorted by relevance
32 config.isPortal = backupCfg.isPortal; in ConvertBackupCfgToDeviceCfg()57 backupCfg.isPortal = config.isPortal; in ConvertDeviceCfgToBackupCfg()
34 bool isPortal; member51 isPortal = false; in WifiBackupConfig()
52 item.isPortal = false; in ClearWifiDeviceConfig()187 item.isPortal = CheckDataLegal(tmpValue); in SetWifiDeviceConfigExternal()583 ss << " " <<"isPortal=" << item.isPortal << std::endl; in OutPutWifiDeviceConfig()1751 item.isPortal = CheckDataLegal(tmpValue); in SetIsPortal()1782 item.isPortal = false; in ClearWifiBackupConfig()1843 item.isPortal = CheckDataLegal(tmpValue); in SetWifiBackupConfig()1890 ss << " " <<"isPortal=" << item.isPortal << std::endl; in OutPutWifiBackupConfig()
176 if (wifiDeviceConfig.noInternetAccess || wifiDeviceConfig.isPortal) { in Filter()208 return wifiDeviceConfig.noInternetAccess && !wifiDeviceConfig.isPortal && in Filter()226 if (networkCandidate.wifiDeviceConfig.isPortal && in Filter()261 if (networkCandidate.wifiDeviceConfig.isPortal && in Filter()267 return networkCandidate.wifiDeviceConfig.isPortal; in Filter()502 if (networkCandidate.wifiDeviceConfig.isPortal) { in Filter()
649 bool isPortal; member695 isPortal = false; in WifiDeviceConfig()
546 wifiDeviceConfig.isPortal = true; in __anondbc6ef1a1402()616 wifiDeviceConfig.isPortal = true; in __anondbc6ef1a1602()648 wifiDeviceConfig.isPortal = true; in __anondbc6ef1a1702()
351 wifiConfig.isPortal = GetPrimValue<bool>(node, PrimType::BOOLEAN); in ParseWifiConfig()
3477 portalState = config.isPortal ? PortalState::AUTHED : PortalState::NOT_PORTAL; in UpdatePortalState()3523 if (getCurrentWifiDeviceConfig().isPortal) { in HandleNetCheckResult()4698 wifiDeviceConfig.isPortal = true; in InsertOrUpdateNetworkStatusHistory()
2516 bool isPortalNetwork = config.isPortal; in IsNeedWifiReassocUseDeviceMac()