Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:bssid

1665 				   MAC2STR(r->bssid), r->freq, r->qual,
1672 MAC2STR(r->bssid), r->freq, r->qual,
1688 * wpa_supplicant_filter_bssid_match - Is the specified BSSID allowed
1690 * @bssid: BSSID to check
1691 * Returns: 0 if the BSSID is filtered or 1 if not
1697 const u8 *bssid)
1705 if (os_memcmp(wpa_s->bssid_filter + i * ETH_ALEN, bssid,
1724 res->res[i]->bssid)) {