Searched refs:scan_type (Results 1 – 14 of 14) 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 | 49 int scan_type; member
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wifi_mgmt_scan.c | 135 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()
|
D | fmac_main.c | 140 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()
|
D | wpa_supp_if.c | 573 vif_ctx_zep->scan_type = SCAN_CONNECT; in nrf_wifi_wpa_supp_scan2()
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 611 scan_config.scan_type = params->scan_type; in esp32_wifi_scan()
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 779 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/ |
D | wifi_mgmt.h | 455 enum wifi_scan_type scan_type; member
|
/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 | 428 params->scan_type = WIFI_SCAN_TYPE_PASSIVE; in wifi_scan()
|
D | wifi_shell.c | 995 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/ |
D | scan.c | 293 set_param.scan_type = param->type; in start_le_scan_legacy()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1119 uint8_t scan_type; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1766 status = ll_scan_params_set(cmd->scan_type, interval, window, in le_set_scan_param()
|