Home
last modified time | relevance | path

Searched refs:IEEE80211_ACTION_BA_ADDBA_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ht.c185 IEEE80211_ACTION_BA_ADDBA_RESPONSE, ht_recv_action_ba_addba_response); in ieee80211_ht_init()
196 IEEE80211_ACTION_BA_ADDBA_RESPONSE, ht_send_action_ba_addba); in ieee80211_ht_init()
2472 IEEE80211_ACTION_BA_ADDBA_RESPONSE, args); in ht_recv_action_ba_addba_request()
3089 if (action == IEEE80211_ACTION_BA_ADDBA_RESPONSE) in ht_send_action_ba_addba()
H A Dieee80211_input.c824 case IEEE80211_ACTION_BA_ADDBA_RESPONSE: in ieee80211_parse_action()
H A Dieee80211.h579 #define IEEE80211_ACTION_BA_ADDBA_RESPONSE 1 /* ADDBA response */ macro