Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net80211/
Dieee80211_scan_sw.c214 ss->ss_maxdwell = maxdwell; in ieee80211_swscan_start_scan_locked()
403 ss->ss_maxdwell = duration; in ieee80211_swscan_bg_scan()
724 if (ieee80211_time_after(ticks + ss->ss_maxdwell, ss_priv->ss_scanend)) in scan_curchan_task()
727 maxdwell = ss->ss_maxdwell; in scan_curchan_task()
Dieee80211_scan_sta.c757 if (ss->ss_maxdwell == 0) in sta_start()
758 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */ in sta_start()
1564 if (ss->ss_maxdwell == 0) in adhoc_start()
1565 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */ in adhoc_start()
1773 if (ss->ss_maxdwell == 0)
1774 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
Dieee80211_scan.h148 unsigned long ss_maxdwell; /* max dwell on channel */ member
Dieee80211_scan.c306 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(ss->ss_maxdwell)); in ieee80211_scan_dump()
/freebsd-12-stable/sys/dev/wi/
Dif_wi.c742 ss->ss_mindwell = ss->ss_maxdwell = msecs_to_ticks(400); in wi_scan_start()