Lines Matching refs:IWiFiBaseFeature
100 struct IWiFiBaseFeature {
107 * @param baseFeature Indicates the pointer to the basic feature, as described in {@link IWiFiBaseFeature}.
115 const char *(*getNetworkIfaceName)(const struct IWiFiBaseFeature *baseFeature);
120 * @param baseFeature Indicates the pointer to the basic feature, as described in {@link IWiFiBaseFeature}.
127 int32_t (*getFeatureType)(const struct IWiFiBaseFeature *baseFeature);
132 * @param baseFeature Indicates the pointer to the basic feature, as described in {@link IWiFiBaseFeature}.
141 int32_t (*setMacAddress)(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uint8_t len);
146 * @param baseFeature Indicates the pointer to the basic feature, as described in {@link IWiFiBaseFeature}.
155 int32_t (*getDeviceMacAddress)(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uint8_t len);
160 * @param baseFeature Indicates the pointer to the basic feature, as described in {@link IWiFiBaseFeature}.
171 int32_t (*getValidFreqsWithBand)(const struct IWiFiBaseFeature *baseFeature, int32_t band, int32_t *freqs,
177 * @param baseFeature Indicates the pointer to the basic feature, as described in {@link IWiFiBaseFeature}.
185 int32_t (*setTxPower)(const struct IWiFiBaseFeature *baseFeature, int32_t power);
190 * @param baseFeature Indicates the pointer to the {@link IWiFiBaseFeature}.
198 int32_t (*getChipId)(const struct IWiFiBaseFeature *baseFeature, uint8_t *chipId);
239 int32_t InitBaseFeature(struct IWiFiBaseFeature **fe);