Home
last modified time | relevance | path

Searched refs:noa_len (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c812 size_t noa_len) in p2p_group_notif_noa()
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()
976 wpa_hexdump(MSG_DEBUG, "P2P: Presence Request NoA", noa, noa_len); in p2p_group_presence_req()
811 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) p2p_group_notif_noa() argument
962 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) p2p_group_presence_req() argument
H A Dp2p_i.h586 size_t noa_len; member
728 const u8 *noa, size_t noa_len);
H A Dp2p.c4446 size_t noa_len, u8 dialog_token) in p2p_build_presence_resp()
4451 resp = wpabuf_alloc(100 + noa_len); in p2p_build_presence_resp()
4460 wpabuf_put_le16(resp, noa_len); in p2p_build_presence_resp()
4461 wpabuf_put_data(resp, noa, noa_len); in p2p_build_presence_resp()
4481 int noa_len; in p2p_process_presence_req() local
4511 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len); in p2p_process_presence_req()
4515 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, in p2p_process_presence_req()
4518 noa_len = -1; in p2p_process_presence_req()
4519 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, in p2p_process_presence_req()
4520 noa_len > in p2p_process_presence_req()
4445 p2p_build_presence_resp(u8 status, const u8 *noa, size_t noa_len, u8 dialog_token) p2p_build_presence_resp() argument
[all...]
H A Dp2p.h1000 * @noa_len: Length of the NoA buffer in octets
1003 const u8 *noa, size_t noa_len);
1819 * @noa_len: Length of noa buffer in octets
1827 size_t noa_len);
H A Dp2p_parse.c257 msg->noa_len = len; in p2p_parse_attribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_group.c856 size_t noa_len) in p2p_group_notif_noa()
863 if (wpabuf_size(group->noa) >= noa_len) { in p2p_group_notif_noa()
865 wpabuf_put_data(group->noa, noa, noa_len); in p2p_group_notif_noa()
873 group->noa = wpabuf_alloc_copy(noa, noa_len); in p2p_group_notif_noa()
1008 const u8 *noa, size_t noa_len) in p2p_group_presence_req()
1020 wpa_hexdump(MSG_DEBUG, "P2P: Presence Request NoA", noa, noa_len); in p2p_group_presence_req()
855 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) p2p_group_notif_noa() argument
1006 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) p2p_group_presence_req() argument
H A Dp2p.c4634 size_t noa_len, u8 dialog_token)
4639 resp = wpabuf_alloc(100 + noa_len);
4648 wpabuf_put_le16(resp, noa_len);
4649 wpabuf_put_data(resp, noa, noa_len);
4669 int noa_len; local
4699 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4703 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4706 noa_len = -1;
4707 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4708 noa_len >
4633 p2p_build_presence_resp(u8 status, const u8 *noa, size_t noa_len, u8 dialog_token) global() argument
[all...]
H A Dp2p.h1022 * @noa_len: Length of the NoA buffer in octets
1025 const u8 *noa, size_t noa_len);
1847 * @noa_len: Length of noa buffer in octets
1855 size_t noa_len);
H A Dp2p_i.h642 size_t noa_len; member
786 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c256 msg->noa_len = len; in p2p_parse_attribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c3858 const u8 *noa, size_t noa_len) in wpas_presence_resp()
3873 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len); in wpas_presence_resp()
3857 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) wpas_presence_resp() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c4857 const u8 *noa, size_t noa_len)
4872 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len);
4856 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) global() argument

Completed in 45 milliseconds