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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_action.c70 static ieee80211_send_action_func *meshpl_send_action[8] = { variable
103 if (act >= nitems(meshpl_send_action))
105 meshpl_send_action[act] = f;
147 if (act < nitems(meshpl_send_action))
148 f = meshpl_send_action[act];

Completed in 81 milliseconds