Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c274 vap->iv_hwmp = hs; in hwmp_vattach()
280 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_vdetach()
283 IEEE80211_FREE(vap->iv_hwmp, M_80211_VAP); in hwmp_vdetach()
284 vap->iv_hwmp = NULL; in hwmp_vdetach()
291 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_newstate()
806 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_setup()
839 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_cb()
880 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_rann_cb()
954 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_recv_preq()
1274 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_recv_prep()
[all …]
H A Dieee80211_var.h529 struct ieee80211_hwmp_state *iv_hwmp; /* HWMP state */ member