Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:applications:wifi-sta-ap-mode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:applications:wifi-sta-ap-mode [2025/02/17 22:13]
jacobe
products:sbc:common:applications:wifi-sta-ap-mode [2025/02/19 02:32] (current)
jacobe
Line 4: Line 4:
 ``` ```
 wget https://raw.githubusercontent.com/khadas/fenix/refs/heads/master/archives/filesystem/common/usr/local/bin/khadas_ap.sh wget https://raw.githubusercontent.com/khadas/fenix/refs/heads/master/archives/filesystem/common/usr/local/bin/khadas_ap.sh
 +sudo chmod 777 khadas_ap.sh
 +sudo mv khadas_ap.sh /usr/local/bin
 ``` ```
 We will add it in next version and users could also rebuild the image. We will add it in next version and users could also rebuild the image.
Line 39: Line 41:
 ======================================== ========================================
 1. STA+AP Mode 1. STA+AP Mode
-2. EHT+AP Mode+2. ETH+AP Mode
 3. Stop All Services 3. Stop All Services
 4. Exit 4. Exit
Line 101: Line 103:
 IP Configuration: IP Configuration:
  
-AP Static IP: 192.168.43.1/24 +  * AP Static IP: 192.168.43.1/24 
- +  DHCP Range: 192.168.43.2-254 
-DHCP Range: 192.168.43.2-254 +  DNS: Google DNS (8.8.8.8) via port 5353
- +
-DNS: Google DNS (8.8.8.8) via port 5353+
  
 Security: Security:
  
-WPA2-PSK encryption+  * WPA2-PSK encryption 
 +  * CCMP/AES cipher mandatory
  
-CCMP/AES cipher mandatory +Default channel: 6
- +
-Default channel: 6 (2.4GHz)+
  
 Dependencies: Dependencies:
  
-dnsmasq (DHCP server) +  * dnsmasq (DHCP server) 
- +  hostapd (AP configuration) 
-hostapd (AP configuration) +  iptables (NAT forwarding)
- +
-iptables (NAT forwarding)+
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
Last modified: 2025/02/17 22:13 by jacobe