Provides EMAC interface functions to be used with the SCL_EMAC object. More...
#include "EMAC.h"
#include "EMACInterface.h"
#include "WiFiInterface.h"
#include "scl_common.h"
#include "rtos/Semaphore.h"
#include "rtos/Mutex.h"
#include "scl_wifi_api.h"
Go to the source code of this file.
Data Structures | |
class | SCL_EMAC |
Functions | |
void | scl_emac_wifi_link_state_changed (bool state_up) |
Sends the change in network connection state to network stack. More... | |
Provides EMAC interface functions to be used with the SCL_EMAC object.
Definition in file scl_emac.h.
void scl_emac_wifi_link_state_changed | ( | bool | state_up | ) |
Sends the change in network connection state to network stack.
state_up | Connection status. |