Home
last modified time | relevance | path

Searched refs:scan_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/iwi/
H A Dif_iwi.c2653 set_scan_type(struct iwi_scan_ext *scan, int ix, int scan_type) in set_scan_type() argument
2655 uint8_t *st = &scan->scan_type[ix / 2]; in set_scan_type()
2657 *st = (*st & 0xf0) | ((scan_type & 0xf) << 0); in set_scan_type()
2659 *st = (*st & 0x0f) | ((scan_type & 0xf) << 4); in set_scan_type()
2663 scan_type(const struct ieee80211_scan_state *ss, in scan_type() function
2769 set_scan_type(&scan, next, scan_type(ss, chan)); in iwi_scanchan()
2778 set_scan_type(&scan, 1, scan_type(ss, chan)); in iwi_scanchan()
2799 uint8_t type = scan.scan_type[i/2]; in iwi_scanchan()
H A Dif_iwireg.h493 uint8_t scan_type[IWI_SCAN_CHANNELS / 2]; member