Searched refs:scan_type (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil_types.h | 374 u8 scan_type; /* flags, 0 use default */ member 418 __le32 scan_type; /* flags, 0 use default */ member 516 u8 scan_type; /* 0 use default, active or passive scan */ member
|
| H A D | cfg80211.c | 1126 params_le->scan_type = le32_to_cpu(params_v2_le->scan_type); in brcmf_scan_params_v2_to_v1() 1166 params_le->scan_type = cpu_to_le32(BRCMF_SCANTYPE_ACTIVE); in brcmf_escan_prep() 1226 params_le->scan_type = cpu_to_le32(BRCMF_SCANTYPE_PASSIVE); in brcmf_escan_prep() 2608 ext_join_params->scan_le.scan_type = -1; in brcmf_cfg80211_connect()
|
| H A D | p2p.c | 711 sparams->scan_type = BRCMF_SCANTYPE_ACTIVE; in brcmf_p2p_escan()
|
| /freebsd/sys/dev/iwi/ |
| H A D | if_iwi.c | 2654 set_scan_type(struct iwi_scan_ext *scan, int ix, int scan_type) in set_scan_type() argument 2656 uint8_t *st = &scan->scan_type[ix / 2]; in set_scan_type() 2658 *st = (*st & 0xf0) | ((scan_type & 0xf) << 0); in set_scan_type() 2660 *st = (*st & 0x0f) | ((scan_type & 0xf) << 4); in set_scan_type() 2664 scan_type(const struct ieee80211_scan_state *ss, in scan_type() function 2770 set_scan_type(&scan, next, scan_type(ss, chan)); in iwi_scanchan() 2779 set_scan_type(&scan, 1, scan_type(ss, chan)); in iwi_scanchan() 2800 uint8_t type = scan.scan_type[i/2]; in iwi_scanchan()
|
| H A D | if_iwireg.h | 492 uint8_t scan_type[IWI_SCAN_CHANNELS / 2]; member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 1981 zfs_scan_ioc_validate(uint64_t scan_type, uint64_t scan_cmd, in zfs_scan_ioc_validate() argument 1985 if (scan_type >= POOL_SCAN_FUNCS) in zfs_scan_ioc_validate() 2008 if (scan_flags != 0 && scan_type != POOL_SCAN_SCRUB) in zfs_scan_ioc_validate() 2013 (scan_cmd == POOL_SCRUB_PAUSE || scan_type == POOL_SCAN_NONE)) in zfs_scan_ioc_validate() 2017 if (scan_type != POOL_SCAN_SCRUB && in zfs_scan_ioc_validate() 2022 if (scan_type != POOL_SCAN_SCRUB && in zfs_scan_ioc_validate() 2032 if (scan_type == POOL_SCAN_RESILVER && (scan_cmd != POOL_SCRUB_NORMAL || in zfs_scan_ioc_validate() 2037 if (scan_type == POOL_SCAN_NONE && (scan_cmd != 0 || in zfs_scan_ioc_validate() 2097 uint64_t scan_type, scan_cmd, scan_flags; in zfs_ioc_pool_scrub() local 2100 if (nvlist_lookup_uint64(innvl, "scan_type", &scan_type) != 0) in zfs_ioc_pool_scrub() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mcu.h | 214 u8 scan_type; /* 0: PASSIVE SCAN member
|
| H A D | mcu.c | 2999 req->scan_type = sreq->n_ssids ? 1 : 0; in mt7925_mcu_hw_scan()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | coex.c | 674 static bool rtw_coex_get_bt_scan_type(struct rtw_dev *rtwdev, u8 *scan_type) in rtw_coex_get_bt_scan_type() argument 686 *scan_type = GET_COEX_RESP_BT_SCAN_TYPE(payload); in rtw_coex_get_bt_scan_type() 747 u8 scan_type; in rtw_coex_update_bt_link_info() local 749 if (rtw_coex_get_bt_scan_type(rtwdev, &scan_type)) { in rtw_coex_update_bt_link_info() 750 coex_stat->bt_ble_scan_type = scan_type; in rtw_coex_update_bt_link_info()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | scan.c | 1179 if (type == mvm->scan_type && hb_type == mvm->hb_scan_type) in iwl_mvm_legacy_config_scan() 1183 if (type == mvm->scan_type) in iwl_mvm_legacy_config_scan() 1240 mvm->scan_type = type; in iwl_mvm_legacy_config_scan()
|
| H A D | fw.c | 1710 mvm->scan_type = IWL_SCAN_TYPE_NOT_SET; in iwl_mvm_up()
|
| H A D | mvm.h | 1015 enum iwl_mvm_scan_type scan_type; member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mcu.h | 1533 u8 scan_type; /* 0: PASSIVE SCAN member
|
| H A D | mt76_connac_mcu.c | 1760 req->scan_type = sreq->n_ssids ? 1 : 0; in mt76_connac_mcu_hw_scan()
|