Searched refs:MGMT_FT_PSK (Results 1 – 2 of 2) sorted by relevance
29 const unsigned int MGMT_FT_PSK = 1 << 6; variable
287 …se if ((keyMgmtInt & MGMT_WPA_PSK) || (keyMgmtInt & MGMT_WPA2_PSK) || (keyMgmtInt & MGMT_FT_PSK)) { in GetKeyMgmt()