OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scan_config
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_iwm.c
5452
struct iwm_scan_config *
scan_config
;
local in function:iwm_config_umac_scan
5468
cmd_size = sizeof(*
scan_config
) + sc->sc_capa_n_scan_channels;
5470
scan_config
= kmem_zalloc(cmd_size, KM_SLEEP);
5471
scan_config
->tx_chains = htole32(iwm_fw_valid_tx_ant(sc));
5472
scan_config
->rx_chains = htole32(iwm_fw_valid_rx_ant(sc));
5473
scan_config
->legacy_rates = htole32(rates |
5477
scan_config
->dwell_active = 10;
5478
scan_config
->dwell_passive = 110;
5479
scan_config
->dwell_fragmented = 44;
5480
scan_config
->dwell_extended = 90
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025