Home
last modified time | relevance | path

Searched refs:MKA_PSK_SET_CAK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/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)) in write_mka_cak()
H A Dconfig.c2016 ssid->mka_psk_set |= MKA_PSK_SET_CAK; in wpa_config_parse_mka_cak()
2058 if (!(ssid->mka_psk_set & MKA_PSK_SET_CAK)) in wpa_config_write_mka_cak()
/dragonfly/contrib/wpa_supplicant/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)