Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dagg-tx.c365 timer_delete_sync(&tid_tx->addba_resp_timer); in __ieee80211_stop_tx_ba_session()
426 addba_resp_timer); in sta_addba_resp_timer_expired()
459 mod_timer(&tid_tx->addba_resp_timer, jiffies + ADDBA_RESP_INTERVAL); in ieee80211_send_addba_with_timeout()
727 timer_setup(&tid_tx->addba_resp_timer, sta_addba_resp_timer_expired, 0); in ieee80211_start_tx_ba_session()
1008 timer_delete_sync(&tid_tx->addba_resp_timer); in ieee80211_process_addba_resp()
1014 * addba_resp_timer may have fired before we got here, and in ieee80211_process_addba_resp()
H A Dsta_info.h159 * @addba_resp_timer: timer for peer's response to addba request
187 struct timer_list addba_resp_timer; member