Searched refs:ptk_rekey_state (Results 1 – 4 of 4) sorted by relevance
809 if (vif->ptk_rekey_state != WIL_REKEY_WAIT_M4_SENT) { in wil_enable_tx_key_worker()811 vif->ptk_rekey_state); in wil_enable_tx_key_worker()827 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_enable_tx_key_worker()849 switch (vif->ptk_rekey_state) { in wil_tx_complete_handle_eapol()854 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_tx_complete_handle_eapol()861 vif->ptk_rekey_state); in wil_tx_complete_handle_eapol()885 if (vif->ptk_rekey_state == WIL_REKEY_IDLE) in wil_rx_handle_eapol()886 vif->ptk_rekey_state = WIL_REKEY_M3_RECEIVED; in wil_rx_handle_eapol()
365 vif->ptk_rekey_state = WIL_REKEY_IDLE; in _wil6210_disconnect_complete()1649 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_reset()
1671 (vif->ptk_rekey_state == WIL_REKEY_M3_RECEIVED || in wil_cfg80211_add_key()1672 vif->ptk_rekey_state == WIL_REKEY_WAIT_M4_SENT)) { in wil_cfg80211_add_key()1674 vif->ptk_rekey_state = WIL_REKEY_WAIT_M4_SENT; in wil_cfg80211_add_key()
881 enum wil_rekey_state ptk_rekey_state; member