Home | History | Annotate | Download | only in ap

Lines Matching defs:bssid

268 			 const u8 *bssid, const u8 *ie, size_t ie_len)
279 sa, da, bssid, ie, ie_len) > 0) {
295 const u8 *bssid)
299 if (bssid == NULL)
301 if (bssid[0] == 0xff && bssid[1] == 0xff && bssid[2] == 0xff &&
302 bssid[3] == 0xff && bssid[4] == 0xff && bssid[5] == 0xff)
306 if (os_memcmp(bssid, iface->bss[i]->own_addr, ETH_ALEN) == 0)
315 const u8 *bssid, const u8 *addr,
318 hapd = get_hapd_bssid(hapd->iface, bssid);
330 const u8 *bssid;
334 bssid = get_hdr_bssid(hdr, rx_mgmt->frame_len);
335 if (bssid == NULL)
338 hapd = get_hapd_bssid(iface, bssid);
378 " BSSID=" MACSTR " category=%u",
380 MAC2STR(rx_action->bssid), rx_action->category);
399 os_memcpy(hdr->addr3, rx_action->bssid, ETH_ALEN);
528 hostapd_rx_from_unknown_sta(hapd, data->rx_from_unknown.bssid,
542 data->rx_probe_req.bssid,
576 data->rx_action.bssid == NULL)