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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_action.c70 static ieee80211_send_action_func *meshlm_send_action[4] = { variable
103 if (act >= N(meshlm_send_action))
105 meshlm_send_action[act] = f;
148 if (act < N(meshlm_send_action))
149 f = meshlm_send_action[act];

Completed in 45 milliseconds