Searched refs:WPA_PUT_LE16 (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth_ie.c | 33 WPA_PUT_LE16(hdr->version, WPA_VERSION); in wpa_write_wpa_ie() 55 WPA_PUT_LE16(count, num_suites); in wpa_write_wpa_ie() 77 WPA_PUT_LE16(count, num_suites); in wpa_write_wpa_ie() 98 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_write_rsn_ie() 139 WPA_PUT_LE16(count, num_suites); in wpa_write_rsn_ie() 213 WPA_PUT_LE16(count, num_suites); in wpa_write_rsn_ie() 245 WPA_PUT_LE16(pos, capab); in wpa_write_rsn_ie() 252 WPA_PUT_LE16(pos, 1); in wpa_write_rsn_ie() 264 WPA_PUT_LE16(pos, 0); in wpa_write_rsn_ie() 284 WPA_PUT_LE16(pos, 0); in wpa_write_rsn_ie()
|
D | wpa_auth.c | 2205 WPA_PUT_LE16(pos, gsm->GN & 0x03); in wpa_wnmsleep_gtk_subelem() 2235 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_wnmsleep_igtk_subelem()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | ms_funcs.c | 38 WPA_PUT_LE16(ucs2_buffer + j, c); in utf8_to_ucs2() 48 WPA_PUT_LE16(ucs2_buffer + j, in utf8_to_ucs2() 58 WPA_PUT_LE16(ucs2_buffer + j, in utf8_to_ucs2() 455 WPA_PUT_LE16(pos, password_len * 2); in encrypt_pw_block_with_password_hash()
|
D | sha384-prf.c | 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha384_prf_bits() 79 WPA_PUT_LE16(counter_le, counter); in sha384_prf_bits()
|
D | sha256-prf.c | 75 WPA_PUT_LE16(length_le, buf_len_bits); in sha256_prf_bits() 79 WPA_PUT_LE16(counter_le, counter); in sha256_prf_bits()
|
D | ccmp.c | 50 WPA_PUT_LE16(aad, fc); in ccmp_aad_nonce() 56 WPA_PUT_LE16(pos, seq); in ccmp_aad_nonce() 99 WPA_PUT_LE16(aad, fc); in ccmp_aad_nonce_pv1()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_ie.c | 60 WPA_PUT_LE16(hdr->version, WPA_VERSION); in wpa_gen_wpa_ie_wpa() 149 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_gen_wpa_ie_rsn() 231 WPA_PUT_LE16(pos, capab); in wpa_gen_wpa_ie_rsn() 247 WPA_PUT_LE16(pos, 0); in wpa_gen_wpa_ie_rsn()
|
/hal_espressif-3.4.0/components/wpa_supplicant/include/utils/ |
D | wpabuf.h | 117 WPA_PUT_LE16(pos, data); in wpabuf_put_le16()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 1054 WPA_PUT_LE16(pos, DPP_ATTR_I_NONCE); in dpp_auth_build_req() 1056 WPA_PUT_LE16(pos, nonce_len - 1); in dpp_auth_build_req() 1065 WPA_PUT_LE16(pos, DPP_ATTR_I_NONCE); in dpp_auth_build_req() 1067 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_req() 1081 WPA_PUT_LE16(pos, DPP_ATTR_I_CAPABILITIES); in dpp_auth_build_req() 1083 WPA_PUT_LE16(pos, 1); in dpp_auth_build_req() 1204 WPA_PUT_LE16(pos, DPP_ATTR_R_NONCE); in dpp_auth_build_resp() 1206 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_resp() 1214 WPA_PUT_LE16(pos, DPP_ATTR_I_NONCE); in dpp_auth_build_resp() 1216 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_resp() [all …]
|
D | rrm.c | 451 WPA_PUT_LE16(pos, bss->beacon_int); in wpas_beacon_rep_add_frame_body() 453 WPA_PUT_LE16(pos, bss->caps); in wpas_beacon_rep_add_frame_body()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/ |
D | common.h | 144 static inline void WPA_PUT_LE16(u8 *a, u16 val) in WPA_PUT_LE16() function
|