Home
last modified time | relevance | path

Searched defs:InterScanInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dinter_scan_info.h50 struct InterScanInfo { struct
51 std::string bssid;
52 std::string ssid;
54 std::string oriSsid;
81 InterScanInfo() in InterScanInfo() argument
101 ~InterScanInfo() {} in ~InterScanInfo() argument
103 void GetDeviceMgmt(std::string &mgmt) const in GetDeviceMgmt()
139 void GetWifiStandard(int &standard) const in GetWifiStandard()
144 bool IsWifi11bMode() const in IsWifi11bMode()