Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c589 __le16 authType; member
1814 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
3785 local->config.authType = auth_type; in set_auth_type()
5066 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5067 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5510 switch(apriv->config.authType) { in timer_func()
5513 apriv->config.authType = AUTH_OPEN; in timer_func()
5518 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5524 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5528 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
[all …]