Home
last modified time | relevance | path

Searched refs:iftype (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp226 WifiError WifiVendorHal::CreateVirtualInterface(const std::string& ifname, HalIfaceType iftype) in CreateVirtualInterface() argument
229 globalHandle_, ifname.c_str(), iftype); in CreateVirtualInterface()
231 if (status == HAL_SUCCESS && iftype == HalIfaceType::HAL_TYPE_STA) { in CreateVirtualInterface()
H A Dwifi_vendor_hal.h48 WifiError CreateVirtualInterface(const std::string& ifname, HalIfaceType iftype);
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h293 uint8_t iftype; member
359 WifiIfType iftype; member
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c64 static uint32_t SetMode(struct NetDevice *netDev, uint8_t iftype) in SetMode() argument
72 return chipDriver->ops->SetMode(netDev, iftype); in SetMode()
505 HDF_LOGI("%s: %s changing mode to %u ...", __func__, ifName, mode->iftype); in WifiCmdSetMode()
506 ret = SetMode(netdev, mode->iftype); in WifiCmdSetMode()
1359 static uint32_t GetIftype(struct NetDevice *netdev, uint8_t *iftype) in GetIftype() argument
1367 return chipDriver->ops->GetIftype(netdev, iftype); in GetIftype()
1375 uint8_t iftype; in WifiCmdGetNetDevInfo() local
1388 if (GetIftype(netDev, &iftype) != HDF_SUCCESS) { in WifiCmdGetNetDevInfo()
1389 iftype = 0; in WifiCmdGetNetDevInfo()
1393 !HdfSbufWriteUint8(rspData, iftype) || in WifiCmdGetNetDevInfo()
[all...]
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h254 uint8_t iftype; member
452 uint8_t iftype; member
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h605 int32_t (*GetIftype)(struct NetDevice *netDev, uint8_t *iftype);
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1141 netDeviceInfoResult->deviceInfos[i].iftype = netDeviceInfo->deviceInfos[i].iftype; in WlanInterfaceGetNetDevInfo()
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c728 !HdfSbufReadUint8(reply, &(netDeviceInfoResult->deviceInfos[i].iftype)) || in GetNetDeviceInfo()
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1537 info->iftype = nla_get_u32(attr[NL80211_ATTR_IFTYPE]); in NetDeviceInfoHandler()
1538 HILOG_ERROR(LOG_CORE, "%s: %s iftype is %hhu", __FUNCTION__, info->ifName, info->iftype); in NetDeviceInfoHandler()
1596 HILOG_ERROR(LOG_CORE, "%s: get iftype and mac failed", __FUNCTION__); in GetNetDeviceInfo()

Completed in 19 milliseconds