Searched refs:ss_mindwell (Results 1 - 4 of 4) 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));
426 ss->ss_mindwell = mindwell;
892 time_after(ticks + ss->ss_mindwell, scanend))
914 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(maxdwell));
945 SCAN_PRIVATE(ss)->ss_chanmindwell = ticks + ss->ss_mindwell;
992 time_before(ticks + ss->ss_mindwell, scanend)) {
997 ticks, ss->ss_mindwell, scanend);
1017 ticks, ss->ss_mindwell, scanend);
H A Dieee80211_scan.h112 unsigned long ss_mindwell; /* min dwell on channel */ member in struct:ieee80211_scan_state
H A Dieee80211_scan_sta.c703 if (ss->ss_mindwell == 0)
704 ss->ss_mindwell = msecs_to_ticks(20); /* 20ms */
1506 if (ss->ss_mindwell == 0)
1507 ss->ss_mindwell = msecs_to_ticks(200); /* 200ms */
1719 if (ss->ss_mindwell == 0)
1720 ss->ss_mindwell = msecs_to_ticks(200); /* 200ms */
/freebsd-9.3-release/sys/dev/wi/
H A Dif_wi.c777 ss->ss_mindwell = ss->ss_maxdwell = msecs_to_ticks(400);

Completed in 110 milliseconds