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

/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwireg.h493 uint8_t scan_type[IWI_SCAN_CHANNELS / 2]; member in struct:iwi_scan_ext
H A Dif_iwi.c2656 set_scan_type(struct iwi_scan_ext *scan, int ix, int scan_type) argument
2658 uint8_t *st = &scan->scan_type[ix / 2];
2660 *st = (*st & 0xf0) | ((scan_type & 0xf) << 0);
2662 *st = (*st & 0x0f) | ((scan_type & 0xf) << 4);
2666 scan_type(const struct ieee80211_scan_state *ss, function
2772 set_scan_type(&scan, next, scan_type(ss, chan));
2781 set_scan_type(&scan, 1, scan_type(ss, chan));
2802 uint8_t type = scan.scan_type[i/2];

Completed in 260 milliseconds