minor updates
This commit is contained in:
parent
761a1b6f8f
commit
6a198adfd3
@ -1,33 +1,54 @@
|
|||||||
2021-12-18
|
2022-11-15
|
||||||
|
|
||||||
What is Concurrent Mode?
|
What is Concurrent Mode?
|
||||||
|
|
||||||
Concurrent Mode creates 2 wireless network interfaces (wlan0, wlan1) and
|
Concurrent Mode creates 2 wireless network interfaces (wlan0, wlan1) and those
|
||||||
those two interfaces share the same WiFi adapter.
|
two interfaces share the same WiFi adapter.
|
||||||
|
|
||||||
This feature allows performing 2 separate wireless tasks at the same
|
This feature allows performing 2 separate wireless tasks at the same time with a
|
||||||
time with a single WiFi adapter.
|
single WiFi adapter.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
Use station mode (also called managed or client mode) to connect with an
|
Use station mode (called managed or client mode also) to connect with an
|
||||||
AP to access the internet at the same time as it also performs as an AP
|
AP to access the internet at the same time as it also performs as an AP
|
||||||
to allow other devices to connect to the second interface.
|
to allow other devices to connect to the second interface.
|
||||||
|
|
||||||
Note: Concurrent Mode only supports 3 combinations
|
Note: Only supports 3 combinations
|
||||||
|
|
||||||
1. Station mode + Station mode
|
1. Station mode + Station mode
|
||||||
2. Station mode + AP mode
|
2. Station mode + AP mode
|
||||||
3. Station mode + P2P mode
|
3. Station mode + P2P mode
|
||||||
|
|
||||||
|
Note: Monitor mode is not supported.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
How do I Enable Concurrent Mode?
|
How do I Enable Concurrent Mode?
|
||||||
|
|
||||||
Run the following as instructed during the installation process:
|
Edit the `Makefile` with a text editor:
|
||||||
|
|
||||||
```
|
```
|
||||||
./cmode-on.sh
|
nano Makefile
|
||||||
|
```
|
||||||
|
|
||||||
|
Change the following line:
|
||||||
|
|
||||||
|
```
|
||||||
|
CONFIG_CONCURRENT_MODE = n
|
||||||
|
```
|
||||||
|
|
||||||
|
to
|
||||||
|
|
||||||
|
```
|
||||||
|
CONFIG_CONCURRENT_MODE = y
|
||||||
|
```
|
||||||
|
|
||||||
|
and then install the driver per the installation steps. If
|
||||||
|
the driver is already installed, run the following first:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo ./remove-driver.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the driver is fully installed and you have rebooted the system, you
|
Once the driver is fully installed and you have rebooted the system, you
|
||||||
@ -37,33 +58,6 @@ is nearly the same as the first except for one digit.
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
How do I Disable Concurrent Mode?
|
|
||||||
|
|
||||||
Step 1: Open a terminal (e.g. Ctrl+Alt+T)
|
|
||||||
|
|
||||||
Step 2: Move to the driver directory
|
|
||||||
|
|
||||||
```
|
|
||||||
cd ~/src/88x2bu-20210702
|
|
||||||
```
|
|
||||||
|
|
||||||
Step 3: Run the cmode-off.sh script
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo ./cmode-off.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Step 4: Run the remove-driver.sh script
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo ./remove-driver.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Step 5: Follow the installation instructions but do not run the
|
|
||||||
optional `cmode-on.sh` script.
|
|
||||||
|
|
||||||
-----
|
|
||||||
|
|
||||||
FAQ:
|
FAQ:
|
||||||
|
|
||||||
Q: Which wireless interface can run in station mode? Which
|
Q: Which wireless interface can run in station mode? Which
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user