IEEE 802.11: deauthenticated due to local deauth request

KenHorse

New Member
Joined
Mar 12, 2021
Messages
21
Reaction score
6
Credits
176
I'm trying to set up a wireless AP on a Proxmox host (Debian 11), have done this many times under Debian but I keep getting an "incorrect password" error on the device I'm using to connect (and it never connects obviously and reports incorrect password)

syslog shows:
Code:
Apr 13 16:23:03 ParrettPVE hostapd: wlp2s0: STA 32:0a:98:34:21:78 IEEE 802.11: authenticated
Apr 13 16:23:03 ParrettPVE kernel: [  569.683132] rtw_8821ce 0000:02:00.0: sta 32:0a:98:34:21:78 joined with macid 0
Apr 13 16:23:03 ParrettPVE hostapd: wlp2s0: STA 32:0a:98:34:21:78 IEEE 802.11: associated (aid 1)
Apr 13 16:23:07 ParrettPVE kernel: [  573.706754] rtw_8821ce 0000:02:00.0: sta 32:0a:98:34:21:78 with macid 0 left
Apr 13 16:23:12 ParrettPVE hostapd: wlp2s0: STA 32:0a:98:34:21:78 IEEE 802.11: deauthenticated due to local deauth request

/etc/hostapd/hostapd.conf


Code:
### Wireless network name ###
interface=wlp2s0
### Set your bridge name ###
bridge=br0
#driver=n180211
country_code=US
ssid=MyAP
hw_mode=g
channel=6
wpa=2
wpa_passphrase=xxxxxxxxx
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
auth_algs=1
macaddr_acl=0

I have double and triplechecked the passphrase are correct and matching
 

Members online


Top