Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c822 if (priv->reg.authenticate_type == AUTH_TYPE_SHARED_KEY) in ks_wlan_set_encode()
825 priv->reg.authenticate_type = AUTH_TYPE_OPEN_SYSTEM; in ks_wlan_set_encode()
842 if (priv->reg.authenticate_type == AUTH_TYPE_SHARED_KEY) in ks_wlan_set_encode()
845 priv->reg.authenticate_type = AUTH_TYPE_OPEN_SYSTEM; in ks_wlan_set_encode()
847 if (priv->reg.authenticate_type == AUTH_TYPE_OPEN_SYSTEM) in ks_wlan_set_encode()
850 priv->reg.authenticate_type = AUTH_TYPE_SHARED_KEY; in ks_wlan_set_encode()
874 switch (priv->reg.authenticate_type) { in ks_wlan_get_encode()
1453 priv->reg.authenticate_type = AUTH_TYPE_OPEN_SYSTEM; in ks_wlan_set_auth_mode()
1457 priv->reg.authenticate_type = AUTH_TYPE_SHARED_KEY; in ks_wlan_set_auth_mode()
H A Dks_wlan.h46 u16 authenticate_type; member
H A Dks_hostif.c1373 pp->auth_type = cpu_to_le16(priv->reg.authenticate_type); in hostif_infrastructure_set_request()