Searched refs:scan_type (Results 1 – 2 of 2) sorted by relevance
2653 set_scan_type(struct iwi_scan_ext *scan, int ix, int scan_type) in set_scan_type() argument2655 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() function2769 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()
493 uint8_t scan_type[IWI_SCAN_CHANNELS / 2]; member