Lines Matching defs:ifName

222 static int32_t RegisterEventCallbackInner(OnReceiveFunc onRecFunc, const char *ifName)  in RegisterEventCallbackInner()
237 static int32_t UnregisterEventCallbackInner(OnReceiveFunc onRecFunc, const char *ifName) in UnregisterEventCallbackInner()
249 static int32_t RegisterHid2dCallbackInner(Hid2dCallback func, const char *ifName) in RegisterHid2dCallbackInner()
265 static int32_t UnregisterHid2dCallbackInner(Hid2dCallback func, const char *ifName) in UnregisterHid2dCallbackInner()
277 static int32_t ResetDriverInner(uint8_t chipId, const char *ifName) in ResetDriverInner()
295 static int32_t GetPowerModeInner(const char *ifName, uint8_t *mode) in GetPowerModeInner()
305 static int32_t SetPowerModeInner(const char *ifName, uint8_t mode) in SetPowerModeInner()
314 static int32_t StartChannelMeasInner(const char *ifName, const struct MeasParam *measParam) in StartChannelMeasInner()
323 static int32_t GetChannelMeasResultInner(const char *ifName, struct MeasResult *measResult) in GetChannelMeasResultInner()
332 static int32_t SetProjectionScreenParamInner(const char *ifName, const ProjectionScreenParam *param) in SetProjectionScreenParamInner()
341 static int32_t SendCmdIoctlInner(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_… in SendCmdIoctlInner()
350 static int32_t GetStationInfoInner(const char *ifName, StationInfo *info, const uint8_t *mac, uint3… in GetStationInfoInner()
359 static int32_t SendActionFrameInner(const char *ifName, uint32_t freq, const uint8_t *frameData, ui… in SendActionFrameInner()
368 static int32_t RegisterActionFrameReceiverInner(const char *ifName, const uint8_t *match, uint32_t … in RegisterActionFrameReceiverInner()
377 static int32_t SetPowerSaveModeInner(const char *ifName, int32_t frequency, int32_t mode) in SetPowerSaveModeInner()
386 static int32_t SetPowerSaveMode(const char *ifName, int32_t frequency, int32_t mode) in SetPowerSaveMode()
457 static int32_t GetFeatureByIfName(const char *ifName, struct IWiFiBaseFeature **ifeature) in GetFeatureByIfName()
477 static int32_t HalRegisterEventCallback(OnReceiveFunc onRecFunc, const char *ifName) in HalRegisterEventCallback()
487 static int32_t HalUnregisterEventCallback(OnReceiveFunc onRecFunc, const char *ifName) in HalUnregisterEventCallback()
497 static int32_t HalRegisterHid2dCallback(Hid2dCallback func, const char *ifName) in HalRegisterHid2dCallback()
507 static int32_t HalUnregisterHid2dCallback(Hid2dCallback func, const char *ifName) in HalUnregisterHid2dCallback()
517 static int32_t ResetDriver(const uint8_t chipId, const char *ifName) in ResetDriver()
537 static int32_t WifiGetPowerMode(const char *ifName, uint8_t *mode) in WifiGetPowerMode()
547 static int32_t WifiSetPowerMode(const char *ifName, uint8_t mode) in WifiSetPowerMode()
557 static int32_t WifiStartChannelMeas(const char *ifName, const struct MeasParam *measParam) in WifiStartChannelMeas()
567 static int32_t WifiGetChannelMeasResult(const char *ifName, struct MeasResult *measResult) in WifiGetChannelMeasResult()
577 static int32_t WifiSetProjectionScreenParam(const char *ifName, const ProjectionScreenParam *param) in WifiSetProjectionScreenParam()
587 static int32_t WifiSendCmdIoctl(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t… in WifiSendCmdIoctl()
597 static int32_t WifiGetStationInfo(const char *ifName, StationInfo *info, const uint8_t *mac, uint32… in WifiGetStationInfo()
607 static int32_t SendActionFrame(const char *ifName, uint32_t freq, const uint8_t *frameData, uint32_… in SendActionFrame()
617 static int32_t RegisterActionFrameReceiver(const char *ifName, const uint8_t *match, uint32_t match… in RegisterActionFrameReceiver()