Searched refs:wpa_key_mgmt_suite_b (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/common/
H A Ddefs.h145 static inline int wpa_key_mgmt_suite_b(int akm) function
H A Dwpa_common.c129 wpa_key_mgmt_suite_b(akmp) ||
147 wpa_key_mgmt_suite_b(akmp);
168 wpa_key_mgmt_suite_b(akmp);
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c142 if (wpa_key_mgmt_suite_b(akmp) && !kck)
154 else if (wpa_key_mgmt_suite_b(akmp))
H A Dwpa.c376 !wpa_key_mgmt_suite_b(sm->key_mgmt) &&
431 !wpa_key_mgmt_suite_b(sm->key_mgmt) &&
1579 if (sm->proto == WPA_PROTO_RSN && wpa_key_mgmt_suite_b(sm->key_mgmt) &&
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c326 if (wpa_key_mgmt_suite_b(akmp) && !kck)
338 else if (wpa_key_mgmt_suite_b(akmp))
H A Dwpa_auth.c2147 } else if (wpa_key_mgmt_suite_b(sm->wpa_key_mgmt)) {

Completed in 129 milliseconds