Hi,
A have problem with runing N Wireless AP on this card:
TP-Link TL-WN951N Wireless 802.11n PCI
Card is installed in FreeBSD 8.1 and use hostapd, but a can't N signal of it.
When I stop hostapd than show in create wlan0 that mode is ng, but when I turn on hostapd that change to g.
When I config only wlan0 without any security, that connection is only G, but I want to run G and N.
Someone can help me with that?
It's working in G mode, and I need run on G and N mode. I use wlan0 and hostapd
My hostapd.conf:
When I not run a network a see that mode is ng, but when I'am runing hostapd that mode change to G?
Have someone can help me with that problem?
A have problem with runing N Wireless AP on this card:
TP-Link TL-WN951N Wireless 802.11n PCI
Card is installed in FreeBSD 8.1 and use hostapd, but a can't N signal of it.
When I stop hostapd than show in create wlan0 that mode is ng, but when I turn on hostapd that change to g.
When I config only wlan0 without any security, that connection is only G, but I want to run G and N.
Someone can help me with that?
Code:
#pciconf -lv
vendor = 'Atheros Communications Inc.'
device = '802.11a/b/g/n Wireless PCI Adapter (AR5416)'
class = network
My hostapd.conf:
Code:
interface=wlan0
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
dump_file=/var/log/hostap.dump
debug=4
ctrl_interface_group=0
ssid=xxxxx
wpa=1
wpa_passphrase=xxxxx
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
When I not run a network a see that mode is ng, but when I'am runing hostapd that mode change to G?
Have someone can help me with that problem?