Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c592 __le16 authType; member
1818 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
3820 local->config.authType = auth_type; in set_auth_type()
5111 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5112 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5571 switch(apriv->config.authType) { in timer_func()
5574 apriv->config.authType = AUTH_OPEN; in timer_func()
5579 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5585 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5589 apriv->config.authType in timer_func()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A 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()
5108 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()
5109 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()
5568 switch(apriv->config.authType) { in timer_func()
5571 apriv->config.authType = AUTH_OPEN; in timer_func()
5576 apriv->config.authType = AUTH_SHAREDKEY; in timer_func()
5582 apriv->config.authType = AUTH_ENCRYPT; in timer_func()
5586 apriv->config.authType in timer_func()
[all...]

Completed in 19 milliseconds