Home
last modified time | relevance | path

Searched refs:ptk_rekey_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dtxrx.c809 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()
Dmain.c365 vif->ptk_rekey_state = WIL_REKEY_IDLE; in _wil6210_disconnect_complete()
1649 vif->ptk_rekey_state = WIL_REKEY_IDLE; in wil_reset()
Dcfg80211.c1671 (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()
Dwil6210.h881 enum wil_rekey_state ptk_rekey_state; member