You are not logged in.

#1 2025-01-04 10:45:01

Beemo
Member
Registered: 2024-12-20
Posts: 36

hostapd: unknown configuration items

hostapd[2748]: Line 30: unknown configuration item 'ocv'
hostapd[2748]: Line 35: unknown configuration item 'pasn_groups'
hostapd[2748]: Line 38: unknown configuration item 'oce'
hostapd[2748]: 4 errors found in configuration file '/etc/hostapd/ax-6.conf'
hostapd[2748]: Failed to set up interface with /etc/hostapd/ax-6.conf

The hostapd package is from the Arch repo, and the 3 options exist inside the example config file in /etc/hostapd.conf. Why are they not recognized?
If I comment out the 3 options in my config, the hostapd starts.

Offline

#2 2025-01-04 11:37:34

Beemo
Member
Registered: 2024-12-20
Posts: 36

Re: hostapd: unknown configuration items

Welp the build options needed for the 3 options are not enabled:

#CONFIG_OCV=y
#CONFIG_PASN=y
#CONFIG_MBO=y

The parsing of those options are behind the 3 defines above in the source.

Last edited by Beemo (2025-01-04 11:44:09)

Offline

#3 2025-01-05 20:16:44

Beemo
Member
Registered: 2024-12-20
Posts: 36

Re: hostapd: unknown configuration items

"fils_discovery_max_interval" is also not recognized because CONFIG_FILS is not enabled.
FILS discovery is important for 6GHz only AP (in-band discovery).
I'd open an issue, but Arch GitLab account registration is closed.

Offline

Board footer

Powered by FluxBB