LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Ath9k radio with different SSID and Channel configuration (https://www.linuxquestions.org/questions/linux-wireless-networking-41/ath9k-radio-with-different-ssid-and-channel-configuration-4175485993/)

dkpradhan 11-27-2013 12:56 AM

Ath9k radio with different SSID and Channel configuration
 
Hello,

I want to configure Ath9k chip(single) to multiple Access Point interface with different Channel No. and SSID.
I am using hostapd.conf for AP, Is it possible to configure one radio in different channel number(freq.)? If possible how?

My hostapd.conf file

ctrl_interface=/var/run/hostapd
interface=ap10
bridge=br0
driver=nl80211
country_code=US
ieee80211d=1
beacon_int=100
ssid=arm4ajap10
hw_mode=g
channel=1
wme_enabled=1
ieee80211n=1
ht_capab=[HT40+]
auth_algs=1
wpa=2
wpa_passphrase=ajappasswd10
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
---------------------------
#!/bin/sh -v
iw phy phy0 interface add ap10 type managed
ifconfig ap10 hw ether 00:15:61:14:17:AC up
sleep 2
/usr/sbin/hostapd -B /var/hostapd10.conf
------------------------------------------

Any Idea is highly appreciable and Thanks

Yup I am able to configure same radio with different SSID but not able to configured in diff. channel.
Can someone put light on it?


All times are GMT -5. The time now is 01:40 AM.