luckfox-pico-sdk/sysdrv/drv_ko/wifi/ssv6115/hostapd.conf
luckfox-eng29 8f34c2760d project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches.
project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between
the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door
for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more
usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp:
Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for
compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem.
sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device
tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately.
sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick
boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades.
sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for
fastboot.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2024-10-14 09:47:04 +08:00

82 lines
1.4 KiB
Plaintext

interface=wlan0
driver=nl80211
ssid=test_icomm
hw_mode=g
channel=6
skip_inactivity_poll=1
ap_max_inactivity=300
beacon_int=100
dtim_period=1
max_num_sta=10
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=3
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
eapol_key_index_workaround=0
own_ip_addr=127.0.0.1
country_code=US
ieee80211d=1
ieee80211n=1
###IEEE 802.11ax (HE) is enabled/disable
#ieee80211ax=1
#ht_capab=[SHORT-GI-20][RX-STBC1]
#ht_capab=[HT20][SHORT-GI-20][RX-STBC1] #only HT20
#ht_capab=[HT40-][SHORT-GI-40][RX-STBC1][HT40+][SHORT-GI-40]#only HT40
ht_capab=[HT20][SHORT-GI-20][HT40-][SHORT-GI-40][HT40+][SHORT-GI-40]
#[HT40-]ch: 5-13 [HT40+] ch: 1-7
#WPA2-AES
wpa=2
wpa_passphrase=12345678
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
#WPA-TKIP
#wpa=1
#wpa_passphrase=12345678
#wpa_key_mgmt=WPA-PSK
#wpa_pairwise=TKIP
#WEP
#wep_default_key=0
#wep_key0=1234512345
#WPA3-transition
#wpa=2
#wpa_passphrase=12345678
#wpa_key_mgmt=WPA-PSK SAE
#rsn_pairwise=CCMP
#ieee80211w=1
#WPA3-sae
#wpa=2
#wpa_passphrase=12345678
#wpa_key_mgmt=SAE
#rsn_pairwise=CCMP
#ieee80211w=2