Skip to content

Commit

Permalink
Merge branch 'drygdryg:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fulvius31 authored Jun 9, 2022
2 parents f86843a + e58921a commit e6eb831
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ Launch online WPS bruteforce with the specified first half of the PIN:
```sudo rfkill unblock wifi```
#### "Device or resource busy (-16)"
Try disabling Wi-Fi in the system settings and kill the Network manager. Alternatively, you can try running OneShot with ```--iface-down``` argument.
#### The wlan0 interface disappears when Wi-Fi is disabled on Android devices with MediaTek SoC
Try run the following:
```
sudo chmod 644 /dev/wmtWifi
sudo sh -c 'echo 1 > /dev/wmtWifi'
```
# Acknowledgements
## Special Thanks
* `rofl0r` for initial implementation;
Expand Down

0 comments on commit e6eb831

Please sign in to comment.