diff --git a/src/unix/dialup.cpp b/src/unix/dialup.cpp
index ec00f80..0392b2e 100644
--- a/src/unix/dialup.cpp
+++ b/src/unix/dialup.cpp
@@ -608,7 +608,7 @@ wxDialUpManagerImpl::CheckProcNet()
 
             while (fgets(output, 256, f) != NULL)
             {
-                if ( strstr(output, "eth") ) // network card
+                if ( strstr(output, "eth") || strstr(output, "wlan")) // network card
                 {
                     netDevice |= NetDevice_LAN;
                 }
