Home
last modified time | relevance | path

Searched refs:ft_state (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_ucfg_api.c321 mlme_priv->connect_info.ft_info.ft_state); in ucfg_cm_set_ft_ies()
324 switch (mlme_priv->connect_info.ft_info.ft_state) { in ucfg_cm_set_ft_ies()
332 mlme_priv->connect_info.ft_info.ft_state = FT_AUTH_REQ_READY; in ucfg_cm_set_ft_ies()
345 ft_ies, mlme_priv->connect_info.ft_info.ft_state); in ucfg_cm_set_ft_ies()
351 mlme_priv->connect_info.ft_info.ft_state = FT_SET_KEY_WAIT; in ucfg_cm_set_ft_ies()
353 mlme_priv->connect_info.ft_info.ft_state); in ucfg_cm_set_ft_ies()
358 mlme_priv->connect_info.ft_info.ft_state); in ucfg_cm_set_ft_ies()
387 mlme_priv->connect_info.ft_info.ft_state); in ucfg_cm_check_ft_status()
390 switch (mlme_priv->connect_info.ft_info.ft_state) { in ucfg_cm_check_ft_status()
393 mlme_priv->connect_info.ft_info.ft_state = FT_START_READY; in ucfg_cm_check_ft_status()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_host_roam_preauth.c572 mlme_priv->connect_info.ft_info.ft_state = FT_REASSOC_REQ_WAIT; in cm_preauth_success()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
Dwlan_mlme_main.h408 enum ft_ie_state ft_state; member