Searched refs:beacon_mbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_runvar.h119 struct mbuf *beacon_mbuf; member in struct:run_vap
H A Dif_run.c1116 m_freem(rvp->beacon_mbuf);
1117 rvp->beacon_mbuf = NULL;
2220 m_freem(rvp->beacon_mbuf);
2221 rvp->beacon_mbuf = NULL;
5024 if (rvp->beacon_mbuf == NULL) {
5025 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni);
5026 if (rvp->beacon_mbuf == NULL)
5029 ieee80211_beacon_update(ni, rvp->beacon_mbuf, mcast);
5062 if (rvp->beacon_mbuf == NULL) {
5063 rvp->beacon_mbuf
[all...]

Completed in 167 milliseconds