touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #02550
[Bug 1347831] [NEW] hostapd is missing 802.11ac mode support
Public bug reported:
When I try to create an AP using 802.11ac hostapd complains about
unknown configuration items.
I have a Compex acWave WLE900VX mini-pcie card that's fully supported by
the ath10k_pci module.
I took the example hostapd.conf settings from kernel.org ath10k page:
http://wireless.kernel.org/en/users/Drivers/ath10k/configuration
-- start hostapd.conf ---
interface=wlan0
driver=nl80211
ssid=ath10k-test
hw_mode=a
channel=36
ht_capab=[HT40+]
ieee80211n=1
ieee80211ac=1
vht_oper_chwidth=1
vht_oper_centr_freq_seg0_idx=42
--- end hostapd.conf ---
sudo hostapd -dd hostapd.conf
random: Trying to read entropy from /dev/random
Configuration file: hostapd.conf
Line 10: unknown configuration item 'ieee80211ac'
Line 11: unknown configuration item 'vht_oper_chwidth'
Line 12: unknown configuration item 'vht_oper_centr_freq_seg0_idx'
3 errors found in configuration file 'hostapd.conf'
The solution is to add the following to the ./configure file at compile
time:
"CONFIG_IEEE80211AC=y"
As 802.11ac picks up in popularity everyone is going to want this
support.
Thank you!
** Affects: wpa (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wpa in Ubuntu.
https://bugs.launchpad.net/bugs/1347831
Title:
hostapd is missing 802.11ac mode support
Status in “wpa” package in Ubuntu:
New
Bug description:
When I try to create an AP using 802.11ac hostapd complains about
unknown configuration items.
I have a Compex acWave WLE900VX mini-pcie card that's fully supported
by the ath10k_pci module.
I took the example hostapd.conf settings from kernel.org ath10k page:
http://wireless.kernel.org/en/users/Drivers/ath10k/configuration
-- start hostapd.conf ---
interface=wlan0
driver=nl80211
ssid=ath10k-test
hw_mode=a
channel=36
ht_capab=[HT40+]
ieee80211n=1
ieee80211ac=1
vht_oper_chwidth=1
vht_oper_centr_freq_seg0_idx=42
--- end hostapd.conf ---
sudo hostapd -dd hostapd.conf
random: Trying to read entropy from /dev/random
Configuration file: hostapd.conf
Line 10: unknown configuration item 'ieee80211ac'
Line 11: unknown configuration item 'vht_oper_chwidth'
Line 12: unknown configuration item 'vht_oper_centr_freq_seg0_idx'
3 errors found in configuration file 'hostapd.conf'
The solution is to add the following to the ./configure file at
compile time:
"CONFIG_IEEE80211AC=y"
As 802.11ac picks up in popularity everyone is going to want this
support.
Thank you!
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1347831/+subscriptions
Follow ups
References