I'm not able to get this card to create an access point. I've upgraded the firmware to the latest using this wiki as a guide, and had to compile hostapd myself for SAE support, but it seems to be having issues with ACS. I'm sure my hostapd config is wrong, but I can't find any good resources on making wifi 6 APs on linux,
Here is my hostapd compile config:
CONFIG_DRIVER_HOSTAP=y
CONFIG_DRIVER_NL80211=y
CONFIG_LIBNL32=y
CONFIG_RSN_PREAUTH=y
CONFIG_EAP=y
CONFIG_ERP=y
CONFIG_EAP_MD5=y
CONFIG_EAP_TLS=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_GTC=y
CONFIG_EAP_TTLS=y
CONFIG_PKCS12=y
CONFIG_IPV6=y
CONFIG_IEEE80211R=y
CONFIG_WNM=y
CONFIG_IEEE80211AC=y
CONFIG_IEEE80211AX=y
CONFIG_DEBUG_FILE=y
CONFIG_NO_ACCOUNTING=y
CONFIG_NO_RADIUS=y
CONFIG_GETRANDOM=y
CONFIG_TLS=openssl
CONFIG_TLSV12=y
CONFIG_ACS=y
CONFIG_MBO=y
CONFIG_TAXONOMY=y
CONFIG_OWE=y
CONFIG_NO_TKIP=y
CONFIG_DPP=y
CONFIG_DPP2=y
CONFIG_SAE=y
here is my hostapd.conf:
interface=wlan0
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=test6
country_code=US
ieee80211d=1
ieee80211h=1
hw_mode=a
channel=100
ieee80211ac=1
ieee80211ax=1
beacon_int=100
dtim_period=2
max_num_sta=2007
rts_threshold=-1
fragm_threshold=-1
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
#wmm_enabled=1
#wmm_ac_bk_cwmin=4
#wmm_ac_bk_cwmax=10
#wmm_ac_bk_aifs=7
#wmm_ac_bk_txop_limit=0
#wmm_ac_bk_acm=0
#wmm_ac_be_aifs=3
#wmm_ac_be_cwmin=4
#wmm_ac_be_cwmax=10
#wmm_ac_be_txop_limit=0
#wmm_ac_be_acm=0
#wmm_ac_vi_aifs=2
#wmm_ac_vi_cwmin=3
#wmm_ac_vi_cwmax=4
#wmm_ac_vi_txop_limit=94
#wmm_ac_vi_acm=0
#wmm_ac_vo_aifs=2
#wmm_ac_vo_cwmin=2
#wmm_ac_vo_cwmax=3
#wmm_ac_vo_txop_limit=47
#wmm_ac_vo_acm=0
broadcast_deauth=1
eapol_key_index_workaround=0
eap_server=0
own_ip_addr=127.0.0.1
wpa=2
wpa_passphrase=password
wpa_key_mgmt=SAE WPA-PSK
rsn_pairwise=CCMP-256 CCMP
ieee80211w=1
sae_password=password6
sae_require_mfp=1
I'm not able to get this card to create an access point. I've upgraded the firmware to the latest using this wiki as a guide, and had to compile hostapd myself for SAE support, but it seems to be having issues with ACS. I'm sure my hostapd config is wrong, but I can't find any good resources on making wifi 6 APs on linux,
Here is my hostapd compile config:
here is my hostapd.conf: