Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h928 #define MKA_PSK_SET_CKN BIT(0) macro
930 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
H A Dconfig_file.c647 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN)) in write_mka_ckn()
H A Dconfig.c2236 ssid->mka_psk_set |= MKA_PSK_SET_CKN; in wpa_config_parse_mka_ckn()
2259 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN)) in wpa_config_write_mka_ckn()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h865 #define MKA_PSK_SET_CKN BIT(0) macro
867 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4692 bss->mka_psk_set |= MKA_PSK_SET_CKN; in hostapd_config_fill()