Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c852 preq.preq_ttl = ms->ms_ttl; in hwmp_rootmode_cb()
891 rann.rann_ttl = ms->ms_ttl; in hwmp_rootmode_rann_cb()
1095 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1155 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1198 prep.prep_ttl = ms->ms_ttl; in hwmp_recv_preq()
1517 perr.perr_ttl = ms->ms_ttl; in hwmp_peerdown()
1704 perr.perr_ttl = ms->ms_ttl; in hwmp_senderror()
1803 preq.preq_ttl = ms->ms_ttl; in hwmp_recv_rann()
1887 preq.preq_ttl = ms->ms_ttl; in hwmp_rediscover_cb()
1983 preq.preq_ttl = ms->ms_ttl; in hwmp_discover()
H A Dieee80211_mesh.h513 uint8_t ms_ttl; /* mesh ttl set in packets */ member
H A Dieee80211_mesh.c542 gann.gann_ttl = ms->ms_ttl; in mesh_gatemode_cb()
677 ms->ms_ttl = IEEE80211_MESH_DEFAULT_TTL; in mesh_vattach()
3443 ireq->i_val = ms->ms_ttl; in mesh_ioctl_get80211()
3566 ms->ms_ttl = (uint8_t) ireq->i_val; in mesh_ioctl_set80211()
H A Dieee80211_ddb.c892 ms->ms_ttl, ms->ms_flags); in _db_show_mesh()
H A Dieee80211_output.c1775 mc->mc_ttl = ms->ms_ttl; in ieee80211_encap()