Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c277 vap->iv_hwmp = hs; in hwmp_vattach()
283 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_vdetach()
286 IEEE80211_FREE(vap->iv_hwmp, M_80211_VAP); in hwmp_vdetach()
287 vap->iv_hwmp = NULL; in hwmp_vdetach()
294 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_newstate()
826 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_setup()
859 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_cb()
900 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_rootmode_rann_cb()
989 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_recv_preq()
1376 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; in hwmp_recv_prep()
[all …]
/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h490 struct ieee80211_hwmp_state *iv_hwmp; /* HWMP state */ member