Lines Matching refs:beacon_mbuf
1114 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()
5060 if (rvp->beacon_mbuf == NULL) in run_update_beacon_cb()
5063 m = rvp->beacon_mbuf; in run_update_beacon_cb()