Home
last modified time | relevance | path

Searched refs:ieee80211_recv_action_func (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_action.c168 static ieee80211_recv_action_func *ba_recv_action[8] = {
172 static ieee80211_recv_action_func *ht_recv_action[8] = {
176 static ieee80211_recv_action_func *meshpl_recv_action[8] = {
180 static ieee80211_recv_action_func *meshaction_recv_action[12] = {
185 static ieee80211_recv_action_func *vendor_recv_action[8] = {
190 static ieee80211_recv_action_func *vht_recv_action[3] = {
195 ieee80211_recv_action_register(int cat, int act, ieee80211_recv_action_func *f) in ieee80211_recv_action_register()
243 ieee80211_recv_action_func *f = recv_inval; in ieee80211_recv_action()
H A Dieee80211_action.h44 typedef int ieee80211_recv_action_func(struct ieee80211_node *, typedef
47 ieee80211_recv_action_func *);
H A Dieee80211_ht.c159 static ieee80211_recv_action_func ht_recv_action_ba_addba_request;
160 static ieee80211_recv_action_func ht_recv_action_ba_addba_response;
161 static ieee80211_recv_action_func ht_recv_action_ba_delba;
162 static ieee80211_recv_action_func ht_recv_action_ht_mimopwrsave;
163 static ieee80211_recv_action_func ht_recv_action_ht_txchwidth;
H A Dieee80211_mesh.c147 static ieee80211_recv_action_func mesh_recv_action_meshpeering_open;
148 static ieee80211_recv_action_func mesh_recv_action_meshpeering_confirm;
149 static ieee80211_recv_action_func mesh_recv_action_meshpeering_close;
150 static ieee80211_recv_action_func mesh_recv_action_meshlmetric;
151 static ieee80211_recv_action_func mesh_recv_action_meshgate;
H A Dieee80211_hwmp.c196 static ieee80211_recv_action_func hwmp_recv_action_meshpath;