Home
last modified time | relevance | path

Searched refs:netIfMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c112 CLEAR_BIT(data->device->netIfMap, data->netInterfaceId); in RenewNetDevice()
187 SET_BIT(device->netIfMap, id); in AllocPlatformNetDevice()
220 CLEAR_BIT(data->device->netIfMap, id); in ReleasePlatformNetDevice()
248 netIfMapTemp = wlanDevice->netIfMap; in HdfWlanGetIfNames()
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_product.h74 uint32_t netIfMap; /**< WLAN device bitmap */ member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c431 HDF_LOGD("%s: Init interfaces success! netIfMap=%x.", __func__, device->netIfMap); in HdfWifiInitDevice()