Microchip® Advanced Software Framework

tstrM2mWifiStateChanged Struct Reference

Wi-Fi Connection State.

This struct contains the Wi-Fi connection state.

See Also
M2M_WIFI_DISCONNECTED, M2M_WIFI_CONNECTED, M2M_WIFI_REQ_CON_STATE_CHANGED, tenuM2mConnChangedErrcode
M2M_WIFI_DISCONNECTED, M2M_WIFI_CONNECTED, M2M_WIFI_REQ_CON_STATE_CHANGED,tenuM2mConnChangedErrcode
M2M_WIFI_DISCONNECTED, M2M_WIFI_CONNECTED, M2M_WIFI_REQ_CON_STATE_CHANGED

#include <m2m_types.h>

Data Fields

uint8 __PAD16__ [2]
 
uint8 __PAD__ [PAD_SZ(4+6)]
 
uint8 u8Ch
 
uint8 u8CurrState
 
uint8 u8ErrCode
 
uint8 u8IfcId
 
uint8 u8MAcAddr [6]
 

uint8 tstrM2mWifiStateChanged::__PAD16__

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mWifiStateChanged::__PAD__[PAD_SZ(4+6)]

< Mac Address of the STA/AP involved in state changePadding bytes for forcing 4-byte alignment

uint8 tstrM2mWifiStateChanged::u8Ch

< Interface on which state was changed

uint8 tstrM2mWifiStateChanged::u8CurrState

Current Wi-Fi connection state

Referenced by app_wifi_handle_event(), iperf_wifi_cb(), m2m_wifi_cb(), prov_wifi_cb(), and wifi_cb().

uint8 tstrM2mWifiStateChanged::u8ErrCode

Error type as in tenuM2mConnChangedErrcode

Error type review tenuM2mConnChangedErrcode

Error type

Referenced by wifi_cb().

uint8 tstrM2mWifiStateChanged::u8IfcId

Referenced by wifi_cb().

uint8 tstrM2mWifiStateChanged::u8MAcAddr[6]

< Channel number of the STA/AP involved in state change

Referenced by wifi_cb().