Lines Matching refs:wpabuf_put_be16
28 wpabuf_put_be16(msg, ATTR_WPS_STATE); in wps_build_wps_state()
29 wpabuf_put_be16(msg, 1); in wps_build_wps_state()
54 wpabuf_put_be16(msg, ATTR_E_HASH1); in wps_build_e_hash()
55 wpabuf_put_be16(msg, SHA256_MAC_LEN); in wps_build_e_hash()
70 wpabuf_put_be16(msg, ATTR_E_HASH2); in wps_build_e_hash()
71 wpabuf_put_be16(msg, SHA256_MAC_LEN); in wps_build_e_hash()
86 wpabuf_put_be16(msg, ATTR_E_SNONCE1); in wps_build_e_snonce1()
87 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN); in wps_build_e_snonce1()
96 wpabuf_put_be16(msg, ATTR_E_SNONCE2); in wps_build_e_snonce2()
97 wpabuf_put_be16(msg, WPS_SECRET_NONCE_LEN); in wps_build_e_snonce2()
246 wpabuf_put_be16(msg, ATTR_SSID); in wps_build_cred_ssid()
247 wpabuf_put_be16(msg, wps->wps->ssid_len); in wps_build_cred_ssid()
270 wpabuf_put_be16(msg, ATTR_AUTH_TYPE); in wps_build_cred_auth_type()
271 wpabuf_put_be16(msg, 2); in wps_build_cred_auth_type()
272 wpabuf_put_be16(msg, auth_type); in wps_build_cred_auth_type()
294 wpabuf_put_be16(msg, ATTR_ENCR_TYPE); in wps_build_cred_encr_type()
295 wpabuf_put_be16(msg, 2); in wps_build_cred_encr_type()
296 wpabuf_put_be16(msg, encr_type); in wps_build_cred_encr_type()
319 wpabuf_put_be16(msg, ATTR_NETWORK_KEY); in wps_build_cred_network_key()
320 wpabuf_put_be16(msg, sizeof(psk) * 2); in wps_build_cred_network_key()
332 wpabuf_put_be16(msg, ATTR_NETWORK_KEY); in wps_build_cred_network_key()
333 wpabuf_put_be16(msg, wps->wps->network_key_len); in wps_build_cred_network_key()
342 wpabuf_put_be16(msg, ATTR_MAC_ADDR); in wps_build_cred_mac_addr()
343 wpabuf_put_be16(msg, ETH_ALEN); in wps_build_cred_mac_addr()