From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail1.bemta12.messagelabs.com ([216.82.251.4]:11166 "EHLO mail1.bemta12.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526AbaHMIJJ (ORCPT ); Wed, 13 Aug 2014 04:09:09 -0400 Message-ID: <53EB1BA6.6050800@netcommwireless.com> (sfid-20140813_100926_114195_8AE578A2) Date: Wed, 13 Aug 2014 18:02:46 +1000 From: Sourav MIME-Version: 1.0 To: Subject: multiple SSID query Content-Type: multipart/mixed; boundary="------------020202080308010809050304" Sender: linux-wireless-owner@vger.kernel.org List-ID: --------------020202080308010809050304 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi , I am trying to support Open,Shared,WPA,WPA2 authentication modes on multiple SSID using hostapd. I have attached the hostapd.conf we use. Currently only WPA2PSK with AES works. All other schemes like Open,Shared,WPA with TKIP, WPAPSK with TKIP fails to start hostapd. Can you please provide me with the config params inside hostapd.conf (with values) for each SSID to support the same. -- Warm Regards, Sourav ______________________________________________________________________ This communication contains information which may be confidential or privileged. The information is intended solely for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this communication in error, please notify me by telephone immediately. ______________________________________________________________________ --------------020202080308010809050304 Content-Type: text/plain; charset="UTF-8"; name="hostapd.conf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="hostapd.conf" ##### hostapd configuration file, generated by rdb-manager #################### # This is derrived from the hostapd.conf file under gnu_apps/hostapd, which # contains extensive documentation which was stripped out for this file. interface=wlan0 bridge=br0 driver=nl80211 logger_syslog=-1 logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 ctrl_interface=/var/run/hostapd ctrl_interface_group=0 ssid2="NetComm 2938" country_code=AU hw_mode=g channel=1 ap_max_inactivity=300 beacon_int=100 dtim_period=2 max_num_sta=255 rts_threshold=2347 fragm_threshold=2346 auth_algs=1 ignore_broadcast_ssid=0 wmm_enabled=1 wmm_ac_bk_cwmin=4 wmm_ac_bk_cwmax=10 wmm_ac_bk_aifs=7 wmm_ac_bk_txop_limit=0 wmm_ac_bk_acm=0 wmm_ac_be_aifs=3 wmm_ac_be_cwmin=4 wmm_ac_be_cwmax=10 wmm_ac_be_txop_limit=0 wmm_ac_be_acm=0 wmm_ac_vi_aifs=2 wmm_ac_vi_cwmin=3 wmm_ac_vi_cwmax=4 wmm_ac_vi_txop_limit=94 wmm_ac_vi_acm=0 wmm_ac_vo_aifs=2 wmm_ac_vo_cwmin=2 wmm_ac_vo_cwmax=3 wmm_ac_vo_txop_limit=47 wmm_ac_vo_acm=0 disassoc_low_ack=0 max_listen_interval=500 ap_isolate=0 ieee80211n=1 # ht_capab=[HT40+][HT40-][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC12] # adding HT40+ or HT40- limits the number of available channels to either 1-9 or 5-13 ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC12] # Feature requires a patch (gnu_apps/hostapd/patches) noscan=1 eapol_key_index_workaround=0 eap_server=0 own_ip_addr=127.0.0.1 wpa=2 wpa_passphrase=abcdefgh wpa_key_mgmt=WPA-PSK wpa_pairwise=CCMP wpa_group_rekey=600 rsn_preauth=0 bss=wlan2 bridge=br0 bssid=00:60:64:E0:20:4B ssid=Sourav2 auth_algs=1 driver=nl80211 ignore_broadcast_ssid=0 auth_server_addr=0.0.0.0 auth_server_port=1812 auth_server_shared_secret=NetComm rsn_preauth=0 wpa_passphrase=a1b2c3d4e5 wpa=2 wpa_pairwise=CCMP wpa_group_rekey=600 wpa_key_mgmt=WPA-PSK eapol_key_index_workaround=0 eap_server=0 own_ip_addr=127.0.0.1 bss=wlan3 bridge=br0 bssid=00:60:64:E0:20:4C ssid=Sourav3 auth_algs=1 driver=nl80211 ignore_broadcast_ssid=0 auth_server_addr=0.0.0.0 auth_server_port=1812 auth_server_shared_secret=NetComm rsn_preauth=0 wpa_passphrase=a1b2c3d4e5 wpa=2 wpa_pairwise=CCMP wpa_group_rekey=600 wpa_key_mgmt=WPA-PSK eapol_key_index_workaround=0 eap_server=0 own_ip_addr=127.0.0.1 bss=wlan4 bridge=br0 bssid=00:60:64:E0:20:4D ssid=Sourav4 auth_algs=1 driver=nl80211 ignore_broadcast_ssid=0 auth_server_addr=0.0.0.0 auth_server_port=1812 auth_server_shared_secret=NetComm rsn_preauth=0 wpa_passphrase=a1b2c3d4e5 wpa=2 wpa_pairwise=CCMP wpa_group_rekey=600 wpa_key_mgmt=WPA-PSK eapol_key_index_workaround=0 eap_server=0 own_ip_addr=127.0.0.1 --------------020202080308010809050304--