Home
last modified time | relevance | path

Searched refs:MGMT_FT_PSK (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.h29 const unsigned int MGMT_FT_PSK = 1 << 6; variable
H A Dnetwork_parser.cpp287 …se if ((keyMgmtInt & MGMT_WPA_PSK) || (keyMgmtInt & MGMT_WPA2_PSK) || (keyMgmtInt & MGMT_FT_PSK)) { in GetKeyMgmt()