From 257b90801da4be0806d47875c6255363b191f9cb Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 11 Jul 2007 16:04:08 +0000 Subject: update for wpa_supplicant 0.5.8 import: o unix domain socket to wpa_cli is configured w/ CONFIG_CTRL_IFACE_UNIX o terminate on last interface option is configured w/ CONFIG_TERMINATE_ONLASTIF o ndis/Packet32.c fixups to force roaming mode to manual o document new mixed_cell config knob Submitted by: thompsa (Packet32.c) Reviewed by: thompsa, sephe Approved by: re (hrs) --- usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5') diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 index 68c176f..084176c 100644 --- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 +++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 14, 2006 +.Dd July 8, 2007 .Dt WPA_SUPPLICANT.CONF 5 .Os .Sh NAME @@ -263,6 +263,10 @@ Identity string for EAP. .It Va anonymous_identity Anonymous identity string for EAP (to be used as the unencrypted identity with EAP types that support different tunneled identities; e.g.\& EAP-TTLS). +.It Va mixed_cell +Configure whether networks that allow both plaintext and encryption +are allowed when selecting a BSS from the scan results. +By default this is set to 0 (disabled). .It Va password Password string for EAP. .It Va ca_cert -- cgit v1.1