Searched refs:authType (Results 1 – 1 of 1) sorted by relevance
586 __le16 authType; member1816 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()3865 ai->config.authType = AUTH_OPEN; in setup_card()4883 ai->config.authType = AUTH_SHAREDKEY; in proc_config_on_close()4886 ai->config.authType = AUTH_ENCRYPT; in proc_config_on_close()4889 ai->config.authType = AUTH_OPEN; in proc_config_on_close()5064 ai->config.authType == AUTH_ENCRYPT ? "encrypt" : in proc_config_open()5065 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open", in proc_config_open()5514 switch(apriv->config.authType) { in timer_func()5517 apriv->config.authType = AUTH_OPEN; in timer_func()[all …]