Searched refs:maxdwell (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c380 u_int mindwell, u_int maxdwell,
393 "%s: %s scan, duration %u mindwell %u maxdwell %u, desired mode %s, %s%s%s%s%s%s\n"
396 , duration, mindwell, maxdwell
427 ss->ss_maxdwell = maxdwell;
451 u_int duration, u_int mindwell, u_int maxdwell,
469 mindwell, maxdwell, nssid, ssids);
481 u_int duration, u_int mindwell, u_int maxdwell,
558 mindwell, maxdwell, nssid, ssids);
802 * Arrange for the channel change after maxdwell ticks.
805 scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
378 start_scan_locked(const struct ieee80211_scanner *scan, struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
450 ieee80211_start_scan(struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
480 ieee80211_check_scan(struct ieee80211vap *vap, int flags, u_int duration, u_int mindwell, u_int maxdwell, u_int nssid, const struct ieee80211_scan_ssid ssids[]) argument
849 unsigned long maxdwell, scanend; local
[all...]
H A Dieee80211_scan.h135 u_int duration, u_int mindwell, u_int maxdwell,
138 u_int duration, u_int mindwell, u_int maxdwell,
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c188 static void iwi_scan_curchan(struct ieee80211_scan_state *, unsigned long maxdwell);
2673 iwi_scanchan(struct iwi_softc *sc, unsigned long maxdwell, int allchan) argument
2697 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell);
2708 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell);
2709 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell);
3549 iwi_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
3557 if (iwi_scanchan(sc, maxdwell, 0))
/freebsd-9.3-release/sys/dev/ipw/
H A Dif_ipw.c170 unsigned long maxdwell);
2712 ipw_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c3375 ndis_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c3574 wpi_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c7059 iwn_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell) argument

Completed in 202 milliseconds