Searched refs:ms_ppath (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/net80211/
H A Dieee80211_mesh.c210 ms->ms_ppath->mpp_privlen, M_80211_MESH_RT,
373 ms->ms_ppath->mpp_senderror(vap, dest, rt,
376 ms->ms_ppath->mpp_senderror(vap, dest, rt,
487 ms->ms_ppath = &mesh_proto_paths[i];
650 ms->ms_ppath->mpp_vdetach(vap);
683 KASSERT(ms->ms_ppath, ("ms_ppath == NULL"));
684 ms->ms_ppath->mpp_vattach(vap);
833 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact,
841 ms->ms_ppath
[all...]
H A Dieee80211_mesh.h524 struct ieee80211_mesh_proto_path *ms_ppath; member in struct:ieee80211_mesh_state
600 return ms->ms_ppath->mpp_discover(vap, dest, m);
H A Dieee80211_hwmp.c931 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact);

Completed in 172 milliseconds