Comment # 7 on bug 919746 from
(In reply to Larry Finger from comment #6)
> Check the contents of /etc/sysconfig/network/ifcfg-wlan0 to make sure the
> wifi secret specified in WIRELESS_WPA_PSK is correct and that WIRELESS_ESSID
> is what you expected. The STARTMODE should be 'hotplug',
> WIRELESS_AP_SCANMODE should be 1, and WIRELESS_AUTH_MODE should ve 'psk'. If
> you have any questions, post the entire contents with the WIRELESS_WPA_PSK
> obscured.

Below is the requested content, however also WIRELESS_ESSID has been obscured,
but it is the ESSID of the AP:

BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='192.168.1.249/24'
MTU=''
NAME='RTL8191S WLAN Adapter'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='hotplug'
WIRELESS_AP=''
WIRELESS_AP_SCANMODE='1'
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='BBBBBBB'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='no'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='xxxxxxxx'

It is exactly what it should be.


You are receiving this mail because: