Fixes #10
This commit is contained in:
parent
48539a13df
commit
14fec39371
@ -396,7 +396,7 @@ check_interfaces(){
|
|||||||
# Wi-Fi interface with AP mode available.
|
# Wi-Fi interface with AP mode available.
|
||||||
for iface in $IFACES;
|
for iface in $IFACES;
|
||||||
do
|
do
|
||||||
if echo "$iface" | grep -Eq "(wlan[0-9]|wl[a-z0-9]{20})"; then
|
if echo "$iface" | grep -Eq "(wlan[0-9]|wl[a-z0-9]{2,20})"; then
|
||||||
config="$(ifconfig $iface)" # Get the iface logic configuration
|
config="$(ifconfig $iface)" # Get the iface logic configuration
|
||||||
if echo "$config" | grep -qv "inet "; then # Test if not currently connected
|
if echo "$config" | grep -qv "inet "; then # Test if not currently connected
|
||||||
hw="$(iw $iface info | grep wiphy | cut -d" " -f2)" # Get the iface hardware id.
|
hw="$(iw $iface info | grep wiphy | cut -d" " -f2)" # Get the iface hardware id.
|
||||||
|
Loading…
Reference in New Issue
Block a user