Searched refs:ptk_rekey_state (Results 1 – 4 of 4) sorted by relevance
823 if (vif->ptk_rekey_state != WIL_REKEY_WAIT_M4_SENT) { in wil_enable_tx_key_worker()825 vif->ptk_rekey_state); in wil_enable_tx_key_worker()841 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_enable_tx_key_worker()863 switch (vif->ptk_rekey_state) { in wil_tx_complete_handle_eapol()868 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_tx_complete_handle_eapol()875 vif->ptk_rekey_state); in wil_tx_complete_handle_eapol()899 if (vif->ptk_rekey_state == WIL_REKEY_IDLE) in wil_rx_handle_eapol()900 vif->ptk_rekey_state = WIL_REKEY_M3_RECEIVED; in wil_rx_handle_eapol()
376 vif->ptk_rekey_state = WIL_REKEY_IDLE; in _wil6210_disconnect_complete()1660 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_reset()
1659 (vif->ptk_rekey_state == WIL_REKEY_M3_RECEIVED || in wil_cfg80211_add_key()1660 vif->ptk_rekey_state == WIL_REKEY_WAIT_M4_SENT)) { in wil_cfg80211_add_key()1662 vif->ptk_rekey_state = WIL_REKEY_WAIT_M4_SENT; in wil_cfg80211_add_key()
890 enum wil_rekey_state ptk_rekey_state; member