Home | History | Annotate | Download | only in net80211

Lines Matching defs:bssid

568 		u_int8_t *bssid;
572 bssid = wh->i_addr2;
573 if (!IEEE80211_ADDR_EQ(bssid, ni->ni_bssid)) {
576 bssid, NULL, "node %s, %s",
590 bssid, NULL, "not to cur sta: lladdr=%6D, addr1=%6D",
601 bssid = wh->i_addr1;
603 bssid = wh->i_addr1;
613 bssid = wh->i_addr3;
619 * Data frame, validate the bssid.
621 if (!IEEE80211_ADDR_EQ(bssid, ic->ic_bss->ni_bssid) &&
622 !IEEE80211_ADDR_EQ(bssid, ifp->if_broadcastaddr)) {
627 bssid, NULL, "bss %s, broadcast %s, %s",
702 bssid, "duplicate",
1982 * No need to check for a change of BSSID: ni could
1994 /* Mark a neighbor's change of BSSID. */
2012 * reprogram its BSSID filter.
2574 "%s", "wrong bssid");
3223 * Return the bssid of a frame.