Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_scan_sw.c229 ss->ss_maxdwell = maxdwell; in ieee80211_swscan_start_scan_locked()
411 ss->ss_maxdwell = duration; in ieee80211_swscan_bg_scan()
719 if (ieee80211_time_after(ticks + ss->ss_maxdwell, ss_priv->ss_scanend)) in scan_curchan_task()
722 maxdwell = ss->ss_maxdwell; in scan_curchan_task()
H A Dieee80211_scan_sta.c721 if (ss->ss_maxdwell == 0) in sta_start()
722 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */ in sta_start()
1517 if (ss->ss_maxdwell == 0) in adhoc_start()
1518 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */ in adhoc_start()
1723 if (ss->ss_maxdwell == 0)
1724 ss->ss_maxdwell = msecs_to_ticks(200); /* 200ms */
H A Dieee80211_scan.c290 ticks_to_msecs(ss->ss_mindwell), ticks_to_msecs(ss->ss_maxdwell)); in ieee80211_scan_dump()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_scan.h146 unsigned long ss_maxdwell; /* max dwell on channel */ member
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c759 ss->ss_mindwell = ss->ss_maxdwell = msecs_to_ticks(400); in wi_scan_start()