Lines Matching defs:noa
4445 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa,
4458 if (noa) {
4461 wpabuf_put_data(resp, noa, noa_len);
4480 u8 noa[50];
4505 if (msg.noa == NULL) {
4511 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4515 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4516 sizeof(noa));
4519 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4548 if (msg.status == NULL || msg.noa == NULL) {
4556 msg.noa, msg.noa_len);
4568 msg.noa, msg.noa_len);