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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_action.c62 static ieee80211_send_action_func *ht_send_action[8] = { variable
93 if (act >= N(ht_send_action))
95 ht_send_action[act] = f;
140 if (act < N(ht_send_action))
141 f = ht_send_action[act];

Completed in 112 milliseconds