Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dairo.c586 __le16 authType; member
1817 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
3798 local->config.authType = auth_type; in set_auth_type()
5079 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5080 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5528 switch(apriv->config.authType) { in timer_func()
5531 apriv->config.authType = AUTH_OPEN; in timer_func()
5536 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5542 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5546 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
[all …]