Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/
H A Dwlan_nl_to_crypto_params.c297 wlan_crypto_auth_mode crypto_auth_type = WLAN_CRYPTO_AUTH_NONE; in osif_nl_to_crypto_auth_type() local
303 return crypto_auth_type; in osif_nl_to_crypto_auth_type()
306 crypto_auth_type = osif_auth_type_crypto_mapping[auth_type]; in osif_nl_to_crypto_auth_type()
308 auth_type, crypto_auth_type); in osif_nl_to_crypto_auth_type()
310 return crypto_auth_type; in osif_nl_to_crypto_auth_type()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/
H A Dosif_cm_req.c105 wlan_crypto_auth_mode crypto_auth_type = in osif_cm_set_auth_type() local
109 if (crypto_auth_type == WLAN_CRYPTO_AUTH_AUTO && in osif_cm_set_auth_type()
112 crypto_auth_type = WLAN_CRYPTO_AUTH_WPA; in osif_cm_set_auth_type()
114 crypto_auth_type = WLAN_CRYPTO_AUTH_RSNA; in osif_cm_set_auth_type()
116 crypto_auth_type = WLAN_CRYPTO_AUTH_OPEN; in osif_cm_set_auth_type()
119 QDF_SET_PARAM(connect_req->crypto.auth_type, crypto_auth_type); in osif_cm_set_auth_type()