summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/README4
-rwxr-xr-xtest/hostapd.conf.dfs18
2 files changed, 20 insertions, 2 deletions
diff --git a/test/README b/test/README
index a299f47..5766d98 100644
--- a/test/README
+++ b/test/README
@@ -1,7 +1,7 @@
1. Files for test:
- a. 88W8864.bin: F/W binary. Please put this file under directory '/lib/firmware/mwlwifi'.
- b. mwlwifi.ko: 88W8864 mac80211 driver kernel module.
+ a. 88W8864.bin,88W8897.bin: F/W binary. Please put this file under directory '/lib/firmware/mwlwifi'.
+ b. mwlwifi.ko: 88W8864/88W8897 mac80211 driver kernel module.
c. hostapd.conf: configuration file used to configure hostapd.
d. wpa_supplicant.conf: configuration file used to configure wpa_supplicant.
e. openwrt-mvebu-armada-xp-mamba-squashfs-factory.img: OpenWRT download image (built with kernel cfg80211/mac80211, iw, hostapd and wpa_supplicant).
diff --git a/test/hostapd.conf.dfs b/test/hostapd.conf.dfs
new file mode 100755
index 0000000..dc81e47
--- /dev/null
+++ b/test/hostapd.conf.dfs
@@ -0,0 +1,18 @@
+interface=wlan0
+driver=nl80211
+ctrl_interface=/var/run/hostapd
+ssid=mwlwifi_ap_test
+ignore_broadcast_ssid=0
+hw_mode=a
+channel=100
+auth_algs=1
+wmm_enabled=1
+ieee80211n=1
+ht_capab=[LDPC][HT40+][SHORT-GI-20][SHORT-GI-40]
+ieee80211ac=1
+vht_capab=[MAX-MPDU-7991][RXLDPC][SHORT-GI-80][RX-STBC-1][SU-BEAMFORMER][SU-BEAMFORMEE][MAX-A-MPDU-LEN-EXP7][RX-ANTENNA-PATTERN][TX-ANTENNA-PATTERN]
+vht_oper_chwidth=1
+vht_oper_centr_freq_seg0_idx=106
+ieee80211d=1
+country_code=US
+ieee80211h=1