Lines Matching defs:buf

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