I'm trying to set up a wireless AP on the Host and 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).
PVE 7.4-3 but I have done this successfully on previous Version 7 PVE installations
syslog shows:
hostapd.conf:
I have double and triplechecked the passphrase are correct and matching
PVE 7.4-3 but I have done this successfully on previous Version 7 PVE installations
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
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
## Key management algorithms ##
wpa_key_mgmt=WPA-PSK
## Set cipher suites (encryption algorithms) ##
## TKIP = Temporal Key Integrity Protocol
## CCMP = AES in Counter mode with CBC-MAC
wpa_pairwise=TKIP
rsn_pairwise=CCMP
## Shared Key Authentication ##
auth_algs=1
## Accept all MAC address ###
macaddr_acl=0
I have double and triplechecked the passphrase are correct and matching