Search Linux Wireless

Re: 802.11a is supported in AP mode or not?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

Prerequisite:

iw list

If there is 'AP' in the list of "Supported interface modes" your device will support the Access Point mode with hostapd. 

Second if the interface is supporting 2.4 GHz then you cannot get the support for 802.11a which supports 5 GHz.
Change the hw_mode=a to hw_mode=g

To configure AP:.....
Bring the interface down
Set the interface to master mode

#ifconfig wlan0 down
#iw dev wlan0 set type managed
#ifconfig wlan0 up
# hostapd -B /tmp/hostapd.conf -dd

It worked for me, I was able to connect to this AP.

If the interface support dual band, then you need to set the freq to 5Ghz of the interface.

-Anand Moon

-----BEGIN PGP MESSAGE-----
Version: GnuPG v1.4.14 (GNU/Linux)
jA0EAwMCYq3dHqTzwcVgyRxC1j+ oLxS8Yw92EIeKln+x3eAWzd7mM/ pUluRo
=0RYk
-----END PGP MESSAGE-----



On Friday, January 24, 2014 1:35 PM, "Liu, Bopeng" <Bopeng.Liu@xxxxxxxxxxxxx> wrote:
I just check the chip 6205's spec. it said it supports the SoftAP with Mode A, who can tell me what is the soft AP?


Best Regards.
--------------------------------------
Bopeng Liu
WIND RIVER | China Development Center
Phone: 8610-6483-5012



________________________________________

From: Emmanuel Grumbach [egrumbach@xxxxxxxxx]
Sent: Thursday, January 23, 2014 5:49 PM
To: Liu, Bopeng
Cc: Krishna Chaitanya; zhuyj; linux-wireless
Subject: Re: 802.11a is supported in AP mode or not?

On Thu, Jan 23, 2014 at 11:34 AM, Liu, Bopeng <Bopeng.Liu@xxxxxxxxxxxxx> wrote:
> But very pity, when running on the AP mode:wlan0     IEEE 802.11abgn  is the same....
>
> ~# iwconfig wlan0
> wlan0     IEEE 802.11abgn  Mode:Master  Frequency:2.412 GHz  Tx-Power=15 dBm
>           Retry  long limit:7   RTS thr:off   Fragment thr:off
>           Power Management:off
>

cool - just send a patch to fix iwconfig, but this tool is ancient and
I doubt anybody even cares.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux