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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c355 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(ss->ss_maxdwell));
427 ss->ss_maxdwell = maxdwell;
659 ss->ss_maxdwell = duration;
900 if (time_after(ticks + ss->ss_maxdwell, scanend))
903 maxdwell = ss->ss_maxdwell;
H A Dieee80211_scan.h113 unsigned long ss_maxdwell; /* max dwell on channel */ member in struct:ieee80211_scan_state
H A Dieee80211_scan_sta.c705 if (ss->ss_maxdwell == 0)
706 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
1508 if (ss->ss_maxdwell == 0)
1509 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
1721 if (ss->ss_maxdwell == 0)
1722 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c2688 chan->passive = htole16(ss->ss_maxdwell);
2692 chan->passive = htole16(ss->ss_maxdwell);
/freebsd-9.3-release/sys/dev/wi/
H A Dif_wi.c777 ss->ss_mindwell = ss->ss_maxdwell = msecs_to_ticks(400);

Completed in 124 milliseconds