Comment 3 for bug 145465

Revision history for this message
Christian Holtje (docwhat) wrote :

I can't think of any other WPA APs around here. They are all open in one flavor or another. My AP is an Apple uhm... express? It's the size of a power brick (aka wall wart). Very small.

I tried the instructions and it just repeats:
Trying to associate with 00:14:51:XX:XX:XX (SSID='a network' freq=2412 MHz)
Authentication with 00:00:00:00:00:00 timed out.

Here is the output of "iwlist scan" for my WAP:
          Cell 06 - Address: 00:14:51:XX:XX:XX
                    ESSID:"a network"
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Quality=35/70 Signal level=-60 dBm Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:bcn_int=100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : WEP-40
                        Pairwise Ciphers (2) : TKIP WEP-40
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : WEP-40
                        Pairwise Ciphers (1) : WEP-40
                        Authentication Suites (1) : PSK

Here is my wpa_supplicant.conf file:
network={
        ssid="a network"
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
        priority=3
}