Home
last modified time | relevance | path

Searched refs:WPA_KEY_INFO_INSTALL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h149 #define WPA_KEY_INFO_INSTALL BIT(6) /* pairwise */ macro
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c1045 (key_info & WPA_KEY_INFO_INSTALL) ? 1 : 0, in __wpa_send_eapol()
1946 WPA_KEY_INFO_ACK | WPA_KEY_INFO_INSTALL | in SM_STATE()
2181 (!sm->Pair ? WPA_KEY_INFO_INSTALL : 0), in SM_STATE()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1360 if (sm->key_install && sm->key_info & WPA_KEY_INFO_INSTALL && sm->use_ext_key_id) { in wpa_supplicant_process_3_of_4()
1408 if (sm->key_install && key_info & WPA_KEY_INFO_INSTALL) { in wpa_supplicant_send_4_of_4_txcallback()
1827 key_info & WPA_KEY_INFO_INSTALL ? " Install" : "", in wpa_eapol_key_dump()