Lines Matching defs:buf

19 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token)  in p2p_buf_add_action_hdr()
30 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype, in p2p_buf_add_public_action_hdr()
43 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf) in p2p_buf_add_ie_hdr()
56 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len) in p2p_buf_update_ie_hdr()
63 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab) in p2p_buf_add_capability()
75 void p2p_buf_add_go_intent(struct wpabuf *buf, u8 go_intent) in p2p_buf_add_go_intent()
86 void p2p_buf_add_listen_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_listen_channel()
100 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel()
114 void p2p_buf_add_pref_channel_list(struct wpabuf *buf, in p2p_buf_add_pref_channel_list()
154 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list()
182 void p2p_buf_add_status(struct wpabuf *buf, u8 status) in p2p_buf_add_status()
192 void p2p_buf_add_device_info(struct wpabuf *buf, struct p2p_data *p2p, in p2p_buf_add_device_info()
251 void p2p_buf_add_device_id(struct wpabuf *buf, const u8 *dev_addr) in p2p_buf_add_device_id()
261 void p2p_buf_add_config_timeout(struct wpabuf *buf, u8 go_timeout, in p2p_buf_add_config_timeout()
274 void p2p_buf_add_intended_addr(struct wpabuf *buf, const u8 *interface_addr) in p2p_buf_add_intended_addr()
285 void p2p_buf_add_group_bssid(struct wpabuf *buf, const u8 *bssid) in p2p_buf_add_group_bssid()
296 void p2p_buf_add_group_id(struct wpabuf *buf, const u8 *dev_addr, in p2p_buf_add_group_id()
310 void p2p_buf_add_invitation_flags(struct wpabuf *buf, u8 flags) in p2p_buf_add_invitation_flags()
320 static void p2p_buf_add_noa_desc(struct wpabuf *buf, struct p2p_noa_desc *desc) in p2p_buf_add_noa_desc()
332 void p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, in p2p_buf_add_noa()
346 void p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, in p2p_buf_add_ext_listen_timing()
359 void p2p_buf_add_p2p_interface(struct wpabuf *buf, struct p2p_data *p2p) in p2p_buf_add_p2p_interface()
376 void p2p_buf_add_oob_go_neg_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_oob_go_neg_channel()
393 void p2p_buf_add_service_hash(struct wpabuf *buf, struct p2p_data *p2p) in p2p_buf_add_service_hash()
408 void p2p_buf_add_session_info(struct wpabuf *buf, const char *info) in p2p_buf_add_session_info()
426 void p2p_buf_add_connection_capability(struct wpabuf *buf, u8 connection_cap) in p2p_buf_add_connection_capability()
437 void p2p_buf_add_advertisement_id(struct wpabuf *buf, u32 id, const u8 *mac) in p2p_buf_add_advertisement_id()
482 static int p2p_buf_add_service_info(struct wpabuf *buf, struct p2p_data *p2p, in p2p_buf_add_service_info()
600 void p2p_buf_add_service_instance(struct wpabuf *buf, struct p2p_data *p2p, in p2p_buf_add_service_instance()
671 void p2p_buf_add_session_id(struct wpabuf *buf, u32 id, const u8 *mac) in p2p_buf_add_session_id()
686 void p2p_buf_add_feature_capability(struct wpabuf *buf, u16 len, const u8 *mask) in p2p_buf_add_feature_capability()
699 void p2p_buf_add_persistent_group_info(struct wpabuf *buf, const u8 *dev_addr, in p2p_buf_add_persistent_group_info()
712 static int p2p_add_wps_string(struct wpabuf *buf, enum wps_attribute attr, in p2p_add_wps_string()
742 int p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id, in p2p_build_wps_ie()