Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_action.c173 static ieee80211_recv_action_func *ba_recv_action[8] = {
177 static ieee80211_recv_action_func *ht_recv_action[8] = {
181 static ieee80211_recv_action_func *meshpl_recv_action[8] = {
185 static ieee80211_recv_action_func *meshaction_recv_action[12] = {
190 static ieee80211_recv_action_func *vendor_recv_action[8] = {
195 static ieee80211_recv_action_func *vht_recv_action[3] = {
200 ieee80211_recv_action_register(int cat, int act, ieee80211_recv_action_func *f) in ieee80211_recv_action_register()
248 ieee80211_recv_action_func *f = recv_inval; in ieee80211_recv_action()
H A Dieee80211_action.h46 typedef int ieee80211_recv_action_func(struct ieee80211_node *, typedef
49 ieee80211_recv_action_func *);
H A Dieee80211_ht.c164 static ieee80211_recv_action_func ht_recv_action_ba_addba_request;
165 static ieee80211_recv_action_func ht_recv_action_ba_addba_response;
166 static ieee80211_recv_action_func ht_recv_action_ba_delba;
167 static ieee80211_recv_action_func ht_recv_action_ht_mimopwrsave;
168 static ieee80211_recv_action_func ht_recv_action_ht_txchwidth;
H A Dieee80211_mesh.c151 static ieee80211_recv_action_func mesh_recv_action_meshpeering_open;
152 static ieee80211_recv_action_func mesh_recv_action_meshpeering_confirm;
153 static ieee80211_recv_action_func mesh_recv_action_meshpeering_close;
154 static ieee80211_recv_action_func mesh_recv_action_meshlmetric;
155 static ieee80211_recv_action_func mesh_recv_action_meshgate;
H A Dieee80211_hwmp.c201 static ieee80211_recv_action_func hwmp_recv_action_meshpath;