ath10k with hostapd
Hayat, Samira
Samira.Hayat at aau.at
Tue Aug 5 06:47:01 PDT 2014
On 8/5/2014 3:11 PM, Michal Kazior wrote:
> On 5 August 2014 14:59, Hayat, Samira <Samira.Hayat at aau.at> wrote:
>> Hi,
>>
>> I have been trying to get hostapd running for 80211ac. I have a card
>> that supports n/ac. I used backports to get ath10k running on my kernel.
>> the output of
>>
>> lsmod | grep ath10k
>>
>> is:
>>
>> ath10k_pci 41185 0
>> ath10k_core 137353 1 ath10k_pci
>> mac80211 613458 1 ath10k_core
>> ath 28966 1 ath10k_core
>> cfg80211 586956 3 ath10k_core,mac80211,ath
>> compat 29841 3 ath10k_pci,mac80211,cfg80211
>>
>> I have tried running hostapd with config_80211n and config_80211ac
>> enabled in the .config file. Even having done that, I get
>>
>> Configuration file: ./hostapd-minimal.conf
>> Line 8: unknown configuration item 'ht_capab'
>> Line 9: unknown configuration item 'ieee80211n'
>> 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'
>> 5 errors found in configuration file './hostapd-minimal.conf'
>> Failed to set up interface with ./hostapd-minimal.conf
>> Failed to initialize interface
> Your hostapd doesn't seem to have 11n nor 11ac support compiled in.
> You might reconsider taking a look at your hostapd's .config file
> again. You can compare it with mine: http://pastebin.com/NG58DWuq
>
>
> Michał
>
This is my .config file:
CONFIG_DRIVER_HOSTAP=y
CONFIG_DRIVER_NL80211=y
CONFIG_IAPP=y
CONFIG_RSN_PREAUTH=y
CONFIG_PEERKEY=y
CONFIG_IEEE80211W=y
CONFIG_EAP=y
CONFIG_EAP_MD5=y
CONFIG_EAP_TLS=y
CONFIG_EAP_MSCHAPV2=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_GTC=y
CONFIG_EAP_TTLS=y
CONFIG_IPV6=y
CONFIG_IEEE80211N=y
CONFIG_IEEE80211AC=y
CONFIG_ACS=y
Just the minimum requirements to get 802.11ac running. Am I missing
something?
Regards,
Samira
More information about the ath10k
mailing list