Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h216 bool canOpenStaWhenAirplane; /* if airplane is opened, whether can open sta */ member
269 canOpenStaWhenAirplane = true; in WifiConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp981 item.canOpenStaWhenAirplane = false;
1049 item.canOpenStaWhenAirplane = (CheckDataLegal(tmpValue) != 0); in __anond4a0641a0502()
1238 ss << " " <<"canOpenStaWhenAirplane=" << item.canOpenStaWhenAirplane << std::endl;
H A Dwifi_settings.cpp1069 return iter->second.canOpenStaWhenAirplane; in GetCanOpenStaWhenAirplaneMode()
1071 return mWifiConfig[0].canOpenStaWhenAirplane; in GetCanOpenStaWhenAirplaneMode()