Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/wlan/
Dif_runvar.h119 struct mbuf *beacon_mbuf; member
Dif_run.c1114 m_freem(rvp->beacon_mbuf); in run_vap_delete()
1115 rvp->beacon_mbuf = NULL; in run_vap_delete()
2218 m_freem(rvp->beacon_mbuf); in run_newstate()
2219 rvp->beacon_mbuf = NULL; in run_newstate()
5020 if (rvp->beacon_mbuf == NULL) { in run_update_beacon()
5021 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in run_update_beacon()
5022 if (rvp->beacon_mbuf == NULL) in run_update_beacon()
5025 ieee80211_beacon_update(ni, rvp->beacon_mbuf, mcast); in run_update_beacon()
5058 if (rvp->beacon_mbuf == NULL) { in run_update_beacon_cb()
5059 rvp->beacon_mbuf = ieee80211_beacon_alloc(ni); in run_update_beacon_cb()
[all …]