mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
wpa_supplicant : Add MBO ie in probe request.
Adds the MBO information element in the probe request frame by resetting scan_ie after set_config is done.
This commit is contained in:
parent
a6a962d5f8
commit
e84542909c
@ -207,7 +207,7 @@ int wpa_sta_connect(uint8_t *bssid)
|
||||
|
||||
void wpa_config_done(void)
|
||||
{
|
||||
/* used in future for setting scan and assoc IEs */
|
||||
esp_set_scan_ie();
|
||||
}
|
||||
|
||||
int wpa_parse_wpa_ie_wrapper(const u8 *wpa_ie, size_t wpa_ie_len, wifi_wpa_ie_t *data)
|
||||
|
Loading…
Reference in New Issue
Block a user