diff --git a/README.md b/README.md index 2dd922f..71bec72 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ * hostapd * iproute2 * iw +* iwconfig (you only need this if 'iw' can not recognize your adapter) * haveged (optional) ### For 'NATed' or 'None' Internet sharing method @@ -78,4 +79,4 @@ Using the persistent [systemd](https://wiki.archlinux.org/index.php/systemd#Basi ## License -FreeBSD \ No newline at end of file +FreeBSD diff --git a/create_ap b/create_ap index cc18ec8..9ceb582 100755 --- a/create_ap +++ b/create_ap @@ -6,6 +6,7 @@ # hostapd # iproute2 # iw +# iwconfig (you only need this if 'iw' can not recognize your adapter) # haveged (optional) # dependencies for 'nat' or 'none' Internet sharing method