record the bssid for an association
Tested by: Daniel O'Connor
This commit is contained in:
parent
773322d5f8
commit
a2eafa5bcd
@ -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…
x
Reference in New Issue
Block a user