SME: Add support for handling authentication with MLD
In case both the local driver and the AP support MLD, request an MLD authentication from the driver. When processing the authentication event from the driver verify that the MLD address in the authentication data matches that of the requested AP. Signed-off-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
694a1c6873
commit
8f89661df5
5 changed files with 218 additions and 2 deletions
|
@ -308,7 +308,7 @@ void wpa_supplicant_stop_countermeasures(void *eloop_ctx, void *sock_ctx)
|
|||
}
|
||||
|
||||
|
||||
static void wpas_reset_mlo_info(struct wpa_supplicant *wpa_s)
|
||||
void wpas_reset_mlo_info(struct wpa_supplicant *wpa_s)
|
||||
{
|
||||
if (!wpa_s->valid_links)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue