Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/cisco/
Dairo.c586 __le16 authType; member
1817 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
3788 local->config.authType = auth_type; in set_auth_type()
5069 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5070 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5506 switch(apriv->config.authType) { in timer_func()
5509 apriv->config.authType = AUTH_OPEN; in timer_func()
5514 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5520 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5524 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
[all …]