Home
last modified time | relevance | path

Searched refs:ft_ies_length (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_ucfg_api.c296 const uint8_t *ft_ies, uint16_t ft_ies_length) in ucfg_cm_set_ft_ies() argument
327 mlme_debug("ft_ies_length: %d", ft_ies_length); in ucfg_cm_set_ft_ies()
328 ft_ies_length = QDF_MIN(ft_ies_length, MAX_FTIE_SIZE); in ucfg_cm_set_ft_ies()
329 mlme_priv->connect_info.ft_info.auth_ie_len = ft_ies_length; in ucfg_cm_set_ft_ies()
331 ft_ies, ft_ies_length); in ucfg_cm_set_ft_ies()
342 ft_ies_length = QDF_MIN(ft_ies_length, MAX_FTIE_SIZE); in ucfg_cm_set_ft_ies()
347 ft_ies_length; in ucfg_cm_set_ft_ies()
349 ft_ies, ft_ies_length); in ucfg_cm_set_ft_ies()
352 mlme_debug("ft_ies_length: %d state: %d", ft_ies_length, in ucfg_cm_set_ft_ies()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_ft_defs.h60 uint16_t ft_ies_length; member
74 uint16_t ft_ies_length; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_frames_host_roam.c76 uint16_t ft_ies_length = 0; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() local
429 ft_ies_length = mlme_priv->connect_info.ft_info.reassoc_ie_len; in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
431 qdf_status = cds_packet_alloc((uint16_t) bytes + ft_ies_length, in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
442 qdf_mem_zero(frame, bytes + ft_ies_length); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
471 for (i = 0; i < ft_ies_length; i++) { in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
476 payload += ft_ies_length; in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
480 (uint8_t *) frame, (bytes + ft_ies_length)); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
515 (uint16_t) (bytes + ft_ies_length), in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
H A Dlim_ft_preauth.c241 (pe_session->ftPEContext.pFTPreAuthReq->ft_ies_length in lim_perform_ft_pre_auth()
H A Dlim_send_management_frames.c3428 uint16_t ft_ies_length = 0; in lim_send_auth_mgmt_frame() local
3479 ft_ies_length) { in lim_send_auth_mgmt_frame()
3480 ft_ies_length = session->ftPEContext. in lim_send_auth_mgmt_frame()
3481 pFTPreAuthReq->ft_ies_length; in lim_send_auth_mgmt_frame()
3482 frame_len += ft_ies_length; in lim_send_auth_mgmt_frame()
3484 ft_ies_length); in lim_send_auth_mgmt_frame()
3662 if (ft_ies_length > 0) { in lim_send_auth_mgmt_frame()
3666 ft_ies_length); in lim_send_auth_mgmt_frame()
3671 ft_ies_length); in lim_send_auth_mgmt_frame()
H A Dlim_process_sme_req_messages.c5558 preauth_req->ft_ies_length = in lim_cm_handle_preauth_req()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_ucfg_api.h335 const uint8_t *ft_ies, uint16_t ft_ies_length);
363 const uint8_t *ft_ies, uint16_t ft_ies_length) {} in ucfg_cm_set_ft_ies() argument