Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/net80211/
H A Dieee80211_proto.h398 struct mbuf *ieee80211_beacon_alloc(struct ieee80211_node *);
H A Dieee80211_output.c3658 ieee80211_beacon_alloc(struct ieee80211_node *ni) in ieee80211_beacon_alloc() function
/freebsd/sys/dev/wtap/
H A Dif_wtap.c219 avp->beacon = ieee80211_beacon_alloc(ni); in wtap_beacon_alloc()
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c206 m = ieee80211_beacon_alloc(ni); in ath_beacon_alloc()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c2796 m = ieee80211_beacon_alloc(ni); in rum_alloc_beacon()
2830 m = ieee80211_beacon_alloc(ni); in rum_update_beacon()
H A Dif_ural.c712 m = ieee80211_beacon_alloc(ni); in ural_newstate()
H A Dif_run.c5018 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in run_update_beacon()
5056 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in run_update_beacon_cb()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4404 m = ieee80211_beacon_alloc(ni); in wpi_setup_beacon()
4437 bcn->m = ieee80211_beacon_alloc(ni); in wpi_update_beacon()
/freebsd/sys/dev/ral/
H A Drt2661.c2609 if ((m0 = ieee80211_beacon_alloc(vap->iv_bss))== NULL) { in rt2661_prepare_beacon()
H A Drt2560.c771 m = ieee80211_beacon_alloc(ni); in rt2560_newstate()
H A Drt2860.c4272 if ((m = ieee80211_beacon_alloc(vap->iv_bss)) == NULL) in rt2860_setup_beacon()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1832 m = ieee80211_beacon_alloc(ni); in mwl_beacon_setup()