Home | History | Annotate | Download | only in p2p

Lines Matching refs:bssid

999 				      p2p->after_scan_tx->bssid,
1744 const u8 *sa, const u8 *bssid, const u8 *data,
1786 const u8 *bssid, u8 category,
1790 p2p_rx_action_public(p2p, da, sa, bssid, data, len, freq);
2088 const u8 *bssid, const u8 *ie, size_t ie_len)
2119 if (bssid && !is_broadcast_ether_addr(bssid)) {
2120 /* Not sent to the Wildcard BSSID */
2189 os_memcpy(resp->bssid, p2p->cfg->dev_addr, ETH_ALEN);
2229 const u8 *bssid, const u8 *ie, size_t ie_len)
2235 res = p2p_reply_probe(p2p, addr, dst, bssid, ie, ie_len);
2267 static int p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid,
2317 int p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf,
2328 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2350 peer = bssid ? p2p_get_device(p2p, bssid) : NULL;
2942 int p2p_scan_res_handler(struct p2p_data *p2p, const u8 *bssid, int freq,
2956 MAC2STR(bssid), (unsigned int) rx_time->sec,
2961 p2p_add_device(p2p, bssid, freq, rx_time, level, ies, ies_len, 1);
3154 const u8 *src, const u8 *bssid,
3162 " src=" MACSTR " bssid=" MACSTR " result=%d",
3164 MAC2STR(bssid), result);
4083 void p2p_deauth_notif(struct p2p_data *p2p, const u8 *bssid, u16 reason_code,
4088 if (bssid == NULL || ie == NULL)
4098 "P2P: Deauthentication notification BSSID " MACSTR
4100 MAC2STR(bssid), reason_code, *msg.minor_reason_code);
4106 void p2p_disassoc_notif(struct p2p_data *p2p, const u8 *bssid, u16 reason_code,
4111 if (bssid == NULL || ie == NULL)
4121 "P2P: Disassociation notification BSSID " MACSTR
4123 MAC2STR(bssid), reason_code, *msg.minor_reason_code);
4282 const u8 *src, const u8 *bssid, const u8 *buf,
4300 os_memcpy(p2p->after_scan_tx->bssid, bssid, ETH_ALEN);
4307 return p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid,