Home
last modified time | relevance | path

Searched refs:scan_type (Results 1 – 14 of 14) 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.h49 int scan_type; member
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c135 if (params->scan_type == WIFI_SCAN_TYPE_PASSIVE) { in nrf_wifi_disp_scan_zep()
220 vif_ctx_zep->scan_type = SCAN_DISPLAY; in nrf_wifi_disp_scan_zep()
Dfmac_main.c140 if (vif_ctx_zep->scan_type == SCAN_DISPLAY) { in nrf_wifi_event_proc_scan_start_zep()
164 switch (vif_ctx_zep->scan_type) { in nrf_wifi_event_proc_scan_done_zep()
184 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/esp32/src/
Desp_wifi_drv.c611 scan_config.scan_type = params->scan_type; in esp32_wifi_scan()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c779 if (params->scan_type == WIFI_SCAN_TYPE_ACTIVE) { in nxp_wifi_scan()
780 wlan_scan_params_v2.chan_list[i].scan_type = MLAN_SCAN_TYPE_ACTIVE; in nxp_wifi_scan()
783 wlan_scan_params_v2.chan_list[i].scan_type = MLAN_SCAN_TYPE_PASSIVE; in nxp_wifi_scan()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h455 enum wifi_scan_type scan_type; member
/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.c428 params->scan_type = WIFI_SCAN_TYPE_PASSIVE; in wifi_scan()
Dwifi_shell.c995 params->scan_type = WIFI_SCAN_TYPE_PASSIVE; in wifi_scan_args_to_params()
997 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.h1119 uint8_t scan_type; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1766 status = ll_scan_params_set(cmd->scan_type, interval, window, in le_set_scan_param()