Home
last modified time | relevance | path

Searched refs:fils_session (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_fils.c853 pe_session->fils_info->fils_session, in lim_is_valid_fils_auth_frame()
856 pe_session->fils_info->fils_session, in lim_is_valid_fils_auth_frame()
1079 qdf_get_random_bytes(fils_info->fils_session, SIR_FILS_SESSION_LENGTH); in lim_add_fils_data_to_auth_frame()
1080 qdf_mem_copy(body, fils_info->fils_session, SIR_FILS_SESSION_LENGTH); in lim_add_fils_data_to_auth_frame()
1084 fils_info->fils_session, SIR_FILS_SESSION_LENGTH); in lim_add_fils_data_to_auth_frame()
1843 tDot11fIEfils_session fils_session = assoc_rsp->fils_session; in lim_verify_fils_params_assoc_rsp() local
1855 if (!assoc_rsp->fils_session.present) { in lim_verify_fils_params_assoc_rsp()
1861 if (qdf_mem_cmp(fils_info->fils_session, in lim_verify_fils_params_assoc_rsp()
1862 fils_session.session, DOT11F_IE_FILS_SESSION_MAX_LEN)) { in lim_verify_fils_params_assoc_rsp()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h
H A Dsta_info.h
H A Ddrv_callbacks.c
H A Dwpa_auth.c
H A Dieee802_11.c
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_fils_defs.h335 uint8_t fils_session[SIR_FILS_SESSION_LENGTH]; member
/wlan-driver/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c
H A Dwpa_i.h
/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h
H A Dieee802_11_common.c
/wlan-driver/wpa_supplicant_8/src/pasn/
H A Dpasn_initiator.c
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3018 IE fils_session (EID_EXTN_ID_ELEMENT) OUI ( 0x04 )
4328 OPTIE fils_session;
4384 OPTIE fils_session;
4623 OPTIE fils_session;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Dparser_api.h511 tDot11fIEfils_session fils_session; member
H A Ddot11f.h10984 tDot11fIEfils_session fils_session; member
11058 tDot11fIEfils_session fils_session; member
11125 tDot11fIEfils_session fils_session; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2750 frm->fils_session.present = true;
2751 qdf_mem_copy(frm->fils_session.session,
2752 fils_info->fils_session, FILS_SESSION_LENGTH);
3565 if (ar->fils_session.present) {
3567 pAssocRsp->fils_session.present = true;
3568 qdf_mem_copy(pAssocRsp->fils_session.session,
3569 ar->fils_session.session,
5853 if (auth->fils_session.present)
5854 qdf_mem_copy(auth_frame->session, auth->fils_session.session,
H A Ddot11f.c11708 { offsetof(tDot11fAssocRequest, fils_session),
11905 { offsetof(tDot11fAssocResponse, fils_session),
12070 { offsetof(tDot11fAuthentication, fils_session),