Searched refs:crypto_auth_type (Results 1 – 2 of 2) sorted by relevance
297 wlan_crypto_auth_mode crypto_auth_type = WLAN_CRYPTO_AUTH_NONE; in osif_nl_to_crypto_auth_type() local303 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()
105 wlan_crypto_auth_mode crypto_auth_type = in osif_cm_set_auth_type() local109 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()