Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_ssid.h867 #define MKA_PSK_SET_CKN BIT(0) macro
869 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
Dconfig_file.c729 if (!(ssid->mka_psk_set & MKA_PSK_SET_CKN)) in write_mka_ckn()
Dconfig.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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h928 #define MKA_PSK_SET_CKN BIT(0) macro
930 #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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h822 #define MKA_PSK_SET_CKN BIT(0) macro
824 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h865 #define MKA_PSK_SET_CKN BIT(0) macro
867 #define MKA_PSK_SET (MKA_PSK_SET_CKN | MKA_PSK_SET_CAK)
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4507 bss->mka_psk_set |= MKA_PSK_SET_CKN;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4692 bss->mka_psk_set |= MKA_PSK_SET_CKN; in hostapd_config_fill()