Searched refs:iftype (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_vendor_hal.cpp | 226 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 D | wifi_vendor_hal.h | 48 WifiError CreateVirtualInterface(const std::string& ifname, HalIfaceType iftype);
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
H A D | hdf_wifi_cmd.h | 293 uint8_t iftype; member 359 WifiIfType iftype; member
|
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 64 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 D | wifi_driver_client.h | 254 uint8_t iftype; member 452 uint8_t iftype; member
|
/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 605 int32_t (*GetIftype)(struct NetDevice *netDev, uint8_t *iftype);
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 1141 netDeviceInfoResult->deviceInfos[i].iftype = netDeviceInfo->deviceInfos[i].iftype;
in WlanInterfaceGetNetDevInfo()
|
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 728 !HdfSbufReadUint8(reply, &(netDeviceInfoResult->deviceInfos[i].iftype)) || in GetNetDeviceInfo()
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 1537 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