PERFORCE change 64981 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 12 15:39:29 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64981

Change 64981 by sam at sam_ebb on 2004/11/12 23:38:39

	missed auto authmode

Affected files ...

.. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#9 edit

Differences ...

==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#9 (text+ko) ====

@@ -1026,6 +1026,9 @@
 					break;
 				}
 				break;
+			case IEEE80211_AUTH_AUTO:
+				printf("AUTO");
+				break;
 			default:
 				printf("UNKNOWN (0x%x)", ireq.i_val);
 				break;


More information about the p4-projects mailing list