Lines Matching +full:scan +full:- +full:interval +full:- +full:ms
2 /*-
3 * SPDX-License-Identifier: BSD-2-Clause
454 uint16_t lintval; /* listen interval */
455 uint16_t intval; /* beacon interval */
468 uint16_t dwelltime; /* channel dwell time (ms) */
476 /* scan type codes */
484 /* scan result codes */
485 #define IWI_SCAN_COMPLETED 1 /* scan compeleted successfully */
486 #define IWI_SCAN_ABORTED 2 /* scan was aborted by the driver */
514 uint8_t use_protection; /* auto-detect 11g operation */
515 uint8_t protection_ctsonly; /* use CTS-to-self protection */
573 bus_space_read_1((sc)->sc_st, (sc)->sc_sh, (reg))
576 bus_space_read_2((sc)->sc_st, (sc)->sc_sh, (reg))
579 bus_space_read_4((sc)->sc_st, (sc)->sc_sh, (reg))
582 bus_space_read_region_4((sc)->sc_st, (sc)->sc_sh, (offset), \
586 bus_space_write_1((sc)->sc_st, (sc)->sc_sh, (reg), (val))
589 bus_space_write_2((sc)->sc_st, (sc)->sc_sh, (reg), (val))
592 bus_space_write_4((sc)->sc_st, (sc)->sc_sh, (reg), (val))
595 bus_space_write_region_1((sc)->sc_st, (sc)->sc_sh, (offset), \