Home
last modified time | relevance | path

Searched refs:sr_maxdwell (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ioctl.c2577 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()
H A Dieee80211_ioctl.h796 u_int sr_maxdwell; /* max channel dwelltime (ms) */ member
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2118 sr.sr_maxdwell = wif->scan_maxdwell; in wlan_set_scan_config()