Embedded Wireless Framework
Data Structures | Typedefs | Functions
Adapter control API

The adapter's start and stop functions. More...

Data Structures

struct  _ewf_adapter_api_control
 The adapter control API type. More...
 

Typedefs

typedef struct _ewf_adapter_api_control ewf_adapter_api_control
 The adapter control API type.
 

Functions

ewf_result ewf_adapter_start (ewf_adapter *adapter_ptr)
 Starts the adapter. More...
 
ewf_result ewf_adapter_stop (ewf_adapter *adapter_ptr)
 Stops the adapter. More...
 

Detailed Description

The adapter's start and stop functions.

Function Documentation

◆ ewf_adapter_start()

ewf_result ewf_adapter_start ( ewf_adapter adapter_ptr)

Starts the adapter.

Returns
ewf_result success and error conditions

◆ ewf_adapter_stop()

ewf_result ewf_adapter_stop ( ewf_adapter adapter_ptr)

Stops the adapter.

Returns
ewf_result success and error conditions