mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02: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:
@ -214,7 +214,7 @@ int wpa_sta_connect(uint8_t *bssid)
|
|||||||
|
|
||||||
void wpa_config_done(void)
|
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)
|
int wpa_parse_wpa_ie_wrapper(const u8 *wpa_ie, size_t wpa_ie_len, wifi_wpa_ie_t *data)
|
||||||
|
Reference in New Issue
Block a user