Searched refs:ba_send_action (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/net80211/
H A Dieee80211_action.c57 static ieee80211_send_action_func *ba_send_action[8] = { variable
88 if (act >= nitems(ba_send_action))
90 ba_send_action[act] = f;
134 if (act < nitems(ba_send_action))
135 f = ba_send_action[act];

Completed in 159 milliseconds