Home
last modified time | relevance | path

Searched refs:optional_extended_params (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h277 const whd_scan_extended_params_t *optional_extended_params,
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c2425 const whd_scan_extended_params_t *optional_extended_params, in whd_wifi_scan() argument
2507 if (optional_extended_params != NULL) in whd_wifi_scan()
2509 …scan_params->params.nprobes = (int32_t)htod32(optional_extended_params->number_of_probes_per_chann… in whd_wifi_scan()
2511 (int32_t)htod32(optional_extended_params->scan_active_dwell_time_per_channel_ms); in whd_wifi_scan()
2513 optional_extended_params->scan_passive_dwell_time_per_channel_ms); in whd_wifi_scan()
2515 optional_extended_params->scan_home_channel_dwell_time_between_channels_ms); in whd_wifi_scan()