Files
esp32-wifi-lib/esp32c3/libespnow.a
jgujarathi 308c592b14 feat(esp_wifi): Adds a new API to set default scan parameters(351c534a)
- 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.
2024-04-18 16:03:45 +05:30

58 KiB