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:
jgujarathi 2023-04-24 10:36:15 +05:30
parent a6a962d5f8
commit e84542909c

View File

@ -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)