Searched refs:sr_maxdwell (Results 1 – 3 of 3) sorted by relevance
2577 if (sr->sr_maxdwell != 0) in ieee80211_scanreq()2578 sr->sr_maxdwell = msecs_to_ticks(sr->sr_maxdwell); in ieee80211_scanreq()2602 sr->sr_duration, sr->sr_mindwell, sr->sr_maxdwell, sr->sr_nssid); in ieee80211_scanreq()2638 sr->sr_duration, sr->sr_mindwell, sr->sr_maxdwell, in ieee80211_scanreq()2644 sr->sr_duration, sr->sr_mindwell, sr->sr_maxdwell, in ieee80211_scanreq()
796 u_int sr_maxdwell; /* max channel dwelltime (ms) */ member
2118 sr.sr_maxdwell = wif->scan_maxdwell; in wlan_set_scan_config()