Home
last modified time | relevance | path

Searched refs:WLAN_DEV_NAME_PRE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/wifi/
H A Dnstackx_wifi_stat_hook.c30 if (strlen(devName) > strlen(WLAN_DEV_NAME_PRE) && in GetWifiInfoFromHook()
31 … memcmp(devName, WLAN_DEV_NAME_PRE, strlen(WLAN_DEV_NAME_PRE)) == 0 && g_getWifiInfoHook != NULL) { in GetWifiInfoFromHook()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c28 uint32_t wlanNameLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in GetConnectionTypeByDevName()
34 } else if (devNameLen >= wlanNameLen && memcmp(devName, WLAN_DEV_NAME_PRE, wlanNameLen) == 0) { in GetConnectionTypeByDevName()
96 uint32_t wlanNameLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in GetConnectionTypeByDev()
205 uint32_t wlanNameLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in BindToDevice()
235 } else if (memcmp(buf[i].ifr_name, WLAN_DEV_NAME_PRE, wlanNameLen) == 0) { in BindToDevice()
308 targetDevLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in IsValidInterface()
309 …if (strlen(interfaceName) >= targetDevLen && memcmp(interfaceName, WLAN_DEV_NAME_PRE, targetDevLen… in IsValidInterface()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c28 uint32_t wlanNameLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in GetConnectionTypeByDevName()
34 } else if (devNameLen >= wlanNameLen && memcmp(devName, WLAN_DEV_NAME_PRE, wlanNameLen) == 0) { in GetConnectionTypeByDevName()
96 uint32_t wlanNameLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in GetConnectionTypeByDev()
207 uint32_t wlanNameLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in BindToDevice()
241 } else if (memcmp(buf[i].ifr_name, WLAN_DEV_NAME_PRE, wlanNameLen) == 0) { in BindToDevice()
315 targetDevLen = (uint32_t)strlen(WLAN_DEV_NAME_PRE); in IsValidInterface()
316 …if (strlen(interfaceName) >= targetDevLen && memcmp(interfaceName, WLAN_DEV_NAME_PRE, targetDevLen… in IsValidInterface()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h43 #define WLAN_DEV_NAME_PRE "wlan" macro