Searched refs:auth_key_tx_state (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h116 } auth_key_tx_state; member in struct:eapol_state_machine
H A Deapol_auth_dump.c259 "auth_key_tx_state=%s\n",
260 auth_key_tx_state_txt(sm->auth_key_tx_state));
H A Deapol_auth_sm.c676 switch (sm->auth_key_tx_state) {
808 sm->auth_key_tx_state = AUTH_KEY_TX_NO_KEY_TRANSMIT;
928 prev_auth_key_tx = sm->auth_key_tx_state;
947 prev_auth_key_tx != sm->auth_key_tx_state ||

Completed in 116 milliseconds