Analog Devices Wi-Fi Software Reference Manual  Release 1.0.0
adi_wifi_internal.h
Go to the documentation of this file.
1 
56 #ifndef ADI_WIFI_INTERNAL_H
57 #define ADI_WIFI_INTERNAL_H
58 
59 #include <wifi/radio/adi_wifi.h>
60 
65 #define ADI_WIFI_MAX_DATA_SIZE (256u)
66 
70 #define ADI_WIFI_MAX_DATA_SIZE_ASCII (4u)
71 
75 #define ADI_WIFI_MQTT_PACKET_SIZE (60u)
76 
82 typedef struct
83 {
84  ADI_WIFI_AT_CMDCODE eCurCmdOpCode;
85  uint32_t nHardwareError;
86  uint8_t pDataPkt[ADI_WIFI_MAX_DATA_SIZE];
87  uint16_t nResponseSize;
88 } ADI_WIFI_DEVICE;
89 
93 typedef struct
94 {
95  uint8_t nQosLevel;
96  uint8_t pMQTTRequestPkt[ADI_WIFI_MQTT_PACKET_SIZE];
97 } ADI_MQTT_DEVICE;
98 
101 #endif /* ADI_WIFI_INTERNAL_H */
102 
103 /* @} */
#define ADI_WIFI_MQTT_PACKET_SIZE
Definition: adi_wifi_internal.h:75
#define ADI_WIFI_MAX_DATA_SIZE
Definition: adi_wifi_internal.h:65
This header file contains the radio specific interface command opcodes, status codes and radio interf...