Searched refs:MKA_PSK_SET_CAK (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h868 #define MKA_PSK_SET_CAK BIT(1) macro
869 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
H A Dconfig_file.c714 if (!(ssid->mka_psk_set & MKA_PSK_SET_CAK))
H A Dconfig.c2016 ssid->mka_psk_set |= MKA_PSK_SET_CAK;
2058 if (!(ssid->mka_psk_set & MKA_PSK_SET_CAK))
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h823 #define MKA_PSK_SET_CAK BIT(1) macro
824 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4490 bss->mka_psk_set |= MKA_PSK_SET_CAK;

Completed in 99 milliseconds