mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
770162d76c
- esp_wifi_set_scan_parameters() : Used to set the default scan parameters to be used while scanning. These parameters will be used for all scans conducted by station including connect scan. Parameters provided through esp_wifi_scan_start() override the default parameters for that scan only - esp_wifi_get_scan_parameters(): Used to get the current default scan parameters.