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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_action.c75 static ieee80211_send_action_func *vendor_send_action[8] = { variable
106 if (act >= nitems(vendor_send_action))
108 vendor_send_action[act] = f;
143 if (act < nitems(vendor_send_action))
144 f = vendor_send_action[act];

Completed in 115 milliseconds