mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
record the bssid for an association
Tested by: Daniel O'Connor
This commit is contained in:
parent
773322d5f8
commit
a2eafa5bcd
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue