Date: Tue, 16 Jan 2024 13:25:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276375] hostapd: not setting up properly interfaces Message-ID: <bug-276375-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276375 Bug ID: 276375 Summary: hostapd: not setting up properly interfaces Product: Base System Version: 14.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org Depending on whether this is after all a driver issue, it might need to be retitled. I have a home router / access point running two AR9380 cards. I have set them up like this (two configs, hostapd started manually with both): bridge=bridge0 interface=wlan1 hw_mode=a channel=165 utf8_ssid=1 ssid2=XXX ieee80211n=1 wmm_enabled=1 auth_algs=1 wpa=2 wpa_key_mgmt=WPA-PSK rsn_pairwise=CCMP wpa_passphrase=XXX ht_capab=[HT40-] ctrl_interface=/var/run/hostapd ctrl_interface_group=wheel bridge=bridge0 interface=wlan0 hw_mode=g channel=11 utf8_ssid=1 ssid2=XXX auth_algs=1 ieee80211n=1 wmm_enabled=1 wpa=2 wpa_key_mgmt=WPA-PSK rsn_pairwise=CCMP wpa_passphrase=XXX ctrl_interface=/var/run/hostapd ctrl_interface_group=wheel However, some settings are not applied. Specifically, channel stays at 1 for both cards (meaning both will run at 2.4GhZ and I wanted one of them at 5GhZ). And 802.11n doesn't seem to be applied, only 802.11g works. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276375-227>
