Home
last modified time | relevance | path

Searched refs:iwifi (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c34 static int32_t StartInner(const struct IWiFi *iwifi) in StartInner() argument
38 if (iwifi == NULL) { in StartInner()
63 static int32_t StopInner(const struct IWiFi *iwifi) in StopInner() argument
66 if (iwifi == NULL) { in StopInner()
407 static int32_t Start(struct IWiFi *iwifi) in Start() argument
411 int32_t ret = StartInner(iwifi); in Start()
417 static int32_t Stop(struct IWiFi *iwifi) in Stop() argument
421 int32_t ret = StopInner(iwifi); in Stop()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h92 * @param iwifi Indicates the pointer to the {@link IWiFi} object.
100 int32_t (*start)(struct IWiFi *iwifi);
105 * @param iwifi Indicates the pointer to the {@link IWiFi} object.
112 int32_t (*stop)(struct IWiFi *iwifi);

Completed in 3 milliseconds