M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-RSN-WPA
channel_num=1
ignore_broadcast_ssid=0
##### WPA related configuration ############################
wpa=3
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_passphrase=1234567890
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH =4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+31
View File
@@ -0,0 +1,31 @@
##### Interface & driver configuration #####################
interface=wlan0
bridge=bridge0
driver=ar6000
ctrl_interface=/var/run/hostapd
##### IEEE 802.11 related configuration ####################
ssid=QSoftAP
channel_num=1
ignore_broadcast_ssid=0
# Maximum number of stations that can be connected to this interface
# Default value is 10
#max_num_sta=5
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=1234567890
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH =4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+32
View File
@@ -0,0 +1,32 @@
##### Interface & driver configuration #####################
interface=wlan1
#Commenting the bridge interface for now
bridge=bridge0
driver=ar6000
ctrl_interface=/var/run/hostapd
##### IEEE 802.11 related configuration ####################
ssid=QSoftAP1
channel_num=1
ignore_broadcast_ssid=0
# Maximum number of stations that can be connected to this interface
# Default value is 10
max_num_sta=5
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=1234567890
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH =4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+34
View File
@@ -0,0 +1,34 @@
##### Interface & driver configuration #####################
interface=eth0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K
channel_num=6
ignore_broadcast_ssid=0
# Require IEEE 802.1X authorization
ieee8021x=1
own_ip_addr=192.168.2.125
nas_identifier=eap
# RADIUS authentication server
auth_server_addr=192.168.2.116
auth_server_port=1812
auth_server_shared_secret=wifi
acct_server_addr=192.168.2.116
acct_server_port=1812
acct_server_shared_secret=wifi
wpa=2
wpa_key_mgmt=WPA-EAP
wpa_pairwise=CCMP
##### ACL configurations ###################################
# 0 - ignore, ACL will be controlled by wmiconfig
# 1 - Disable ACL
# 2 - Deny
# 3 - Allow
############################################################
#macaddr_acl=0
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+21
View File
@@ -0,0 +1,21 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K
channel_num=1
ignore_broadcast_ssid=0
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+27
View File
@@ -0,0 +1,27 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-RSN
channel_num=1
ignore_broadcast_ssid=0
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=1234567890
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+29
View File
@@ -0,0 +1,29 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-WEP
channel_num=1
ignore_broadcast_ssid=0
##### WEP releasted configuration ##########################
auth_algs=1
wep_key0=1234567890
wep_key1=0987654321
wep_key2=1111111111
wep_key3=2222222222
wep_default_key=0
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+29
View File
@@ -0,0 +1,29 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-SHARED
channel_num=1
ignore_broadcast_ssid=0
##### WEP releasted configuration ##########################
auth_algs=2
wep_key0=1234567890
wep_key1=0987654321
wep_key2=1111111111
wep_key3=2222222222
wep_default_key=0
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+27
View File
@@ -0,0 +1,27 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-WPA
channel_num=1
ignore_broadcast_ssid=0
##### WPA related configuration ############################
wpa=1
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
wpa_passphrase=1234567890
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+42
View File
@@ -0,0 +1,42 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
#upnp_iface=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-WPS
channel_num=1
ignore_broadcast_ssid=0
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=1234567890
##### WPS configurations ###################################
wps_state=2
ap_pin=12345670
eap_server=1
ap_setup_locked=0
device_name=AR6K-AP
manufacturer=QUALCOMM
model_name=AR600x
device_type=6-0050F204-1
config_methods=label display push_button keypad ethernet
friendly_name=AR6K-WPS-AP
wps_pin_requests=/var/run/hostapd.pin-req
ctrl_interface=/var/run/hostapd
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+41
View File
@@ -0,0 +1,41 @@
##### Interface & driver configuration #####################
interface=eth0
#Commenting the bridge interface for now
#bridge=br0
#upnp_iface=br0
driver=ar6000
##### IEEE 802.11 related configuration ####################
ssid=AR6K-WPS
channel_num=1
ignore_broadcast_ssid=0
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
##### WPS configurations ###################################
wps_state=2
ap_pin=12345670
eap_server=1
ap_setup_locked=0
device_name=AR6K-AP
manufacturer=QUALCOMM
model_name=AR600x
device_type=6-0050F204-1
config_methods=label display push_button keypad ethernet
friendly_name=AR6K-WPS-AP
wps_pin_requests=/var/run/hostapd.pin-req
ctrl_interface=/var/run/hostapd
##### ACL configurations ###################################
# DISABLE_MAC_ACL = 1
# ACCEPT_UNLESS_DENIED =2
# DENY_UNLESS_ACCEPTED = 3
# USE_EXTERNAL_RADIUS_AUTH = 4
############################################################
#macaddr_acl=1
#deny_mac_file=/opt/deny
#accept_mac_file=/opt/accept
+88
View File
@@ -0,0 +1,88 @@
##### hostapd configuration file ##############################################
interface=wlan0
#bridge=bridge0
driver=nl80211
ctrl_interface=/var/run/hostapd
# SSID to be used in IEEE 802.11 management frames
ssid=QSoftAP
# Country code (ISO/IEC 3166-1). Used to set regulatory domain.
country_code=US
# Operation mode (1 = IEEE 802.11a, 2 = IEEE 802.11g, 4 = IEEE 802.11b,
# Default: 2 = IEEE 802.11g
wmode=2
# Channel number (IEEE 802.11)
# If auto_chan_select is set channel number is ignored
channel=1
# Best channel select (1 = Best of Channels(1,6,11), 2 = Best of Channels(1,6))
# Default value is 0
#auto_chan_select=1
# Maximum number of stations that can be connected to this interface
# Default value is 15
#max_num_sta=10
# Station MAC address -based authentication
# Please note that this kind of access control requires a driver that uses
# hostapd to take care of management frame processing and as such, this can be
# used with driver=hostap or driver=nl80211, but not with driver=madwifi.
# Drivers which have support for access control can advertise the capability
# and these acl configurations are set to driver.
# 2 = accept unless in deny list
# 3 = deny unless in accept list
# 4 = use external RADIUS server (accept/deny lists are searched first)
#macaddr_acl=2
#deny_mac_file=<file>
#accept_mac_file=<file>
# Overlapping BSS scan interval configuration for HT 20/40 co-existance.
# It applies only for 2.4Ghz mode. The Default value is 300
#obss_scan_interval=300
# Beacon interval in kus (1.024 ms) (default: 100; range 15..65535)
beacon_int=100
# Client isolation can be used to prevent low-level bridging of frames between
# associated stations in the BSS. By default, this bridging is allowed.
#ap_isolate=1
##### IEEE 802.11n related configuration ######################################
# ieee80211n: Whether IEEE 802.11n (HT) is enabled
# 0 = disabled (default)
# 1 = enabled
# Note: You will also need to enable WMM for full HT functionality.
ieee80211n=1
# HT capabilities
#ht_capab=[HT40-][HT40+][SHORT-GI-20][SHORT-GI-40]
# ht2040_coex_disable: Whether to Disable HT20/40 CoEx or not. if this
# entry is removed, it is same as the value set to 0 (i.e) HT20/40
# CoEx is enabled.
# Please note that Disabling HT20/40 CoEx is violation of standard,
# However, it is customer choice or responsiblity to enable or disable.
# Some of the customer prefers to disable even though it is not recommened
# by standard.
# 0 = enable (default)
# 1 = disable
# The station can associate again with the AP if it is still in range;
# this inactivity poll is just used as a nicer way of verifying
# inactivity; i.e., client will not report broken connection because
# disassociation frame is not sent immediately without first polling
# the STA with a data frame.
# default: 300 (i.e., 5 minutes)
#ap_max_inactivity=300
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=1234567890
+88
View File
@@ -0,0 +1,88 @@
##### hostapd configuration file ##############################################
interface=wlan1
#bridge=bridge0
driver=nl80211
ctrl_interface=/var/run/hostapd
# SSID to be used in IEEE 802.11 management frames
ssid=QSoftAP1
# Country code (ISO/IEC 3166-1). Used to set regulatory domain.
country_code=US
# Operation mode (1 = IEEE 802.11a, 2 = IEEE 802.11g, 4 = IEEE 802.11b,
# Default: 2 = IEEE 802.11g
wmode=1
# Channel number (IEEE 802.11)
# If auto_chan_select is set channel number is ignored
channel=36
# Best channel select (1 = Best of Channels(1,6,11), 2 = Best of Channels(1,6))
# Default value is 0
#auto_chan_select=1
# Maximum number of stations that can be connected to this interface
# Default value is 0
max_num_sta=5
# Station MAC address -based authentication
# Please note that this kind of access control requires a driver that uses
# hostapd to take care of management frame processing and as such, this can be
# used with driver=hostap or driver=nl80211, but not with driver=madwifi.
# Drivers which have support for access control can advertise the capability
# and these acl configurations are set to driver.
# 2 = accept unless in deny list
# 3 = deny unless in accept list
# 4 = use external RADIUS server (accept/deny lists are searched first)
#macaddr_acl=2
#deny_mac_file=<file>
#accept_mac_file=<file>
# Overlapping BSS scan interval configuration for HT 20/40 co-existance.
# It applies only for 2.4Ghz mode. The Default value is 300
#obss_scan_interval=300
# Beacon interval in kus (1.024 ms) (default: 100; range 15..65535)
beacon_int=100
# Client isolation can be used to prevent low-level bridging of frames between
# associated stations in the BSS. By default, this bridging is allowed.
#ap_isolate=1
##### IEEE 802.11n related configuration ######################################
# ieee80211n: Whether IEEE 802.11n (HT) is enabled
# 0 = disabled (default)
# 1 = enabled
# Note: You will also need to enable WMM for full HT functionality.
ieee80211n=1
# HT capabilities
#ht_capab=[HT40-][HT40+][SHORT-GI-20][SHORT-GI-40]
# ht2040_coex_disable: Whether to Disable HT20/40 CoEx or not. if this
# entry is removed, it is same as the value set to 0 (i.e) HT20/40
# CoEx is enabled.
# Please note that Disabling HT20/40 CoEx is violation of standard,
# However, it is customer choice or responsiblity to enable or disable.
# Some of the customer prefers to disable even though it is not recommened
# by standard.
# 0 = enable (default)
# 1 = disable
# The station can associate again with the AP if it is still in range;
# this inactivity poll is just used as a nicer way of verifying
# inactivity; i.e., client will not report broken connection because
# disassociation frame is not sent immediately without first polling
# the STA with a data frame.
# default: 300 (i.e., 5 minutes)
#ap_max_inactivity=300
##### WPA related configuration ############################
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=1234567890
@@ -0,0 +1,15 @@
interface=wlan0
bridge=bridge0
driver=nl80211
ctrl_interface=/var/run/hostapd
wmode=2
channel=0
auto_chan_select=2
auth_algs=1
ignore_broadcast_ssid=0
ieee80211n=1
ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
require_ht=0
max_num_sta=15
macaddr_acl=3
deny_mac_file=/etc/config/hostapd.deny
+13
View File
@@ -0,0 +1,13 @@
interface=wlan0
bridge=bridge0
driver=nl80211
ctrl_interface=/var/run/hostapd
wmode=2
channel=0
auto_chan_select=2
auth_algs=1
ignore_broadcast_ssid=0
ieee80211n=1
ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
require_ht=0
max_num_sta=15