Home
last modified time | relevance | path

Searched refs:cck_ie_len (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_ucfg_api.c214 const uint8_t *cck_ie, const uint8_t cck_ie_len) in ucfg_cm_set_cckm_ie() argument
232 qdf_mem_copy(mlme_priv->connect_info.cckm_ie, cck_ie, cck_ie_len); in ucfg_cm_set_cckm_ie()
233 mlme_priv->connect_info.cckm_ie_len = cck_ie_len; in ucfg_cm_set_cckm_ie()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_roam_ucfg_api.h92 const uint8_t *cck_ie, const uint8_t cck_ie_len);