Home
last modified time | relevance | path

Searched refs:qdf_get_random_bytes (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_security_utils.c545 qdf_get_random_bytes(seed, SIR_MAC_WEP_IV_LENGTH); in lim_encrypt_auth_frame()
547 qdf_get_random_bytes(seed, SIR_MAC_WEP_IV_LENGTH); in lim_encrypt_auth_frame()
H A Dlim_process_fils.c1061 qdf_get_random_bytes(fils_info->fils_nonce, SIR_FILS_NONCE_LENGTH); in lim_add_fils_data_to_auth_frame()
1079 qdf_get_random_bytes(fils_info->fils_session, SIR_FILS_SESSION_LENGTH); in lim_add_fils_data_to_auth_frame()
H A Dlim_process_sme_req_messages.c10701 qdf_get_random_bytes((void *) &rand_byte, 1); in obss_color_collision_process_color_change()
H A Dlim_utils.c7410 qdf_get_random_bytes(&color, sizeof(color)); in lim_decide_he_op()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_util.h872 void qdf_get_random_bytes(void *buf, int nbytes) in qdf_get_random_bytes() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_nan_datapath.c412 qdf_get_random_bytes(&pos, sizeof(pos)); in hdd_get_random_nan_mac_addr()
421 qdf_get_random_bytes(mac_addr, sizeof(*mac_addr)); in hdd_get_random_nan_mac_addr()
H A Dwlan_hdd_main.c15801 qdf_get_random_bytes(&mac_addr, sizeof(mac_addr)); in hdd_initialize_mac_address()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c1283 qdf_get_random_bytes(lro_config.toeplitz_hash_ipv4, in dp_rx_ol_send_config()
1287 qdf_get_random_bytes(lro_config.toeplitz_hash_ipv6, in dp_rx_ol_send_config()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c70 qdf_get_random_bytes(mlo_ctxt->toeplitz_hash_ipv4, in dp_mlo_ctxt_attach_wifi3()
73 qdf_get_random_bytes(mlo_ctxt->toeplitz_hash_ipv6, in dp_mlo_ctxt_attach_wifi3()
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
H A Dwlan_dcs.c1083 qdf_get_random_bytes(&random_chan_idx, sizeof(random_chan_idx)); in wlan_dcs_get_available_chan_for_bw()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h5177 qdf_get_random_bytes(lro_hash->toeplitz_hash_ipv4, in dp_get_rx_hash_key_bytes()
5180 qdf_get_random_bytes(lro_hash->toeplitz_hash_ipv6, in dp_get_rx_hash_key_bytes()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c631 qdf_get_random_bytes(&random_num, sizeof(random_num)); in p2p_get_next_seq_num()