Home
last modified time | relevance | path

Searched refs:authenticate_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/ks7010/
Dks_wlan_net.c823 if (priv->reg.authenticate_type == AUTH_TYPE_SHARED_KEY) in ks_wlan_set_encode()
826 priv->reg.authenticate_type = AUTH_TYPE_OPEN_SYSTEM; in ks_wlan_set_encode()
843 if (priv->reg.authenticate_type == AUTH_TYPE_SHARED_KEY) in ks_wlan_set_encode()
846 priv->reg.authenticate_type = AUTH_TYPE_OPEN_SYSTEM; in ks_wlan_set_encode()
848 if (priv->reg.authenticate_type == AUTH_TYPE_OPEN_SYSTEM) in ks_wlan_set_encode()
851 priv->reg.authenticate_type = AUTH_TYPE_SHARED_KEY; in ks_wlan_set_encode()
875 switch (priv->reg.authenticate_type) { in ks_wlan_get_encode()
1454 priv->reg.authenticate_type = AUTH_TYPE_OPEN_SYSTEM; in ks_wlan_set_auth_mode()
1458 priv->reg.authenticate_type = AUTH_TYPE_SHARED_KEY; in ks_wlan_set_auth_mode()
Dks_wlan.h46 u16 authenticate_type; member
Dks_hostif.c1374 pp->auth_type = cpu_to_le16(priv->reg.authenticate_type); in hostif_infrastructure_set_request()