This shows you the differences between two versions of the page.
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:// | wget https:// | ||
+ | sudo chmod 777 khadas_ap.sh | ||
+ | sudo mv khadas_ap.sh / | ||
``` | ``` | ||
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/ | + | * AP Static IP: 192.168.43.1/ |
- | + | | |
- | DHCP Range: 192.168.43.2-254 | + | |
- | + | ||
- | 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) | + | |
- | + | ||
- | iptables (NAT forwarding) | + | |
===== Troubleshooting ===== | ===== Troubleshooting ===== |