Searched refs:AP_DEFAULT_IP (Results 1 – 2 of 2) sorted by relevance
82 … if (!m_hotspotConfig.GetIpAddress().empty() && m_hotspotConfig.GetIpAddress() != AP_DEFAULT_IP) { in GoOutState()84 m_hotspotConfig.SetIpAddress(AP_DEFAULT_IP); in GoOutState()189 apConfig.SetIpAddress(AP_DEFAULT_IP); in SetConfig()
40 const std::string AP_DEFAULT_IP = "192.168.43.1"; variable