Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_mesh.c210 ms->ms_ppath->mpp_privlen, M_80211_MESH_RT, in mesh_rt_add_locked()
373 ms->ms_ppath->mpp_senderror(vap, dest, rt, in ieee80211_mesh_rt_del()
376 ms->ms_ppath->mpp_senderror(vap, dest, rt, in ieee80211_mesh_rt_del()
487 ms->ms_ppath = &mesh_proto_paths[i]; in mesh_select_proto_path()
650 ms->ms_ppath->mpp_vdetach(vap); in mesh_vdetach()
683 KASSERT(ms->ms_ppath, ("ms_ppath == NULL")); in mesh_vattach()
684 ms->ms_ppath->mpp_vattach(vap); in mesh_vattach()
833 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_newstate()
841 ms->ms_ppath->mpp_newstate(vap, ostate, arg); in mesh_newstate()
852 callout_reset(&ms->ms_cleantimer, ms->ms_ppath->mpp_inact, in mesh_rt_cleanup_cb()
[all …]
H A Dieee80211_mesh.h524 struct ieee80211_mesh_proto_path *ms_ppath; member
600 return ms->ms_ppath->mpp_discover(vap, dest, m); in ieee80211_mesh_discover()
H A Dieee80211_hwmp.c931 ieee80211_mesh_rt_update(rttran, ms->ms_ppath->mpp_inact); in hwmp_update_transmitter()