Searched refs:ss_maxdwell (Results 1 – 4 of 4) sorted by relevance
214 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()
757 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 */
148 unsigned long ss_maxdwell; /* max dwell on channel */ member
306 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(ss->ss_maxdwell)); in ieee80211_scan_dump()