Home
last modified time | relevance | path

Searched refs:ms_ttl (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c847 preq.preq_ttl = ms->ms_ttl; in hwmp_rootmode_cb()
886 rann.rann_ttl = ms->ms_ttl; in hwmp_rootmode_rann_cb()
1090 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1150 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1193 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1512 perr.perr_ttl = ms->ms_ttl; in hwmp_peerdown()
1699 perr.perr_ttl = ms->ms_ttl; in hwmp_senderror()
1798 preq.preq_ttl = ms->ms_ttl; in hwmp_recv_rann()
1882 preq.preq_ttl = ms->ms_ttl; in hwmp_rediscover_cb()
1978 preq.preq_ttl = ms->ms_ttl; in hwmp_discover()
H A Dieee80211_mesh.h511 uint8_t ms_ttl; /* mesh ttl set in packets */ member
H A Dieee80211_mesh.c538 gann.gann_ttl = ms->ms_ttl; in mesh_gatemode_cb()
673 ms->ms_ttl = IEEE80211_MESH_DEFAULT_TTL; in mesh_vattach()
3439 ireq->i_val = ms->ms_ttl; in mesh_ioctl_get80211()
3562 ms->ms_ttl = (uint8_t) ireq->i_val; in mesh_ioctl_set80211()
H A Dieee80211_ddb.c1037 ms->ms_ttl, ms->ms_flags); in _db_show_mesh()
H A Dieee80211_output.c1787 mc->mc_ttl = ms->ms_ttl; in ieee80211_encap()