Searched refs:akm_type (Results 1 – 10 of 10) sorted by relevance
997 enum ani_akm_type akm_type) in lim_check_sae_pmf_cap() argument1003 akm_type == ANI_AKM_TYPE_SAE) in lim_check_sae_pmf_cap()1011 enum ani_akm_type akm_type) in lim_check_sae_pmf_cap() argument1036 enum ani_akm_type *akm_type) in lim_check_wpa_rsn_ie() argument1108 *akm_type = lim_translate_rsn_oui_to_akm_type( in lim_check_wpa_rsn_ie()1112 *akm_type); in lim_check_wpa_rsn_ie()1164 *akm_type = lim_translate_rsn_oui_to_akm_type( in lim_check_wpa_rsn_ie()1201 enum ani_akm_type *akm_type) in lim_chk_n_process_wpa_rsn_ie() argument1221 akm_type); in lim_chk_n_process_wpa_rsn_ie()1559 enum ani_akm_type akm_type, in lim_update_sta_ds() argument[all …]
150 static uint8_t lim_get_Q_length(int akm_type) in lim_get_Q_length() argument152 switch (akm_type) { in lim_get_Q_length()168 static uint8_t lim_get_pmk_length(int akm_type) in lim_get_pmk_length() argument170 switch (akm_type) { in lim_get_pmk_length()190 static uint8_t lim_get_fils_ft_length(int akm_type) in lim_get_fils_ft_length() argument192 switch (akm_type) { in lim_get_fils_ft_length()1582 fils_info->akm_type, in lim_update_fils_config()
227 enum ani_akm_type akm_type; member1819 enum ani_akm_type akm_type,
3494 enum ani_akm_type akm_type; member3533 enum ani_akm_type akm_type; in lim_translate_rsn_oui_to_akm_type() local3537 akm_type = map->akm_type; in lim_translate_rsn_oui_to_akm_type()3538 if ((akm_type == ANI_AKM_TYPE_UNKNOWN) || in lim_translate_rsn_oui_to_akm_type()3544 pe_debug("akm_type: %d", akm_type); in lim_translate_rsn_oui_to_akm_type()3546 return akm_type; in lim_translate_rsn_oui_to_akm_type()
797 sme_assoc_ind->akm_type = assoc_ind->akm_type; in lim_fill_sme_assoc_ind_params()
260 enum ani_akm_type akm_type; /* akm in rsn/wpa ie */ member
2365 wlan_crypto_key_mgmt akm_type; in scm_scan_entries_contain_cmn_akm() local2406 akm_type = wlan_crypto_get_secure_akm_available(key_mgmt); in scm_scan_entries_contain_cmn_akm()2407 if (akm_type == WLAN_CRYPTO_KEY_MGMT_MAX) { in scm_scan_entries_contain_cmn_akm()2410 } else if (!HAS_KEY_MGMT(entry2_sec_info, akm_type)) { in scm_scan_entries_contain_cmn_akm()2416 QDF_SET_PARAM(key_mgmt, akm_type); in scm_scan_entries_contain_cmn_akm()
606 uint8_t akm_type; member
3743 static enum csr_akm_type csr_translate_akm_type(enum ani_akm_type akm_type) in csr_translate_akm_type() argument3747 switch (akm_type) in csr_translate_akm_type()3974 csr_akm_type = csr_translate_akm_type(pAssocInd->akm_type); in csr_roam_chk_lnk_assoc_ind()
1054 enum ani_akm_type akm_type; member