| /freebsd/sys/net80211/ |
| H A D | ieee80211_scan_sw.c | 165 u_int mindwell, u_int maxdwell, in ieee80211_swscan_start_scan_locked() argument 181 , duration, mindwell, maxdwell in ieee80211_swscan_start_scan_locked() 213 ss->ss_maxdwell = maxdwell; in ieee80211_swscan_start_scan_locked() 242 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_swscan_start_scan() argument 252 mindwell, maxdwell, nssid, ssids); in ieee80211_swscan_start_scan() 269 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_swscan_check_scan() argument 322 mindwell, maxdwell, nssid, ssids); in ieee80211_swscan_check_scan() 567 scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in scan_curchan() argument 575 maxdwell); in scan_curchan() 580 &SCAN_PRIVATE(ss)->ss_scan_curchan, maxdwell); in scan_curchan() [all …]
|
| H A D | ieee80211_scan.c | 328 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_start_scan() argument 344 mindwell, maxdwell, nssid, ssids); in ieee80211_start_scan() 353 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_check_scan() argument 398 mindwell, maxdwell, nssid, ssids); in ieee80211_check_scan()
|
| H A D | ieee80211_scan.h | 171 u_int duration, u_int mindwell, u_int maxdwell, 174 u_int duration, u_int mindwell, u_int maxdwell,
|
| /freebsd/sys/dev/iwi/ |
| H A D | if_iwi.c | 197 static void iwi_scan_curchan(struct ieee80211_scan_state *, unsigned long maxdwell); 2696 iwi_scanchan(struct iwi_softc *sc, unsigned long maxdwell, int allchan) in iwi_scanchan() argument 2719 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell); in iwi_scanchan() 2730 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell); in iwi_scanchan() 2731 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell); in iwi_scanchan() 3555 iwi_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in iwi_scan_curchan() argument 3562 if (iwi_scanchan(sc, maxdwell, 0)) in iwi_scan_curchan()
|
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwn.c | 1616 rtwn_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in rtwn_scan_curchan() argument 1625 sc->sc_scan_curchan(ss, maxdwell); in rtwn_scan_curchan()
|
| /freebsd/sys/dev/ipw/ |
| H A D | if_ipw.c | 172 unsigned long maxdwell); 2661 ipw_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in ipw_scan_curchan() argument
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 5093 unsigned long maxdwell) in lkpi_ic_scan_curchan() argument 5101 ss->ss_ic->ic_curchan->ic_ieee, maxdwell); in lkpi_ic_scan_curchan() 5107 lhw->ic_scan_curchan(ss, maxdwell); in lkpi_ic_scan_curchan()
|
| /freebsd/sys/dev/usb/wlan/ |
| H A D | if_rsu.c | 815 rsu_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in rsu_scan_curchan() argument
|
| /freebsd/sys/dev/wpi/ |
| H A D | if_wpi.c | 5623 wpi_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in wpi_scan_curchan() argument
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm.c | 6474 iwm_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in iwm_scan_curchan() argument
|
| /freebsd/sys/dev/iwn/ |
| H A D | if_iwn.c | 9135 iwn_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in iwn_scan_curchan() argument
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 10806 iwx_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) in iwx_scan_curchan() argument
|