Home | History | Annotate | Download | only in ic

Lines Matching defs:bssid

1606 	DPRINTF(("wi_sync_bssid: bssid %s -> ", ether_sprintf(ni->ni_bssid)));
1609 /* In promiscuous mode, the BSSID field is not a reliable
1610 * indicator of the firmware's BSSID. Damp spurious
1611 * change-of-BSSID indications.
1620 * XXX hack; we should create a new node with the new bssid
1753 /* synchronize driver's BSSID with firmware's BSSID */
3200 struct wi_macaddr bssid, old_bssid;
3228 wi_read_xrid(sc, WI_RID_CURRENT_BSSID, &bssid,
3230 IEEE80211_ADDR_COPY(ni->ni_bssid, &bssid);
3231 IEEE80211_ADDR_COPY(ni->ni_macaddr, &bssid);
3366 DPRINTF2(("wi_scan_result: #%d: off %d bssid %s\n", i, off,
3370 memcpy(ap->bssid, ws_dat.wi_bssid, sizeof(ap->bssid));