Home
last modified time | relevance | path

Searched refs:auth_frame (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_auth_frame.c127 tSirMacAuthFrameBody *auth_frame, in lim_process_auth_shared_system_algo() argument
155 auth_frame->authAlgoNumber = rx_auth_frm_body->authAlgoNumber; in lim_process_auth_shared_system_algo()
156 auth_frame->authTransactionSeqNumber = in lim_process_auth_shared_system_algo()
158 auth_frame->authStatusCode = in lim_process_auth_shared_system_algo()
161 lim_send_auth_mgmt_frame(mac_ctx, auth_frame, in lim_process_auth_shared_system_algo()
201 auth_frame->authAlgoNumber = in lim_process_auth_shared_system_algo()
203 auth_frame->authTransactionSeqNumber = in lim_process_auth_shared_system_algo()
205 auth_frame->authStatusCode = in lim_process_auth_shared_system_algo()
208 lim_send_auth_mgmt_frame(mac_ctx, auth_frame, in lim_process_auth_shared_system_algo()
227 auth_frame->authAlgoNumber = in lim_process_auth_shared_system_algo()
[all …]
Dlim_process_mlm_req_messages.c1866 tSirMacAuthFrameBody *auth_frame; in lim_process_auth_retry_timer() local
1870 auth_frame = qdf_mem_malloc(sizeof(*auth_frame)); in lim_process_auth_retry_timer()
1871 if (!auth_frame) { in lim_process_auth_retry_timer()
1879 auth_frame->authAlgoNumber = eSIR_OPEN_SYSTEM; in lim_process_auth_retry_timer()
1881 auth_frame->authAlgoNumber = (uint8_t)auth_type; in lim_process_auth_retry_timer()
1883 auth_frame->authTransactionSeqNumber = in lim_process_auth_retry_timer()
1885 auth_frame->authStatusCode = 0; in lim_process_auth_retry_timer()
1888 lim_send_auth_mgmt_frame(mac_ctx, auth_frame, in lim_process_auth_retry_timer()
1892 qdf_mem_free(auth_frame); in lim_process_auth_retry_timer()
Dlim_send_management_frames.c3416 tpSirMacAuthFrameBody auth_frame, in lim_send_auth_mgmt_frame() argument
3459 switch (auth_frame->authTransactionSeqNumber) { in lim_send_auth_mgmt_frame()
3471 status = lim_create_fils_auth_data(mac_ctx, auth_frame, in lim_send_auth_mgmt_frame()
3476 if (auth_frame->authAlgoNumber == eSIR_FT_AUTH) { in lim_send_auth_mgmt_frame()
3494 auth_frame->authAlgoNumber == SIR_FILS_SK_WITHOUT_PFS && in lim_send_auth_mgmt_frame()
3500 if ((auth_frame->authAlgoNumber == eSIR_OPEN_SYSTEM) || in lim_send_auth_mgmt_frame()
3501 ((auth_frame->authAlgoNumber == eSIR_SHARED_KEY) && in lim_send_auth_mgmt_frame()
3502 (auth_frame->authStatusCode != STATUS_SUCCESS))) { in lim_send_auth_mgmt_frame()
3609 qdf_mem_copy(body, (uint8_t *) auth_frame, body_len); in lim_send_auth_mgmt_frame()
3612 sir_swap_u16if_needed(auth_frame->authAlgoNumber); in lim_send_auth_mgmt_frame()
[all …]
Dlim_process_fils.c1598 tpSirMacAuthFrameBody auth_frame, in lim_create_fils_auth_data() argument
1619 if (auth_frame->authAlgoNumber == SIR_FILS_SK_WITHOUT_PFS) { in lim_create_fils_auth_data()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_process_fils.h110 tpSirMacAuthFrameBody auth_frame,
254 tpSirMacAuthFrameBody auth_frame,
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c5782 tpSirMacAuthFrameBody auth_frame)
5795 auth_frame->ft_ie.present = 1;
5797 qdf_mem_copy(auth_frame->ft_ie.r1kh_id,
5803 qdf_mem_copy(auth_frame->ft_ie.r0kh_id,
5806 auth_frame->ft_ie.r0kh_id_len =
5810 if (auth_frame->ft_ie.gtk_ie.present) {
5812 qdf_mem_copy(&auth_frame->ft_ie.gtk_ie,
5817 if (auth_frame->ft_ie.igtk_ie.present) {
5819 qdf_mem_copy(&auth_frame->ft_ie.igtk_ie,
5824 qdf_mem_copy(auth_frame->ft_ie.anonce, auth->FTInfo.Anonce,
[all …]