/src/sys/net80211/ |
ieee80211_proto.h | 245 * Beacon frames constructed by ieee80211_beacon_alloc 257 struct mbuf *ieee80211_beacon_alloc(struct ieee80211com *,
|
ieee80211_output.c | 1830 ieee80211_beacon_alloc(struct ieee80211com *ic, struct ieee80211_node *ni, function in typeref:struct:mbuf *
|
/src/sys/dev/usb/ |
if_rum.c | 2179 m0 = ieee80211_beacon_alloc(ic, ic->ic_bss, &sc->sc_bo);
|
if_ural.c | 754 m = ieee80211_beacon_alloc(ic, ni, &sc->sc_bo);
|
if_athn_usb.c | 1982 m = ieee80211_beacon_alloc(ic, ic->ic_bss, &bo);
|
if_run.c | 5024 if ((m = ieee80211_beacon_alloc(ic, ic->ic_bss, &sc->sc_bo)) == NULL)
|
if_urtwn.c | 907 struct mbuf *m = ieee80211_beacon_alloc(ic, ic->ic_bss,
|
/src/sys/dev/ic/ |
rt2661.c | 2947 m0 = ieee80211_beacon_alloc(ic, ni, &bo); 2972 * frames but ieee80211_beacon_alloc() doesn't store offsets for us.
|
rtw.c | 2766 if ((m = ieee80211_beacon_alloc(ic, ni, &boff)) != NULL) {
|
arn5008.c | 1095 m = ieee80211_beacon_alloc(ic, ic->ic_bss, &bo);
|
rt2560.c | 928 m = ieee80211_beacon_alloc(ic, ni, &sc->sc_bo);
|
arn9003.c | 1241 m = ieee80211_beacon_alloc(ic, ic->ic_bss, &bo);
|
rt2860.c | 4230 if ((m = ieee80211_beacon_alloc(ic, ic->ic_bss, &sc->sc_bo)) == NULL)
|
ath.c | 2175 m = ieee80211_beacon_alloc(ic, ni, &sc->sc_boff);
|
/src/sys/dev/pci/ |
if_wpi.c | 2684 m0 = ieee80211_beacon_alloc(ic, ni, &bo);
|