Home
last modified time | relevance | path

Searched refs:noa_len (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p_group.c812 size_t noa_len) in p2p_group_notif_noa() argument
819 if (wpabuf_size(group->noa) >= noa_len) { in p2p_group_notif_noa()
821 wpabuf_put_data(group->noa, noa, noa_len); in p2p_group_notif_noa()
829 group->noa = wpabuf_alloc_copy(noa, noa_len); in p2p_group_notif_noa()
964 const u8 *noa, size_t noa_len) in p2p_group_presence_req() argument
976 wpa_hexdump(MSG_DEBUG, "P2P: Presence Request NoA", noa, noa_len); in p2p_group_presence_req()
H A Dp2p.c4440 size_t noa_len, u8 dialog_token) in p2p_build_presence_resp() argument
4445 resp = wpabuf_alloc(100 + noa_len); in p2p_build_presence_resp()
4454 wpabuf_put_le16(resp, noa_len); in p2p_build_presence_resp()
4455 wpabuf_put_data(resp, noa, noa_len); in p2p_build_presence_resp()
4475 int noa_len; in p2p_process_presence_req() local
4509 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, in p2p_process_presence_req()
4512 noa_len = -1; in p2p_process_presence_req()
4513 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, in p2p_process_presence_req()
4514 noa_len > 0 ? noa_len : 0, in p2p_process_presence_req()
4550 msg.noa, msg.noa_len); in p2p_process_presence_resp()
[all …]
H A Dp2p_i.h586 size_t noa_len; member
728 const u8 *noa, size_t noa_len);
H A Dp2p.h1003 const u8 *noa, size_t noa_len);
1827 size_t noa_len);
H A Dp2p_parse.c257 msg->noa_len = len; in p2p_parse_attribute()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dp2p_supplicant.c3849 const u8 *noa, size_t noa_len) in wpas_presence_resp() argument
3864 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len); in wpas_presence_resp()