[Bug 276375] hostapd: not setting up properly interfaces
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 276375] hostapd: not setting up properly interfaces"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 276375] hostapd: not setting up properly interfaces"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 276375] hostapd: not setting up properly interfaces"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jan 2024 13:25:57 UTC
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.