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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h867 #define MKA_PSK_SET_CKN BIT(0) macro
869 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
H A Dconfig_file.c729 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN))
H A Dconfig.c2045 ssid->mka_psk_set |= MKA_PSK_SET_CKN;
2068 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN))
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h822 #define MKA_PSK_SET_CKN BIT(0) macro
824 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4507 bss->mka_psk_set |= MKA_PSK_SET_CKN;

Completed in 194 milliseconds