Home
last modified time | relevance | path

Searched refs:ieee80211_send_mgmt (Results 1 – 6 of 6) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.h79 extern int ieee80211_send_mgmt(struct ieee80211com *, struct ieee80211_node *,
H A Dieee80211_proto.c108 ic->ic_send_mgmt = ieee80211_send_mgmt; in ieee80211_proto_attach()
H A Dieee80211_output.c1829 ieee80211_send_mgmt(struct ieee80211com *ic, struct ieee80211_node *ni, in ieee80211_send_mgmt() function
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.h113 int ieee80211_send_mgmt(struct ieee80211_node *, int, int);
H A Dieee80211_proto.c299 ic->ic_send_mgmt = ieee80211_send_mgmt; in ieee80211_proto_attach()
H A Dieee80211_output.c2690 ieee80211_send_mgmt(struct ieee80211_node *ni, int type, int arg) in ieee80211_send_mgmt() function