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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_ioctl.c2454 if (sr->sr_maxdwell != 0) {
2455 sr->sr_maxdwell = msecs_to_ticks(sr->sr_maxdwell);
2456 if (sr->sr_maxdwell < 1)
2457 sr->sr_maxdwell = 1;
2480 sr->sr_duration, sr->sr_mindwell, sr->sr_maxdwell, sr->sr_nssid);
2511 sr->sr_duration, sr->sr_mindwell, sr->sr_maxdwell,
2517 sr->sr_duration, sr->sr_mindwell, sr->sr_maxdwell,
H A Dieee80211_ioctl.h780 u_int sr_maxdwell; /* max channel dwelltime (ms) */ member in struct:ieee80211_scan_req
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2118 sr.sr_maxdwell = wif->scan_maxdwell;

Completed in 109 milliseconds