- 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.
* Fix issues related to mgmt packets encryption in GCMP
* Fix issue of wrong decryption of mgmt packets when PMF is enabled
* Fix softAP bug in handling of SAE Reauthentication
- Add the ability to specify the specific channels that need to be scanned.
- Adds a warning that discourages from setting bssid and channel in
sta_config if btm is enabled and supported by the network.
- Includes wifi_types.h changes needed for adding the event when
neighbor reports are recieved from AP.
- Fixes issues with reporting authmodes of FT APs