/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p_group.c | 41 struct wpabuf *noa; member in struct:p2p_group 121 wpabuf_free(group->noa); 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument 166 if (noa == NULL) 170 wpabuf_put_le16(ie, wpabuf_len(noa)); 171 wpabuf_put_buf(ie, noa); 240 p2p_group_add_noa(ie, group->noa); 450 p2p_group_add_noa(p2p_subelems, group->noa); 809 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, argument 812 if (noa 945 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument [all...] |
H A D | p2p_i.h | 590 const u8 *noa; member in struct:p2p_message 731 const u8 *noa, size_t noa_len);
|
H A D | p2p.c | 4434 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument 4447 if (noa) { 4450 wpabuf_put_data(resp, noa, noa_len); 4469 u8 noa[50]; local 4494 if (msg.noa == NULL) { 4500 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len); 4504 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, 4505 sizeof(noa)); 4508 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, 4537 if (msg.status == NULL || msg.noa [all...] |
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p_group.c | 41 struct wpabuf *noa; member in struct:p2p_group 121 wpabuf_free(group->noa); 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument 166 if (noa == NULL) 170 wpabuf_put_le16(ie, wpabuf_len(noa)); 171 wpabuf_put_buf(ie, noa); 240 p2p_group_add_noa(ie, group->noa); 450 p2p_group_add_noa(p2p_subelems, group->noa); 809 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, argument 812 if (noa 945 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument [all...] |
H A D | p2p_i.h | 590 const u8 *noa; member in struct:p2p_message 731 const u8 *noa, size_t noa_len);
|
H A D | p2p.c | 4434 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument 4447 if (noa) { 4450 wpabuf_put_data(resp, noa, noa_len); 4469 u8 noa[50]; local 4494 if (msg.noa == NULL) { 4500 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len); 4504 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, 4505 sizeof(noa)); 4508 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, 4537 if (msg.status == NULL || msg.noa [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/ |
H A D | p2p_group.c | 41 struct wpabuf *noa; member in struct:p2p_group 121 wpabuf_free(group->noa); 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument 166 if (noa == NULL) 170 wpabuf_put_le16(ie, wpabuf_len(noa)); 171 wpabuf_put_buf(ie, noa); 240 p2p_group_add_noa(ie, group->noa); 450 p2p_group_add_noa(p2p_subelems, group->noa); 809 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, argument 812 if (noa 945 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument [all...] |
H A D | p2p_i.h | 590 const u8 *noa; member in struct:p2p_message 731 const u8 *noa, size_t noa_len);
|
H A D | p2p.c | 4434 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument 4447 if (noa) { 4450 wpabuf_put_data(resp, noa, noa_len); 4469 u8 noa[50]; local 4494 if (msg.noa == NULL) { 4500 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len); 4504 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, 4505 sizeof(noa)); 4508 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, 4537 if (msg.status == NULL || msg.noa [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | p2p_supplicant.c | 3776 const u8 *noa, size_t noa_len) 3791 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len); 3793 " status=%u noa=%s", MAC2STR(src), status, hex); 3775 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) argument
|