Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_shell.c227 uint32_t scan_type; in cmd_ieee802154_scan() local
248 scan_type = NET_REQUEST_IEEE802154_ACTIVE_SCAN; in cmd_ieee802154_scan()
250 scan_type = NET_REQUEST_IEEE802154_PASSIVE_SCAN; in cmd_ieee802154_scan()
271 scan_type == NET_REQUEST_IEEE802154_ACTIVE_SCAN ? in cmd_ieee802154_scan()
277 if (scan_type == NET_REQUEST_IEEE802154_ACTIVE_SCAN) { in cmd_ieee802154_scan()
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h51 int scan_type; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c134 if (params->scan_type == WIFI_SCAN_TYPE_PASSIVE) { in nrf_wifi_disp_scan_zep()
219 vif_ctx_zep->scan_type = SCAN_DISPLAY; in nrf_wifi_disp_scan_zep()
Dfmac_main.c142 if (vif_ctx_zep->scan_type == SCAN_DISPLAY) { in nrf_wifi_event_proc_scan_start_zep()
166 switch (vif_ctx_zep->scan_type) { in nrf_wifi_event_proc_scan_done_zep()
186 LOG_ERR("%s: Scan type = %d not supported yet", __func__, vif_ctx_zep->scan_type); in nrf_wifi_event_proc_scan_done_zep()
Dwpa_supp_if.c573 vif_ctx_zep->scan_type = SCAN_CONNECT; in nrf_wifi_wpa_supp_scan2()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi.c243 if (z_scan_config->scan_type == WIFI_SCAN_TYPE_ACTIVE) { in siwx91x_scan()
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c620 scan_config.scan_type = params->scan_type; in esp32_wifi_scan()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h451 enum wifi_scan_type scan_type; member
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c820 if (params->scan_type == WIFI_SCAN_TYPE_ACTIVE) { in nxp_wifi_scan()
821 wlan_scan_params_v2.chan_list[i].scan_type = MLAN_SCAN_TYPE_ACTIVE; in nxp_wifi_scan()
824 wlan_scan_params_v2.chan_list[i].scan_type = MLAN_SCAN_TYPE_PASSIVE; in nxp_wifi_scan()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c491 if (whd_wifi_scan(airoc_sta_if, params->scan_type, WHD_BSS_TYPE_ANY, &(data->ssid), NULL, in airoc_mgmt_scan()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c455 params->scan_type = WIFI_SCAN_TYPE_PASSIVE; in wifi_scan()
Dwifi_shell.c1027 params->scan_type = WIFI_SCAN_TYPE_PASSIVE; in wifi_scan_args_to_params()
1029 params->scan_type = WIFI_SCAN_TYPE_ACTIVE; in wifi_scan_args_to_params()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c293 set_param.scan_type = param->type; in start_le_scan_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1143 uint8_t scan_type; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1801 status = ll_scan_params_set(cmd->scan_type, interval, window, in le_set_scan_param()