|
mbgtools-lx
4.2.8
|
NTP symmetric key specific settings. More...
#include <gpsdefs.h>
Data Fields | |
| uint16_t | id |
| Configurable key id (1..65534) More... | |
| uint8_t | hash |
| See NTP_SYMM_KEY_HASHES. More... | |
| uint8_t | reserved_1 |
| Future use. More... | |
| uint16_t | reserved_2 |
| Future use. More... | |
| uint8_t | num_ip_addr |
| Number of configured ip addresses. More... | |
| uint8_t | reserved_3 |
| Future use. More... | |
| uint8_t | key [128] |
| Hashed phrase, see N_NTP_SYMM_KEY_LEN. More... | |
| MBG_IP_ADDR | ip_addr [8] |
| Whitelist of ip addresses see N_NTP_SYMM_KEY_MAX_IP_ADDR. More... | |
NTP symmetric key specific settings.
This structure is used to configure a symmetric key for NTP.
| uint8_t NTP_SYMM_KEY_SETTINGS::hash |
See NTP_SYMM_KEY_HASHES.
| uint16_t NTP_SYMM_KEY_SETTINGS::id |
| MBG_IP_ADDR NTP_SYMM_KEY_SETTINGS::ip_addr[8] |
Whitelist of ip addresses see N_NTP_SYMM_KEY_MAX_IP_ADDR.
| uint8_t NTP_SYMM_KEY_SETTINGS::key[128] |
Hashed phrase, see N_NTP_SYMM_KEY_LEN.
| uint8_t NTP_SYMM_KEY_SETTINGS::num_ip_addr |