authType          589 drivers/net/wireless/cisco/airo.c 	__le16 authType;
authType         1814 drivers/net/wireless/cisco/airo.c 	if (ai->config.authType != AUTH_OPEN && maxencrypt) {
authType         3797 drivers/net/wireless/cisco/airo.c 	local->config.authType = auth_type;
authType         5078 drivers/net/wireless/cisco/airo.c 		 ai->config.authType == AUTH_ENCRYPT ? "encrypt" :
authType         5079 drivers/net/wireless/cisco/airo.c 		 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open",
authType         5522 drivers/net/wireless/cisco/airo.c 	switch(apriv->config.authType) {
authType         5525 drivers/net/wireless/cisco/airo.c 			apriv->config.authType = AUTH_OPEN;
authType         5530 drivers/net/wireless/cisco/airo.c 				apriv->config.authType = AUTH_SHAREDKEY;
authType         5536 drivers/net/wireless/cisco/airo.c 				apriv->config.authType = AUTH_ENCRYPT;
authType         5540 drivers/net/wireless/cisco/airo.c 			apriv->config.authType = AUTH_SHAREDKEY;
authType         6314 drivers/net/wireless/cisco/airo.c 	__le16 currentAuthType = local->config.authType;
authType         6370 drivers/net/wireless/cisco/airo.c 		   (local->config.authType == AUTH_OPEN))
authType         6397 drivers/net/wireless/cisco/airo.c 	if (local->config.authType != currentAuthType)
authType         6422 drivers/net/wireless/cisco/airo.c 	switch(local->config.authType)	{
authType         6471 drivers/net/wireless/cisco/airo.c 	__le16 currentAuthType = local->config.authType;
authType         6557 drivers/net/wireless/cisco/airo.c 	if (local->config.authType != currentAuthType)
authType         6603 drivers/net/wireless/cisco/airo.c 	switch(local->config.authType) {
authType         6642 drivers/net/wireless/cisco/airo.c 	__le16 currentAuthType = local->config.authType;
authType         6666 drivers/net/wireless/cisco/airo.c 		if (local->config.authType != currentAuthType)
authType         6683 drivers/net/wireless/cisco/airo.c 			if (local->config.authType != currentAuthType)
authType         6711 drivers/net/wireless/cisco/airo.c 	__le16 currentAuthType = local->config.authType;