Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/cisco/
Dairo.c591 __le16 authType; member
1818 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
3812 local->config.authType = auth_type; in set_auth_type()
5107 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5108 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5557 switch(apriv->config.authType) { in timer_func()
5560 apriv->config.authType = AUTH_OPEN; in timer_func()
5565 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5571 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5575 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
[all …]