mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
Update README.md
This commit is contained in:
parent
2f5db09704
commit
c15570a66c
18
README.md
18
README.md
@ -17,6 +17,7 @@ we've seen, this must be the newest, most stable and effective one.
|
|||||||
The performance and code quality has been improved.
|
The performance and code quality has been improved.
|
||||||
|
|
||||||
# Supports
|
# Supports
|
||||||
|
* Android 7
|
||||||
* MESH Support
|
* MESH Support
|
||||||
* Monitor mode
|
* Monitor mode
|
||||||
* Frame injection
|
* Frame injection
|
||||||
@ -32,14 +33,14 @@ The performance and code quality has been improved.
|
|||||||
# MONITOR MODE howto
|
# MONITOR MODE howto
|
||||||
Use these steps to enter monitor mode.
|
Use these steps to enter monitor mode.
|
||||||
```
|
```
|
||||||
airmon-ng check-kill
|
$ sudo airmon-ng check-kill
|
||||||
ip link set <interface> down
|
$ sudo ip link set <interface> down
|
||||||
iw dev <interface> set type monitor
|
$ sudo iw dev <interface> set type monitor
|
||||||
```
|
```
|
||||||
Frame injection test may be performed with
|
Frame injection test may be performed with
|
||||||
(after kernel v5.2 scanning is slow, run a scan or simply an airodump-ng first!)
|
(after kernel v5.2 scanning is slow, run a scan or simply an airodump-ng first!)
|
||||||
```
|
```
|
||||||
aireplay -9 <interface>
|
$ aireplay -9 <interface>
|
||||||
```
|
```
|
||||||
|
|
||||||
# NetworkManager configuration
|
# NetworkManager configuration
|
||||||
@ -63,11 +64,8 @@ unmanaged-devices=mac:A7:A7:A7:A7:A7
|
|||||||
```
|
```
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
* Implement txpower control
|
* Update the MESH mode
|
||||||
|
* Update Android gode
|
||||||
* Finish up the elimination of the wrapper _rtw_memset.
|
* Fix more missing/wrong statements
|
||||||
I didn't have more time after "rtw_beamforming.c"
|
|
||||||
|
|
||||||
* Add more VID/PIDS for all 3 chipsets supported.
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user