Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h414 * @param wifiInstance Indicates the double pointer to the {@link IWiFi} structure.
421 int32_t WifiConstruct(struct IWiFi **wifiInstance);
426 * @param wifiInstance Indicates the double pointer to the {@link IWiFi} structure.
433 int32_t WifiDestruct(struct IWiFi **wifiInstance);
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c627 int32_t WifiConstruct(struct IWiFi **wifiInstance) in WifiConstruct() argument
666 (*wifiInstance) = &singleWifiInstance; in WifiConstruct()
671 int32_t WifiDestruct(struct IWiFi **wifiInstance) in WifiDestruct() argument
674 if (wifiInstance == NULL) { in WifiDestruct()
678 *wifiInstance = NULL; in WifiDestruct()

Completed in 3 milliseconds