Date: Thu, 19 Jan 2012 09:54:33 -0500 From: Shirk Dog <shirkdog_list@hotmail.com> To: <freebsd-doc@freebsd.org> Subject: Handbook - Update for 9.0 Wireless configuration with WPA2 Message-ID: <BAY145-W2735C9F78F15532D6DF4D095860@phx.gbl>
next in thread | raw e-mail | index | archive | help
Section 32.3 Wireless Networking. 32.3.3.1.3.1 WPA-PSKThe first step is the configuration of the /etc/wpa_sup= plicant.conf file with the SSID and the pre-shared key of your network: network=3D{ ssid=3D"freebsdap" psk=3D"freebsdmall" } ------------------------------------------ I use WPA2 with AES on my access point. In order to get my laptop to connec= t to the access point I needed to add options for the key management to /et= c/wpa_supplicant.conf network=3D{ ssid=3D"freebsdap" psk=3D"freebsdmall" scan_ssid=3D1 key_mgmt=3DWPA-PSK pairwise=3DCCMP TKIP } Shirkdog Free your mind... http://www.shirkdog.us =
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY145-W2735C9F78F15532D6DF4D095860>