minor updates

This commit is contained in:
morrownr 2022-12-04 15:21:08 -06:00
parent 761a1b6f8f
commit 6a198adfd3
2 changed files with 62 additions and 57 deletions

View File

@ -1,33 +1,54 @@
2021-12-18
2022-11-15
What is Concurrent Mode?
Concurrent Mode creates 2 wireless network interfaces (wlan0, wlan1) and
those two interfaces share the same WiFi adapter.
Concurrent Mode creates 2 wireless network interfaces (wlan0, wlan1) and those
two interfaces share the same WiFi adapter.
This feature allows performing 2 separate wireless tasks at the same
time with a single WiFi adapter.
This feature allows performing 2 separate wireless tasks at the same time with a
single WiFi adapter.
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
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
2. Station mode + AP mode
3. Station mode + P2P mode
Note: Monitor mode is not supported.
-----
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
@ -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:
Q: Which wireless interface can run in station mode? Which

File diff suppressed because it is too large Load Diff