Lines Matching refs:wpabuf_put_u8
102 wpabuf_put_u8(msg, type); in wps_build_req_type()
112 wpabuf_put_u8(msg, type); in wps_build_resp_type()
203 wpabuf_put_u8(msg, 0x10); in wps_build_version()
228 wpabuf_put_u8(msg, WFA_ELEM_VERSION2); in wps_build_wfa_ext()
229 wpabuf_put_u8(msg, 1); in wps_build_wfa_ext()
230 wpabuf_put_u8(msg, WPS_VERSION); in wps_build_wfa_ext()
234 wpabuf_put_u8(msg, WFA_ELEM_REQUEST_TO_ENROLL); in wps_build_wfa_ext()
235 wpabuf_put_u8(msg, 1); in wps_build_wfa_ext()
236 wpabuf_put_u8(msg, 1); in wps_build_wfa_ext()
243 wpabuf_put_u8(msg, WFA_ELEM_AUTHORIZEDMACS); in wps_build_wfa_ext()
244 wpabuf_put_u8(msg, auth_macs_count * ETH_ALEN); in wps_build_wfa_ext()
254 wpabuf_put_u8(msg, WFA_ELEM_MULTI_AP); in wps_build_wfa_ext()
255 wpabuf_put_u8(msg, 1); /* length */ in wps_build_wfa_ext()
256 wpabuf_put_u8(msg, multi_ap_subelem); in wps_build_wfa_ext()
269 wpabuf_put_u8(msg, 42); in wps_build_wfa_ext()
281 wpabuf_put_u8(msg, msg_type); in wps_build_msg_type()
362 wpabuf_put_u8(msg, WPS_CONN_ESS); in wps_build_conn_type_flags()
482 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_ie_encapsulate()
483 wpabuf_put_u8(ie, 4 + frag_len); in wps_ie_encapsulate()
511 wpabuf_put_u8(msg, rf_bands); in wps_build_rf_bands_attr()