mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
record the bssid for an association
Tested by: Daniel O'Connor
This commit is contained in:
parent
773322d5f8
commit
a2eafa5bcd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138728
@ -1811,6 +1811,7 @@ ndis_getstate_80211(sc)
|
||||
"unknown nettype %d\n", arg);
|
||||
break;
|
||||
}
|
||||
IEEE80211_ADDR_COPY(ic->ic_bss->ni_bssid, bs->nwbx_macaddr);
|
||||
free(bs, M_TEMP);
|
||||
} else
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user