Indicate assoc vs. reassoc in association event
This allows driver wrappers to indicate whether the association was done using Association Request/Response or with Reassociation Request/Response frames.
This commit is contained in:
parent
d7956add9c
commit
39b08b5fc0
8 changed files with 17 additions and 9 deletions
|
@ -1183,7 +1183,8 @@ static void wpa_supplicant_event_assoc(struct wpa_supplicant *wpa_s,
|
|||
hostapd_notif_assoc(wpa_s->ap_iface->bss[0],
|
||||
data->assoc_info.addr,
|
||||
data->assoc_info.req_ies,
|
||||
data->assoc_info.req_ies_len);
|
||||
data->assoc_info.req_ies_len,
|
||||
data->assoc_info.reassoc);
|
||||
return;
|
||||
}
|
||||
#endif /* CONFIG_AP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue