Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_scan_sw.c214 ss->ss_maxdwell = maxdwell; in ieee80211_swscan_start_scan_locked()
402 ss->ss_maxdwell = duration; in ieee80211_swscan_bg_scan()
723 if (ieee80211_time_after(ticks + ss->ss_maxdwell, ss_priv->ss_scanend)) in scan_curchan_task()
726 maxdwell = ss->ss_maxdwell; in scan_curchan_task()
H A 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 */
H A Dieee80211_scan.h148 unsigned long ss_maxdwell; /* max dwell on channel */ member
H A Dieee80211_scan.c306 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(ss->ss_maxdwell)); in ieee80211_scan_dump()