/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | vmscan.h | 14 TP_PROTO(char *scan_type), 15 TP_ARGS(scan_type));
|
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/ |
H A D | rockchip_saradc.c | 123 *val2 = chan->scan_type.realbits; in rockchip_saradc_read_raw() 139 info->last_val &= GENMASK(info->last_chan->scan_type.realbits - 1, 0); in rockchip_saradc_isr() 163 .scan_type = { \
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_sme_sta.c | 160 (mac_scan_req->scan_type == WLAN_SCAN_TYPE_ACTIVE) ? WLAN_ACTIVE_SCAN_TIME : WLAN_PASSIVE_SCAN_TIME; in hmac_set_scan_req_channel_param() 189 mac_scan_req->scan_type = cfg80211_scan_param->scan_type; in hmac_encap_scan_req()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_wifi_api.h | 490 hi_wifi_scan_type scan_type; /* *< Scan type. CNcomment: 扫描类型.CNend */ member 942 * 2. Scanning mode, subject to the type set by scan_type. 943 * CNcomment:2 .扫描方式,以scan_type传入的类型为准。CNend\n
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_wifi_api.h | 511 hi_wifi_scan_type scan_type; /**< Scan type. CNcomment: 扫描类型.CNend */ member 934 * 2. Scanning mode, subject to the type set by scan_type. 935 * CNcomment:2 .扫描方式,以scan_type传入的类型为准。CNend \n
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgp2p.c | 975 u32 scan_type = 0; in wl_cfgp2p_escan() local 1030 scan_type = WL_SCANFLAGS_PASSIVE; in wl_cfgp2p_escan() 1077 eparams_v2->params.scan_type = htod32(scan_type); in wl_cfgp2p_escan() 1099 eparams->params.scan_type = htod32(scan_type); in wl_cfgp2p_escan()
|
H A D | wl_escan.c | 315 params->scan_type = DOT11_SCANTYPE_ACTIVE; in wl_escan_alloc_params() 724 params_v2->scan_type = DOT11_SCANTYPE_ACTIVE; in wl_escan_prep() 736 params->scan_type = DOT11_SCANTYPE_ACTIVE; in wl_escan_prep() 965 ESCAN_SCAN(dev->name, "scan_type %d\n", params->params.scan_type); in wl_escan_set_scan()
|
H A D | wl_cfgscan.c | 1020 u32 scan_type = 0; in wl_scan_prep() local 1034 scan_type = WL_SCANFLAGS_PASSIVE; in wl_scan_prep() 1051 scan_type += wl_cfgscan_map_nl80211_scan_type(cfg, request); in wl_scan_prep() 1058 params_v2->scan_type = htod32(scan_type); in wl_scan_prep() 1074 params->scan_type = 0; in wl_scan_prep()
|
H A D | wl_android_ext.c | 989 ext_join_params->scan.scan_type = -1; in wl_ext_connect() 5869 params->scan_type = 0; in wl_ext_recal() 5876 params->scan_type |= WL_SCANFLAGS_PASSIVE; in wl_ext_recal()
|
H A D | wl_iw.c | 4009 params->scan_type = 0; in wl_iw_iscan_prep()
|
H A D | wl_cfg80211.c | 6655 ext_join_params->scan.scan_type = -1; in wl_cfg80211_connect() 18225 " bssidx: %d scan_type:%d\n", in wl_print_event_data()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_scan.c | 562 scan_param->scan_type = OAL_ACTIVE_SCAN; /* active scan */ in wal_start_scan_req()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_cfg.h | 623 hi_u8 scan_type; member
|
H A D | mac_device.h | 259 wlan_scan_type_enum_uint8 scan_type; /* 主动/被动 */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_wifi.c | 98 scan_params.scan_type = (prefix_flag == 1) ? HI_WIFI_SSID_PREFIX_SCAN : HI_WIFI_SSID_SCAN; in ssid_prefix_scan() 135 scan_params.scan_type = HI_WIFI_CHANNEL_SCAN; in cmd_wpa_channel_scan()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 560 sp.scan_type = ScanTypeSwitch(params->scanType); in AdvanceScan()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 722 wl_scan_type_t scan_type; /**< enum */ member 737 uint8 scan_type; /**< flags, 0 use default */ member 781 uint32 scan_type; /**< flags, 0 use default, and flags specified in member 1200 uint8 scan_type; /**< 0 use default, active or passive scan */ member
|