Home
last modified time | relevance | path

Searched defs:baseFeature (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c29 static const char *GetNetworkIfaceNameInner(const struct IWiFiBaseFeature *baseFeature) in GetNetworkIfaceNameInner()
38 static int32_t GetFeatureTypeInner(const struct IWiFiBaseFeature *baseFeature) in GetFeatureTypeInner()
65 static int32_t GetValidFreqsWithBandInner(const struct IWiFiBaseFeature *baseFeature, in GetValidFreqsWithBandInner()
75 static int32_t SetTxPowerInner(const struct IWiFiBaseFeature *baseFeature, int32_t power) in SetTxPowerInner()
84 static int32_t GetChipIdInner(const struct IWiFiBaseFeature *baseFeature, uint8_t *chipId) in GetChipIdInner()
102 static const char *GetNetworkIfaceName(const struct IWiFiBaseFeature *baseFeature) in GetNetworkIfaceName()
110 static int32_t GetFeatureType(const struct IWiFiBaseFeature *baseFeature) in GetFeatureType()
118 static int32_t SetMacAddress(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uint8_… in SetMacAddress()
134 static int32_t GetValidFreqsWithBand(const struct IWiFiBaseFeature *baseFeature, in GetValidFreqsWithBand()
143 static int32_t HalSetTxPower(const struct IWiFiBaseFeature *baseFeature, int32_t power) in HalSetTxPower()
[all …]
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_p2p_feature.h58 struct IWiFiBaseFeature baseFeature; /**< Basic features of {@link IWiFiBaseFeature} */ member
H A Dwifi_hal_ap_feature.h68 struct IWiFiBaseFeature baseFeature; /**< Basic features of {@link IWiFiBaseFeature} */ member
H A Dwifi_hal_sta_feature.h59 struct IWiFiBaseFeature baseFeature; /**< Basic features of {@link IWiFiBaseFeature} */ member
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c260 …nt32_t GetBasefeature(const struct HdfFeatureInfo *ifeature, struct IWiFiBaseFeature **baseFeature) in GetBasefeature()
290 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceGetChipId() local
315 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceGetDeviceMacAddress() local
341 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceGetFeatureByIfName() local
377 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceGetFeatureType() local
398 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceGetFreqsWithBand() local
465 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceGetNetworkIfaceName() local
1042 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceSetMacAddress() local
1089 struct IWiFiBaseFeature *baseFeature = NULL; in WlanInterfaceSetTxPower() local