Home
last modified time | relevance | path

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

/openbsd/sys/net80211/
H A Dieee80211_proto.h93 extern struct mbuf *ieee80211_beacon_alloc(struct ieee80211com *,
H A Dieee80211_output.c2040 ieee80211_beacon_alloc(struct ieee80211com *ic, struct ieee80211_node *ni) in ieee80211_beacon_alloc() function
/openbsd/sys/dev/usb/
H A Dif_ral.c572 struct mbuf *m = ieee80211_beacon_alloc(ic, ni); in ural_task()
H A Dif_rum.c2132 m0 = ieee80211_beacon_alloc(ic, ic->ic_bss); in rum_prepare_beacon()
H A Dif_athn_usb.c1755 m = ieee80211_beacon_alloc(ic, ic->ic_bss); in athn_usb_swba()
/openbsd/sys/dev/ic/
H A Dacx.c2420 m = ieee80211_beacon_alloc(ic, ni); in acx_set_beacon_tmplt()
H A Drt2560.c776 struct mbuf *m = ieee80211_beacon_alloc(ic, ni); in rt2560_newstate()
H A Dath.c1208 m = ieee80211_beacon_alloc(ic, ni); in ath_beacon_alloc()
H A Drt2661.c2903 m0 = ieee80211_beacon_alloc(ic, ni); in rt2661_prepare_beacon()
H A Dar5008.c1270 m = ieee80211_beacon_alloc(ic, ic->ic_bss); in ar5008_swba_intr()
H A Dar9003.c1208 m = ieee80211_beacon_alloc(ic, ic->ic_bss); in ar9003_swba_intr()
H A Drt2860.c4158 if ((m = ieee80211_beacon_alloc(ic, ic->ic_bss)) == NULL) in rt2860_setup_beacon()
H A Drtw.c1493 if ((m = ieee80211_beacon_alloc(ic, ic->ic_bss)) != NULL) { in rtw_intr_beacon()