public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-user]  回复: [gentoo-user] Why iwconfig wlan0 enc can't work?
  @ 2011-10-22  7:47 99% ` Mick
  0 siblings, 0 replies; 1+ results
From: Mick @ 2011-10-22  7:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1542 bytes --]

On Friday 21 Oct 2011 16:40:01 Lavender wrote:
> What!!!  I know wpa_supplicant don't support
>  AES encryption method ,so I use wireless tools......

Who told you that?


>  So it seems that I have to use wpa_supplicant and
>  change AES encryption method into TKIP.

No you don't, unless the AP is configured to work with WPA only and not WPA2.  
The latter uses CCMP.


>   I feel a little depressed :-(

Instead of feeling unnecessarily depressed, you may want to spend a few 
minutes studying the manual files and looking at the example or configuration 
files of applications that you intend to use:

Why do you think that wpa_supplicant does not support AES encryption?  The 
config file which is nicely commented shows:

=========================================
# pairwise: list of accepted pairwise (unicast) ciphers for WPA
# CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
=========================================

So to make your wireless connection work, emerge wpa_supplicant and add 
something like this in /etc/wpa_supplicant/wpa_supplicant.conf:

network={
       ssid="Rebellion"
       bssid=XX:XX:XX:XX:XX:XX  <--enter the AP MAC address
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
        auth_alg=OPEN
        group=CCMP
        psk="ascii key goes in here"  <--use wpa_passphrase to create it
       priority=5
}


To learn how to use wpa_passphrase run:

  man wpa_passphrase 

in a terminal.


HTH.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-10-21 15:40     [gentoo-user] 回复: [gentoo-user] Why iwconfig wlan0 enc can't work? Lavender
2011-10-22  7:47 99% ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox