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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_hwmp.c161 uint8_t hs_maxhops; /* max hop count */ member in struct:ieee80211_hwmp_state
246 hs->hs_maxhops = IEEE80211_HWMP_DEFAULT_MAXHOPS;
820 preq->preq_hopcount < hs->hs_maxhops) {
872 preq->preq_hopcount < hs->hs_maxhops) {
1004 prep->prep_ttl > 1 && prep->prep_hopcount < hs->hs_maxhops) {
1249 rann->rann_hopcount < hs->hs_maxhops &&
1403 ireq->i_val = hs->hs_maxhops;
1431 hs->hs_maxhops = ireq->i_val;

Completed in 176 milliseconds