Why my hostapd don't work?
by camerabambai from LinuxQuestions.org on (#6EYAF)
I will be fast.
The device is this
The distribution is Slackware 15.0
hostapd version is 2.10, kernel is 6.5.3
I want to use wpa3 and 5ghz
this is the configuration of hostapd.conf
Code:interface=wlan1
bridge=br0
driver=nl80211
ssid=myssid
hw_mode=a
channel=36
macaddr_acl=0
accept_mac_file=/etc/hostapd/hostapd.accept
wpa=2
wpa_passphrase=mypass!wpa3
wpa_key_mgmt=SAE
rsn_pairwise=CCMPFrom the client I do..
Code:nmcli connection up myssid
Errore: attivazione connessione non riuscita: Impossibile trovare la rete Wi-Finmcli see the wifi network!
Code:nmcli device wifi list
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS >
****** myssid Infra 36 54 Mbit/s 95 no way to get it working? What I miss? On dmesg I cannot see any message of authentication.
I try wpa2 instead of wpa3 and..same thing.
The device is this
The distribution is Slackware 15.0
hostapd version is 2.10, kernel is 6.5.3
I want to use wpa3 and 5ghz
this is the configuration of hostapd.conf
Code:interface=wlan1
bridge=br0
driver=nl80211
ssid=myssid
hw_mode=a
channel=36
macaddr_acl=0
accept_mac_file=/etc/hostapd/hostapd.accept
wpa=2
wpa_passphrase=mypass!wpa3
wpa_key_mgmt=SAE
rsn_pairwise=CCMPFrom the client I do..
Code:nmcli connection up myssid
Errore: attivazione connessione non riuscita: Impossibile trovare la rete Wi-Finmcli see the wifi network!
Code:nmcli device wifi list
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS >
****** myssid Infra 36 54 Mbit/s 95 no way to get it working? What I miss? On dmesg I cannot see any message of authentication.
I try wpa2 instead of wpa3 and..same thing.