Searched refs:scan_type (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-latest/subsys/net/l2/ieee802154/ |
| D | ieee802154_shell.c | 227 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/ |
| D | fmac_main.h | 51 int scan_type; member
|
| /Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
| D | wifi_mgmt_scan.c | 134 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()
|
| D | fmac_main.c | 142 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()
|
| D | wpa_supp_if.c | 573 vif_ctx_zep->scan_type = SCAN_CONNECT; in nrf_wifi_wpa_supp_scan2()
|
| /Zephyr-latest/drivers/wifi/siwx91x/ |
| D | siwx91x_wifi.c | 243 if (z_scan_config->scan_type == WIFI_SCAN_TYPE_ACTIVE) { in siwx91x_scan()
|
| /Zephyr-latest/drivers/wifi/esp32/src/ |
| D | esp_wifi_drv.c | 620 scan_config.scan_type = params->scan_type; in esp32_wifi_scan()
|
| /Zephyr-latest/include/zephyr/net/ |
| D | wifi_mgmt.h | 451 enum wifi_scan_type scan_type; member
|
| /Zephyr-latest/drivers/wifi/nxp/ |
| D | nxp_wifi_drv.c | 820 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/ |
| D | airoc_wifi.c | 491 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/ |
| D | wifi_mgmt.c | 455 params->scan_type = WIFI_SCAN_TYPE_PASSIVE; in wifi_scan()
|
| D | wifi_shell.c | 1027 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/ |
| D | scan.c | 293 set_param.scan_type = param->type; in start_le_scan_legacy()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | hci_types.h | 1143 uint8_t scan_type; member
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 1801 status = ll_scan_params_set(cmd->scan_type, interval, window, in le_set_scan_param()
|