Home
last modified time | relevance | path

Searched refs:pmk_cache (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_inside_api.h314 struct wlan_crypto_pmksa *pmk_cache);
340 struct wlan_crypto_pmksa *pmk_cache);
H A Dcsr_api_roam.c4939 struct wlan_crypto_pmksa *pmk_cache) in csr_get_pmk_info() argument
4945 wlan_cm_get_psk_pmk(mac_ctx->pdev, session_id, pmk_cache->pmk, in csr_get_pmk_info()
4946 &pmk_cache->pmk_len); in csr_get_pmk_info()
4999 struct wlan_crypto_pmksa *pmk_cache) in csr_set_pmk_cache_ft() argument
5030 cm_update_pmk_cache_ft(mac->psoc, vdev_id, pmk_cache); in csr_set_pmk_cache_ft()
5044 &pmk_cache->bssid, sizeof(struct qdf_mac_addr)); in csr_set_pmk_cache_ft()
5066 cm_update_pmk_cache_ft(mac->psoc, vdev_id, pmk_cache); in csr_set_pmk_cache_ft()
5079 struct wlan_crypto_pmksa *pmk_cache) in csr_clear_sae_single_pmk() argument
5104 if (pmk_cache) { in csr_clear_sae_single_pmk()
5105 qdf_mem_copy(&pmk_info.pmk, pmk_cache->pmk, pmk_cache->pmk_len); in csr_clear_sae_single_pmk()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.h357 struct wlan_crypto_pmksa *pmk_cache);
369 struct wlan_crypto_pmksa *pmk_cache);
H A Dwlan_cm_roam_offload.c5470 struct wlan_crypto_pmksa *pmk_cache) in cm_update_pmk_cache_ft() argument
5505 if (pmk_cache) in cm_update_pmk_cache_ft()
5506 qdf_mem_copy(pmksa.cache_id, pmk_cache->cache_id, in cm_update_pmk_cache_ft()
5524 struct wlan_crypto_pmksa *pmk_cache) in cm_lookup_pmkid_using_bssid() argument
5536 pmksa = wlan_crypto_get_pmksa(vdev, &pmk_cache->bssid); in cm_lookup_pmkid_using_bssid()
5541 qdf_mem_copy(pmk_cache->pmkid, pmksa->pmkid, sizeof(pmk_cache->pmkid)); in cm_lookup_pmkid_using_bssid()
5542 qdf_mem_copy(pmk_cache->pmk, pmksa->pmk, pmksa->pmk_len); in cm_lookup_pmkid_using_bssid()
5543 pmk_cache->pmk_len = pmksa->pmk_len; in cm_lookup_pmkid_using_bssid()
5544 pmk_cache->pmk_lifetime = pmksa->pmk_lifetime; in cm_lookup_pmkid_using_bssid()
5545 pmk_cache->pmk_lifetime_threshold = pmksa->pmk_lifetime_threshold; in cm_lookup_pmkid_using_bssid()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c26150 struct wlan_crypto_pmksa *pmk_cache) in hdd_fill_pmksa_lifetime() argument
26152 pmk_cache->pmk_lifetime = pmksa->pmk_lifetime; in hdd_fill_pmksa_lifetime()
26153 if (pmk_cache->pmk_lifetime > WLAN_CRYPTO_MAX_PMKID_LIFETIME) in hdd_fill_pmksa_lifetime()
26154 pmk_cache->pmk_lifetime = WLAN_CRYPTO_MAX_PMKID_LIFETIME; in hdd_fill_pmksa_lifetime()
26156 pmk_cache->pmk_lifetime_threshold = pmksa->pmk_reauth_threshold; in hdd_fill_pmksa_lifetime()
26157 if (pmk_cache->pmk_lifetime_threshold >= in hdd_fill_pmksa_lifetime()
26159 pmk_cache->pmk_lifetime_threshold = in hdd_fill_pmksa_lifetime()
26162 hdd_debug("PMKSA: lifetime:%d threshold:%d", pmk_cache->pmk_lifetime, in hdd_fill_pmksa_lifetime()
26163 pmk_cache->pmk_lifetime_threshold); in hdd_fill_pmksa_lifetime()
26173 struct wlan_crypto_pmksa *pmk_cache) in wlan_hdd_set_pmksa_cache() argument
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c3583 struct wlan_crypto_pmksa *pmk_cache) in sme_get_pmk_info() argument
3590 csr_get_pmk_info(mac_ctx, session_id, pmk_cache); in sme_get_pmk_info()
3629 struct wlan_crypto_pmksa *pmk_cache) in sme_set_pmk_cache_ft() argument
3636 status = csr_set_pmk_cache_ft(mac, vdev_id, pmk_cache); in sme_set_pmk_cache_ft()
13398 struct wmi_unified_pmk_cache *pmk_cache; in sme_set_del_pmkid_cache() local
13401 pmk_cache = qdf_mem_malloc(sizeof(*pmk_cache)); in sme_set_del_pmkid_cache()
13402 if (!pmk_cache) in sme_set_del_pmkid_cache()
13405 qdf_mem_zero(pmk_cache, sizeof(*pmk_cache)); in sme_set_del_pmkid_cache()
13407 pmk_cache->vdev_id = session_id; in sme_set_del_pmkid_cache()
13410 pmk_cache->is_flush_all = true; in sme_set_del_pmkid_cache()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_api.h631 struct wlan_crypto_pmksa *pmk_cache);
656 struct wlan_crypto_pmksa *pmk_cache);
660 struct wlan_crypto_pmksa *pmk_cache) in sme_get_pmk_info() argument
687 struct wlan_crypto_pmksa *pmk_cache) in sme_set_pmk_cache_ft() argument
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c8610 struct wmi_unified_pmk_cache *pmk_cache) in wma_set_del_pmkid_cache() argument
8623 status = wmi_unified_set_del_pmkid_cache(wmi_handle, pmk_cache); in wma_set_del_pmkid_cache()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h2683 WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_pmk_cache, pmk_cache, WMITLV_SIZE_VAR)