Searched refs:LinkInfoKey (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_info.cpp | 23 template<> InfoContainer<LinkInfoKey>::KeyTypeTable InfoContainer<LinkInfoKey>::keyTypeTable_ = { 174 Set(LinkInfoKey::CENTER_20M, freq); in SetCenter20M() 214 Set(LinkInfoKey::SSID, ssid); in SetSsid() 224 Set(LinkInfoKey::BSSID, bssid); in SetBssid() 234 Set(LinkInfoKey::PSK, psk); in SetPsk() 244 Set(LinkInfoKey::IS_DHCP, isDhcp); in SetIsDhcp() 274 Set(LinkInfoKey::AUTH_PORT, port); in SetAuthPort() 304 Set(LinkInfoKey::STATUS, status); in SetStatus() 309 return Get(LinkInfoKey::STATUS, 0); in GetStatus() 334 Set(LinkInfoKey::IS_CLIENT, client); in SetIsClient() [all …]
|
H A D | link_info.h | 27 enum class LinkInfoKey { enum 55 class LinkInfo : public Serializable, public InfoContainer<LinkInfoKey> {
|