File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,13 @@ Meaning it wil kick out the malicious device from the AP.
3363361 . Connect your RPI to your router using an ethernet cable
3373372 . Run your RPI as an access point using [ create_ap] ( https://github.com/oblique/create_ap )
338338
339- ` sudo create_ap wlan0 eth0 rpi_wifi mysecurepassword `
339+ ` sudo create_ap wlan0 eth0 rpi_wifi mysecurepassword -c 40 `
340340
341- where ` wlan0 ` is the wifi interface of your RPI and ` eth0 ` is the ethernet interface.
341+ where ` wlan0 ` is the wifi interface of your RPI, ` eth0 ` is the ethernet interface and ` -c 40 ` is the channel of the access point.
342+
343+ We chose channel 40 because it is a 5GHz channel, which is faster and less crowded than the 2.4GHz channels.
344+
345+ Note: Please make sure your RPI model supports 5GHz channels. If not, you can use ` -c 1 ` for 2.4GHz.
342346
3433473 . Run Slips in the RPI using the command below to listen to the traffic from the access point.
344348
You can’t perform that action at this time.
0 commit comments