Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c269 vap->iv_hwmp = hs; in hwmp_vattach()
275 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_vdetach()
278 IEEE80211_FREE(vap->iv_hwmp, M_80211_VAP); in hwmp_vdetach()
279 vap->iv_hwmp = NULL; in hwmp_vdetach()
286 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_newstate()
801 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_setup()
834 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_cb()
875 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_rann_cb()
949 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_recv_preq()
1269 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_recv_prep()
[all …]
H A Dieee80211_var.h536 struct ieee80211_hwmp_state *iv_hwmp; /* HWMP state */ member