Lines Matching defs:msg

21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)  in wps_build_public_key()
97 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type()
107 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type()
117 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods()
127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e()
139 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id()
149 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
191 int wps_build_version(struct wpabuf *msg) in wps_build_version()
208 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, in wps_build_wfa_ext()
276 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type()
286 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
296 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
306 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
333 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
357 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
367 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
377 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
393 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
423 int wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id, in wps_build_oob_dev_pw()
495 int wps_build_mac_addr(struct wpabuf *msg, const u8 *addr) in wps_build_mac_addr()
506 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands) in wps_build_rf_bands_attr()
516 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel) in wps_build_ap_channel()