Lines Matching refs:WPA_PUT_LE16
150 WPA_PUT_LE16(pos, DPP_ATTR_I_NONCE); in dpp_auth_build_req()
152 WPA_PUT_LE16(pos, nonce_len - 1); in dpp_auth_build_req()
161 WPA_PUT_LE16(pos, DPP_ATTR_I_NONCE); in dpp_auth_build_req()
163 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_req()
177 WPA_PUT_LE16(pos, DPP_ATTR_I_CAPABILITIES); in dpp_auth_build_req()
179 WPA_PUT_LE16(pos, 1); in dpp_auth_build_req()
313 WPA_PUT_LE16(pos, DPP_ATTR_R_NONCE); in dpp_auth_build_resp()
315 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_resp()
323 WPA_PUT_LE16(pos, DPP_ATTR_I_NONCE); in dpp_auth_build_resp()
325 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_resp()
345 WPA_PUT_LE16(pos, DPP_ATTR_R_CAPABILITIES); in dpp_auth_build_resp()
347 WPA_PUT_LE16(pos, 1); in dpp_auth_build_resp()
371 WPA_PUT_LE16(pos, DPP_ATTR_WRAPPED_DATA); in dpp_auth_build_resp()
373 WPA_PUT_LE16(pos, wrapped_r_auth_len); in dpp_auth_build_resp()
505 WPA_PUT_LE16(r_auth, DPP_ATTR_R_AUTH_TAG); in dpp_auth_build_resp_ok()
506 WPA_PUT_LE16(&r_auth[2], auth->curve->hash_len); in dpp_auth_build_resp_ok()
1076 WPA_PUT_LE16(i_auth, DPP_ATTR_I_AUTH_TAG); in dpp_auth_build_conf()
1077 WPA_PUT_LE16(&i_auth[2], auth->curve->hash_len); in dpp_auth_build_conf()
1100 WPA_PUT_LE16(r_nonce, DPP_ATTR_R_NONCE); in dpp_auth_build_conf()
1101 WPA_PUT_LE16(&r_nonce[2], auth->curve->nonce_len); in dpp_auth_build_conf()