Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.h23 const unsigned int MGMT_NONE = 1 << 0; variable
H A Dnetwork_parser.cpp289 } else if (keyMgmtInt & MGMT_NONE) { in GetKeyMgmt()