Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276375

            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 th=
em
up like this (two configs, hostapd started manually with both):
bridge=3Dbridge0
interface=3Dwlan1
hw_mode=3Da
channel=3D165
utf8_ssid=3D1
ssid2=3DXXX
ieee80211n=3D1
wmm_enabled=3D1
auth_algs=3D1
wpa=3D2
wpa_key_mgmt=3DWPA-PSK
rsn_pairwise=3DCCMP
wpa_passphrase=3DXXX
ht_capab=3D[HT40-]
ctrl_interface=3D/var/run/hostapd
ctrl_interface_group=3Dwheel

bridge=3Dbridge0
interface=3Dwlan0
hw_mode=3Dg
channel=3D11
utf8_ssid=3D1
ssid2=3DXXX
auth_algs=3D1
ieee80211n=3D1
wmm_enabled=3D1
wpa=3D2
wpa_key_mgmt=3DWPA-PSK
rsn_pairwise=3DCCMP
wpa_passphrase=3DXXX
ctrl_interface=3D/var/run/hostapd
ctrl_interface_group=3Dwheel


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 5Gh=
Z).
And 802.11n doesn't seem to be applied, only 802.11g works.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276375-227>