Lines Matching refs:fe
175 int32_t InitBaseFeature(struct IWiFiBaseFeature **fe)
177 if (fe == NULL || *fe == NULL) {
181 (*fe)->getNetworkIfaceName = GetNetworkIfaceName;
182 (*fe)->getFeatureType = GetFeatureType;
183 (*fe)->setMacAddress = SetMacAddress;
184 (*fe)->getDeviceMacAddress = GetDeviceMacAddress;
185 (*fe)->getValidFreqsWithBand = GetValidFreqsWithBand;
186 (*fe)->setTxPower = HalSetTxPower;
187 (*fe)->getChipId = HalGetChipId;
188 (*fe)->getIfNamesByChipId = HalGetIfNamesByChipId;
189 (*fe)->resetToFactoryMacAddress = HalResetToFactoryMacAddress;