Home | History | Annotate | Download | only in p2p

Lines Matching refs:noa

3486 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa,
3499 if (noa) {
3502 wpabuf_put_data(resp, noa, noa_len);
3521 u8 noa[50];
3549 if (msg.noa == NULL) {
3551 "P2P: No NoA attribute in P2P Presence Request");
3556 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3560 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3561 sizeof(noa));
3564 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3596 if (msg.status == NULL || msg.noa == NULL) {
3598 "P2P: No Status or NoA attribute in P2P Presence "
3614 wpa_hexdump(MSG_DEBUG, "P2P: P2P Presence Response - NoA",
3615 msg.noa, msg.noa_len);
3616 /* TODO: process NoA */