Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
H A Dwlan_crypto_param_handling.c61 uint32_t authmode) in wlan_crypto_set_authmode() argument
63 crypto_params->authmodeset = authmode; in wlan_crypto_set_authmode()
H A Dwlan_crypto_param_handling_i.h36 uint32_t authmode);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c505 uint32_t authmode, key_mgmt, ucastcipherset; in cm_calculate_security_score() local
508 authmode = neg_sec_info.authmodeset; in cm_calculate_security_score()
512 if (QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_FILS_SK) || in cm_calculate_security_score()
513 QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_SAE) || in cm_calculate_security_score()
514 QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_CCKM) || in cm_calculate_security_score()
515 QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_RSNA) || in cm_calculate_security_score()
516 QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_8021X)) { in cm_calculate_security_score()
554 } else if (QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_SHARED) || in cm_calculate_security_score()
555 QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_WPA) || in cm_calculate_security_score()
556 QDF_HAS_PARAM(authmode, WLAN_CRYPTO_AUTH_WAPI)) { in cm_calculate_security_score()
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c
H A Ddriver_atheros.c
H A Ddriver.h
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/
H A Dwlan_crypto_global_api.h521 wlan_crypto_auth_mode authmode);
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c476 int32_t uccipher, authmode, akm; in cm_roam_scan_offload_fill_lfr3_config() local
647 authmode = wlan_crypto_get_param(vdev, WLAN_CRYPTO_PARAM_AUTH_MODE); in cm_roam_scan_offload_fill_lfr3_config()
651 cm_crypto_authmode_to_wmi_authmode(authmode, akm, uccipher); in cm_roam_scan_offload_fill_lfr3_config()
1717 int32_t keymgmt, connected_akm, authmode, uccipher, mccipher; in cm_update_crypto_params() local
1737 authmode = wlan_crypto_get_param(vdev, WLAN_CRYPTO_PARAM_AUTH_MODE); in cm_update_crypto_params()
1742 cm_crypto_authmode_to_wmi_authmode(authmode, in cm_update_crypto_params()
1756 cm_crypto_authmode_to_wmi_authmode(authmode, in cm_update_crypto_params()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c1454 int32_t keymgmt, uccipher, authmode; in wma_send_peer_assoc() local
1801 authmode = wlan_crypto_get_param(intr->vdev, in wma_send_peer_assoc()
1806 cmd->akm = cm_crypto_authmode_to_wmi_authmode(authmode, in wma_send_peer_assoc()