Hi Guys Could anyone please help me with my configuration of my Wifi, I am able to broadcast and see my wireless name but it does not want to connect and authenticate.
my debug events shows the following:
disc_pak_classify: using policymap dir 0 sub-if Dot11Radio0 linktype 1
This is my current config
Current configuration : 2224 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname (Name)
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
logging buffered 4096
enable secret 5 $1$qnqr$8HiSGNN52LIokMezQBvW5.
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid Line
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 0 (password)
!
ip source-route
!
!
ip dhcp excluded-address 192.168.1.40 192.168.1.254
!
ip dhcp pool inside
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 192.168.1.254 8.8.8.8
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
username (name) privilege 15 password 0 (password)
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
!
interface ATM0.1 point-to-point
description WAN via ADSL
ip virtual-reassembly
pvc 0/100
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
!
encryption mode ciphers aes-ccm
!
ssid Line
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
channel 2462
station-role root
!
interface Vlan1
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
ip address negotiated
ip nat outside
no ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname (User)
ppp chap password 0 (Password)
ppp pap sent-username (Name) password 0 (Password)
ppp ipcp dns request
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 5 0
password (Password)
login
no modem enable
line aux 0
line vty 0 4
exec-timeout 5 0
password (Password)
login
!
scheduler max-task-time 5000
end