Searched refs:active_dwell (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c1035 u16 active_dwell = 0; local
1045 active_dwell = iwl_get_active_dwell_time(priv, band, 0);
1048 if (passive_dwell <= active_dwell)
1049 passive_dwell = active_dwell + 1;
1055 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1079 u16 active_dwell = 0; local
1087 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1090 if (passive_dwell <= active_dwell)
1091 passive_dwell = active_dwell
[all...]
H A Diwl3945-base.c1786 u16 active_dwell = 0; local
1796 active_dwell = iwl_get_active_dwell_time(priv, band, 0);
1799 if (passive_dwell <= active_dwell)
1800 passive_dwell = active_dwell + 1;
1808 scan_ch->active_dwell = cpu_to_le16(active_dwell);
1832 u16 active_dwell = 0; local
1839 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes);
1842 if (passive_dwell <= active_dwell)
1843 passive_dwell = active_dwell
[all...]
H A Diwl-commands.h2653 * active_dwell <= passive_dwell (< max_out_time if max_out_time != 0)
2654 * 2) quiet_time <= active_dwell
2657 * active_dwell < max_out_time
2671 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member in struct:iwl3945_scan_channel
2690 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member in struct:iwl_scan_channel
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A D802.11.h3268 uint16 active_dwell; member in struct:obss_params
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h3731 int16 active_dwell; member in struct:wl_obss_scan_arg

Completed in 126 milliseconds