Home
last modified time | relevance | path

Searched refs:ieee80211_beacon_alloc (Results 1 – 15 of 15) sorted by relevance

/src/sys/dev/rtwn/
H A Dif_rtwn_beacon.c116 m = ieee80211_beacon_alloc(ni); in rtwn_setup_beacon()
168 uvp->bcn_mbuf = ieee80211_beacon_alloc(ni); in rtwn_update_beacon()
/src/sys/net80211/
H A Dieee80211_proto.h402 struct mbuf *ieee80211_beacon_alloc(struct ieee80211_node *);
H A Dieee80211_output.c3668 ieee80211_beacon_alloc(struct ieee80211_node *ni) in ieee80211_beacon_alloc() function
/src/sys/dev/wtap/
H A Dif_wtap.c216 avp->beacon = ieee80211_beacon_alloc(ni); in wtap_beacon_alloc()
/src/sys/dev/ath/
H A Dif_ath_beacon.c206 m = ieee80211_beacon_alloc(ni); in ath_beacon_alloc()
/src/sys/dev/usb/wlan/
H A Dif_rum.c2798 m = ieee80211_beacon_alloc(ni); in rum_alloc_beacon()
2832 m = ieee80211_beacon_alloc(ni); in rum_update_beacon()
H A Dif_ural.c713 m = ieee80211_beacon_alloc(ni); in ural_newstate()
H A Dif_mtw.c3836 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in mtw_update_beacon()
3874 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in mtw_update_beacon_cb()
H A Dif_run.c5036 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in run_update_beacon()
5074 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in run_update_beacon_cb()
/src/sys/dev/wpi/
H A Dif_wpi.c4406 m = ieee80211_beacon_alloc(ni); in wpi_setup_beacon()
4439 bcn->m = ieee80211_beacon_alloc(ni); in wpi_update_beacon()
/src/sys/dev/ral/
H A Drt2661.c2611 if ((m0 = ieee80211_beacon_alloc(vap->iv_bss))== NULL) { in rt2661_prepare_beacon()
H A Drt2560.c773 m = ieee80211_beacon_alloc(ni); in rt2560_newstate()
H A Drt2860.c4275 if ((m = ieee80211_beacon_alloc(vap->iv_bss)) == NULL) in rt2860_setup_beacon()
/src/share/man/man9/
H A DMakefile1238 MLINKS+=ieee80211_beacon.9 ieee80211_beacon_alloc.9 \
/src/sys/dev/mwl/
H A Dif_mwl.c1844 m = ieee80211_beacon_alloc(ni); in mwl_beacon_setup()