Home
last modified time | relevance | path

Searched refs:txcb_flags (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h88 u16 txcb_flags; member
Dwpa.c1233 sm->txcb_flags |= WPA_4_4_HANDSHAKE_BIT; in wpa_supplicant_send_4_of_4()
1234 wpa_printf(MSG_DEBUG, "tx 4/4 txcb_flags=%d", sm->txcb_flags); in wpa_supplicant_send_4_of_4()
1601 sm->txcb_flags |= WPA_GROUP_HANDSHAKE_BIT; in wpa_supplicant_send_2_of_2()
1602 wpa_printf(MSG_DEBUG, "2/2 txcb_flags=%d", sm->txcb_flags); in wpa_supplicant_send_2_of_2()
2671 if (sm->txcb_flags & WPA_4_4_HANDSHAKE_BIT) { in eapol_txcb()
2672 sm->txcb_flags &= ~WPA_4_4_HANDSHAKE_BIT; in eapol_txcb()
2675 wpa_printf(MSG_DEBUG, "4/4 txcb, flags=%d", sm->txcb_flags); in eapol_txcb()
2679 wpa_printf(MSG_DEBUG, "2/4 txcb, flags=%d, txfail %d", sm->txcb_flags, tx_failure); in eapol_txcb()
2683 if (sm->txcb_flags & WPA_GROUP_HANDSHAKE_BIT) { in eapol_txcb()
2684 sm->txcb_flags &= ~WPA_GROUP_HANDSHAKE_BIT; in eapol_txcb()
[all …]