Lines Matching refs:ifName
57 * @param ifName The interface name.
64 typedef int32_t (*CallbackFunc)(uint32_t event, void *data, const char *ifName);
158 * @param ifName Indicates the pointer to the network interface name.
166 int32_t (*getFeatureByIfName)(const char *ifName, struct IWiFiBaseFeature **ifeature);
172 * @param ifName Indicates the pointer to the network interface name.
179 int32_t (*registerEventCallback)(CallbackFunc cbFunc, const char *ifName);
185 * @param ifName Indicates the pointer to the network interface name.
192 int32_t (*unregisterEventCallback)(CallbackFunc cbFunc, const char *ifName);
216 int32_t (*resetDriver)(const uint8_t chipId, const char *ifName);
233 * @param ifName Indicates the pointer to the network interface name.
241 int32_t (*getPowerMode)(const char *ifName, uint8_t *mode);
246 * @param ifName Indicates the pointer to the network interface name.
254 int32_t (*setPowerMode)(const char *ifName, uint8_t mode);
260 * @param ifName Indicates the pointer to the network interface name.
268 int32_t (*startChannelMeas)(const char *ifName, const struct MeasParam *measParam);
273 * @param ifName Indicates the pointer to the network interface name.
281 int32_t (*getChannelMeasResult)(const char *ifName, struct MeasResult *measResult);
286 * @param ifName Indicates the pointer to the network interface name.
294 int32_t (*setProjectionScreenParam)(const char *ifName, const ProjectionScreenParam *param);
299 * @param ifName Indicates the pointer to the network interface name.
309 int32_t (*sendCmdIoctl)(const char *ifName, int32_t cmdId, const int8_t *paramBuf, uint32_t paramBufLen);
315 * @param ifName Indicates the pointer to the network interface name.
322 int32_t (*registerHid2dCallback)(Hid2dCallback func, const char *ifName);
328 * @param ifName Indicates the pointer to the network interface name.
335 int32_t (*unregisterHid2dCallback)(Hid2dCallback func, const char *ifName);
340 * @param ifName Indicates the pointer to the network interface name.
350 int32_t (*getStationInfo)(const char *ifName, StationInfo *info, const uint8_t *mac, uint32_t macLen);
355 * @param ifName Indicates the NIC name.
365 int32_t (*sendActionFrame)(const char *ifName, uint32_t freq, const uint8_t *frameData,
371 * @param ifName Indicates the NIC name.
380 int32_t (*registerActionFrameReceiver)(const char *ifName, const uint8_t *match, uint32_t matchLen);
385 * @param ifName Indicates the NIC name.
394 int32_t (*setPowerSaveMode)(const char *ifName, int32_t frequency, int32_t mode);