Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dconfig_ssid.h935 #define MKA_PSK_SET_CKN BIT(0) macro
937 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
Dconfig_file.c647 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN)) in write_mka_ckn()
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()
/hostap-3.6.0/src/ap/
Dap_config.h872 #define MKA_PSK_SET_CKN BIT(0) macro
874 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/hostap-3.6.0/hostapd/
Dconfig_file.c4702 bss->mka_psk_set |= MKA_PSK_SET_CKN; in hostapd_config_fill()