Home | History | Annotate | Download | only in p2p

Lines Matching refs:wpabuf

18 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token)
29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype,
42 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf)
55 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len)
62 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab)
74 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent)
85 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country,
99 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country,
113 void p2p_buf_add_pref_channel_list(struct wpabuf *buf,
151 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country,
176 void p2p_buf_add_status(struct wpabuf *buf, u8 status)
186 void p2p_buf_add_device_info(struct wpabuf *buf, struct p2p_data *p2p,
245 void p2p_buf_add_device_id(struct wpabuf *buf, const u8 *dev_addr)
255 void p2p_buf_add_config_timeout(struct wpabuf *buf, u8 go_timeout,
268 void p2p_buf_add_intended_addr(struct wpabuf *buf, const u8 *interface_addr)
279 void p2p_buf_add_group_bssid(struct wpabuf *buf, const u8 *bssid)
290 void p2p_buf_add_group_id(struct wpabuf *buf, const u8 *dev_addr,
304 void p2p_buf_add_invitation_flags(struct wpabuf *buf, u8 flags)
314 static void p2p_buf_add_noa_desc(struct wpabuf *buf, struct p2p_noa_desc *desc)
326 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow,
340 void p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period,
353 void p2p_buf_add_p2p_interface(struct wpabuf *buf, struct p2p_data *p2p)
370 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country,
387 void p2p_buf_add_service_hash(struct wpabuf *buf, struct p2p_data *p2p)
402 void p2p_buf_add_session_info(struct wpabuf *buf, const char *info)
420 void p2p_buf_add_connection_capability(struct wpabuf *buf, u8 connection_cap)
431 void p2p_buf_add_advertisement_id(struct wpabuf *buf, u32 id, const u8 *mac)
476 static int p2p_buf_add_service_info(struct wpabuf *buf, struct p2p_data *p2p,
594 void p2p_buf_add_service_instance(struct wpabuf *buf, struct p2p_data *p2p,
601 struct wpabuf *tmp_buf = NULL;
665 void p2p_buf_add_session_id(struct wpabuf *buf, u32 id, const u8 *mac)
680 void p2p_buf_add_feature_capability(struct wpabuf *buf, u16 len, const u8 *mask)
693 void p2p_buf_add_persistent_group_info(struct wpabuf *buf, const u8 *dev_addr,
706 static int p2p_add_wps_string(struct wpabuf *buf, enum wps_attribute attr,
736 int p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id,