Searched refs:wpabuf_put_le16 (Results 1 – 6 of 6) sorted by relevance
| /hal_espressif-latest/components/wpa_supplicant/src/common/ |
| D | dpp.c | 952 wpabuf_put_le16(msg, DPP_ATTR_STATUS); in dpp_build_attr_status() 953 wpabuf_put_le16(msg, 1); in dpp_build_attr_status() 963 wpabuf_put_le16(msg, DPP_ATTR_R_BOOTSTRAP_KEY_HASH); in dpp_build_attr_r_bootstrap_key_hash() 964 wpabuf_put_le16(msg, SHA256_MAC_LEN); in dpp_build_attr_r_bootstrap_key_hash() 975 wpabuf_put_le16(msg, DPP_ATTR_I_BOOTSTRAP_KEY_HASH); in dpp_build_attr_i_bootstrap_key_hash() 976 wpabuf_put_le16(msg, SHA256_MAC_LEN); in dpp_build_attr_i_bootstrap_key_hash() 1021 wpabuf_put_le16(msg, DPP_ATTR_I_PROTOCOL_KEY); in dpp_auth_build_req() 1022 wpabuf_put_le16(msg, wpabuf_len(pi)); in dpp_auth_build_req() 1031 wpabuf_put_le16(msg, DPP_ATTR_CHANNEL); in dpp_auth_build_req() 1032 wpabuf_put_le16(msg, 2); in dpp_auth_build_req() [all …]
|
| D | rrm.c | 213 wpabuf_put_le16(buf, 0xffff); in wpas_rrm_send_neighbor_rep_request() 244 wpabuf_put_le16(buf, 0); in wpas_rrm_send_neighbor_rep_request()
|
| D | sae.c | 1352 wpabuf_put_le16(groups, rejected_groups[i]); in sae_prepare_commit_pt() 1617 wpabuf_put_le16(buf, sae->group); /* Finite Cyclic Group */ in sae_write_commit() 2232 wpabuf_put_le16(buf, sae->send_confirm); in sae_write_confirm()
|
| /hal_espressif-latest/components/wpa_supplicant/src/ap/ |
| D | comeback_token.c | 106 wpabuf_put_le16(buf, group); /* Finite Cyclic Group */ in auth_build_token_req()
|
| /hal_espressif-latest/components/wpa_supplicant/include/utils/ |
| D | wpabuf.h | 114 static inline void wpabuf_put_le16(struct wpabuf *buf, u16 data) in wpabuf_put_le16() function
|
| /hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
| D | wpa.c | 2849 wpabuf_put_le16(sm->owe_ie, group); in owe_build_assoc_req() 2975 wpabuf_put_le16(hkey, sm->owe_group); /* group */ in owe_process_assoc_resp()
|