Home
last modified time | relevance | path

Searched refs:AP_DEFAULT_IP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp82 … 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()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h40 const std::string AP_DEFAULT_IP = "192.168.43.1"; variable