Use "WLAN" terminology

network
probonopd 6 days ago
parent bb1f352fdb
commit f5447152d4
  1. 4
      src/minidexed.cpp

@ -2236,7 +2236,7 @@ bool CMiniDexed::InitNetwork()
if (m_pConfig->GetNetworkEnabled () && (strcmp(m_pConfig->GetNetworkType(), "wifi") == 0)) if (m_pConfig->GetNetworkEnabled () && (strcmp(m_pConfig->GetNetworkType(), "wifi") == 0))
{ {
LOGNOTE("Initializing Wi-Fi"); LOGNOTE("Initializing WLAN");
if (m_WLAN.Initialize() && m_WPASupplicant.Initialize()) if (m_WLAN.Initialize() && m_WPASupplicant.Initialize())
{ {
@ -2245,7 +2245,7 @@ bool CMiniDexed::InitNetwork()
} }
else else
LOGERR("Failed to initialize Wi-Fi"); LOGERR("Failed to initialize WLAN");
} }
else if (m_pConfig->GetNetworkEnabled () && (strcmp(m_pConfig->GetNetworkType(), "ethernet") == 0)) else if (m_pConfig->GetNetworkEnabled () && (strcmp(m_pConfig->GetNetworkType(), "ethernet") == 0))
{ {

Loading…
Cancel
Save