Searched defs:HotspotConfig (Results 1 – 3 of 3) sorted by relevance
64 struct HotspotConfig { struct65 HotspotConfig() in HotspotConfig() argument73 inline void SetSsid(const std::string &newSsid) in SetSsid()77 inline const std::string &GetSsid() const in GetSsid()82 inline void SetPreSharedKey(const std::string &newKey) in SetPreSharedKey()86 inline const std::string &GetPreSharedKey() const in GetPreSharedKey()91 inline void SetSecurityType(KeyMgmt type) in SetSecurityType()95 inline KeyMgmt GetSecurityType() const in GetSecurityType()100 inline void SetBand(BandType newBand) in SetBand()104 inline BandType GetBand() const in GetBand()[all …]
98 } HotspotConfig; typedef
100 } HotspotConfig; typedef