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
|
@ -825,7 +825,7 @@ atheros_new_sta(struct atheros_driver_data *drv, u8 addr[IEEE80211_ADDR_LEN])
|
|||
ielen += 2;
|
||||
|
||||
no_ie:
|
||||
drv_event_assoc(hapd, addr, iebuf, ielen);
|
||||
drv_event_assoc(hapd, addr, iebuf, ielen, 0);
|
||||
|
||||
if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
|
||||
/* Cached accounting data is not valid anymore. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue