Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_action.c62 static ieee80211_send_action_func *ba_send_action[8] = {
66 static ieee80211_send_action_func *ht_send_action[8] = {
70 static ieee80211_send_action_func *meshpl_send_action[8] = {
74 static ieee80211_send_action_func *meshaction_send_action[12] = {
79 static ieee80211_send_action_func *vendor_send_action[8] = {
84 static ieee80211_send_action_func *vht_send_action[3] = {
89 ieee80211_send_action_register(int cat, int act, ieee80211_send_action_func *f) in ieee80211_send_action_register()
135 ieee80211_send_action_func *f = send_inval; in ieee80211_send_action()
H A Dieee80211_action.h39 typedef int ieee80211_send_action_func(struct ieee80211_node *, typedef
42 ieee80211_send_action_func *f);
H A Dieee80211_mesh.c157 static ieee80211_send_action_func mesh_send_action_meshpeering_open;
158 static ieee80211_send_action_func mesh_send_action_meshpeering_confirm;
159 static ieee80211_send_action_func mesh_send_action_meshpeering_close;
160 static ieee80211_send_action_func mesh_send_action_meshlmetric;
161 static ieee80211_send_action_func mesh_send_action_meshgate;
H A Dieee80211_ht.c170 static ieee80211_send_action_func ht_send_action_ba_addba;
171 static ieee80211_send_action_func ht_send_action_ba_delba;
172 static ieee80211_send_action_func ht_send_action_ht_txchwidth;