Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDconfig_ssid.h867 #define MKA_PSK_SET_CKN BIT(0) macro
869 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
HDconfig_file.c729 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN)) in write_mka_ckn()
HDconfig.c2045 ssid->mka_psk_set |= MKA_PSK_SET_CKN; in wpa_config_parse_mka_ckn()
2068 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN)) in wpa_config_write_mka_ckn()
/freebsd-11-stable/contrib/wpa/src/ap/
HDap_config.h822 #define MKA_PSK_SET_CKN BIT(0) macro
824 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c4507 bss->mka_psk_set |= MKA_PSK_SET_CKN;