Searched refs:noa (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_group.c | 41 struct wpabuf *noa; member 121 wpabuf_free(group->noa); in p2p_group_deinit() 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument 166 if (noa == NULL) in p2p_group_add_noa() 170 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa() 171 wpabuf_put_buf(ie, noa); in p2p_group_add_noa() 240 p2p_group_add_noa(ie, group->noa); in p2p_group_build_beacon_ie() 450 p2p_group_add_noa(p2p_subelems, group->noa); in p2p_group_build_probe_resp_ie() 809 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, in p2p_group_notif_noa() argument 812 if (noa == NULL) { in p2p_group_notif_noa() [all …]
|
D | p2p.c | 4434 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, in p2p_build_presence_resp() argument 4447 if (noa) { in p2p_build_presence_resp() 4450 wpabuf_put_data(resp, noa, noa_len); in p2p_build_presence_resp() 4469 u8 noa[50]; in p2p_process_presence_req() local 4494 if (msg.noa == NULL) { in p2p_process_presence_req() 4500 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len); in p2p_process_presence_req() 4504 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, in p2p_process_presence_req() 4505 sizeof(noa)); in p2p_process_presence_req() 4508 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, in p2p_process_presence_req() 4537 if (msg.status == NULL || msg.noa == NULL) { in p2p_process_presence_resp() [all …]
|
D | p2p_i.h | 590 const u8 *noa; member 731 const u8 *noa, size_t noa_len);
|
D | p2p.h | 996 const u8 *noa, size_t noa_len); 1818 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
|
D | p2p_parse.c | 256 msg->noa = data; in p2p_parse_attribute()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 3776 const u8 *noa, size_t noa_len) in wpas_presence_resp() argument 3791 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len); in wpas_presence_resp()
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5774 "noa",
|