Microchip® Advanced Software Framework

common/components/wifi/winc3400/provision_and_proximity_monitor_example/pxp_monitor_app.h File Reference

Proximity Monitor Profile Application declarations.

Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries.

#include "ble_manager.h"
#include "at_ble_api.h"
#include "pxp_monitor.h"
#include "immediate_alert.h"

Macros

#define AUTH_CREDENTIALS   { M2M_802_1X_USR_NAME, M2M_802_1X_PWD }
 
#define DEFAULT_AUTH   M2M_WIFI_SEC_WPA_PSK
 
#define DEFAULT_KEY   "12345678"
 
#define DEFAULT_SSID   "DEMO_AP"
 
#define M2M_DEVICE_NAME   "WINC3400_00:00"
 
#define MAC_ADDRESS   {0xf8, 0xf0, 0x05, 0x45, 0xD4, 0x84}
 
#define WEP_CONN_PARAM   { WEP_KEY_INDEX, WEP_KEY_SIZE, WEP_KEY}
 
#define WEP_KEY   "1234567890"
 
#define WEP_KEY_INDEX   M2M_WIFI_WEP_KEY_INDEX_1
 
#define WEP_KEY_SIZE   sizeof(WEP_KEY)
 

Typedefs

typedef enum pxp_current_alert pxp_current_alert_t
 

Enumerations

enum  pxp_current_alert {
  PXP_NO_ALERT = 0,
  PXP_MID_ALERT,
  PXP_HIGH_ALERT,
  PXP_NO_ALERT = 0,
  PXP_MID_ALERT,
  PXP_HIGH_ALERT
}
 

#define AUTH_CREDENTIALS   { M2M_802_1X_USR_NAME, M2M_802_1X_PWD }
#define DEFAULT_AUTH   M2M_WIFI_SEC_WPA_PSK
#define DEFAULT_KEY   "12345678"
#define DEFAULT_SSID   "DEMO_AP"
#define M2M_DEVICE_NAME   "WINC3400_00:00"

Referenced by app_wifi_init().

#define MAC_ADDRESS   {0xf8, 0xf0, 0x05, 0x45, 0xD4, 0x84}

Referenced by app_wifi_init().

#define WEP_CONN_PARAM   { WEP_KEY_INDEX, WEP_KEY_SIZE, WEP_KEY}
#define WEP_KEY   "1234567890"
#define WEP_KEY_INDEX   M2M_WIFI_WEP_KEY_INDEX_1
#define WEP_KEY_SIZE   sizeof(WEP_KEY)

Enumerator
PXP_NO_ALERT 
PXP_MID_ALERT 
PXP_HIGH_ALERT 
PXP_NO_ALERT 
PXP_MID_ALERT 
PXP_HIGH_ALERT