Home | History | Annotate | Download | only in ap

Lines Matching refs:bssid

414 			 const u8 *bssid, const u8 *ie, size_t ie_len,
426 sa, da, bssid, ie, ie_len,
440 const u8 *bssid,
490 wpa_ft_process_auth(sta->wpa_sm, rx_auth->bssid,
547 const u8 *bssid)
551 if (bssid == NULL)
553 if (bssid[0] == 0xff && bssid[1] == 0xff && bssid[2] == 0xff &&
554 bssid[3] == 0xff && bssid[4] == 0xff && bssid[5] == 0xff)
558 if (os_memcmp(bssid, iface->bss[i]->own_addr, ETH_ALEN) == 0)
567 const u8 *bssid, const u8 *addr,
570 hapd = get_hapd_bssid(hapd->iface, bssid);
582 const u8 *bssid;
586 bssid = get_hdr_bssid(hdr, rx_mgmt->frame_len);
587 if (bssid == NULL)
590 hapd = get_hapd_bssid(iface, bssid);
630 " BSSID=" MACSTR " category=%u",
632 MAC2STR(rx_action->bssid), rx_action->category);
651 os_memcpy(hdr->addr3, rx_action->bssid, ETH_ALEN);
783 hostapd_rx_from_unknown_sta(hapd, data->rx_from_unknown.bssid,
797 data->rx_probe_req.bssid,
831 data->rx_action.bssid == NULL)