PIB attribute value type.
#include <tal_generic.h>
Data Fields | |
uint16_t | pib_value_16bit |
PIB Attribute 16-bit. More... | |
uint32_t | pib_value_32bit |
PIB Attribute 32-bit. More... | |
uint64_t | pib_value_64bit |
PIB Attribute 64-bit. More... | |
uint8_t | pib_value_8bit |
PIB Attribute 8-bit. More... | |
bool | pib_value_bool |
PIB Attribute Bool. More... | |
uint16_t pib_value_t::pib_value_16bit |
PIB Attribute 16-bit.
Referenced by mlme_get(), mlme_set(), and tal_pib_set().
uint32_t pib_value_t::pib_value_32bit |
PIB Attribute 32-bit.
Referenced by mlme_set(), and tal_pib_set().
uint64_t pib_value_t::pib_value_64bit |
PIB Attribute 64-bit.
Referenced by mlme_set(), and tal_pib_set().
uint8_t pib_value_t::pib_value_8bit |
PIB Attribute 8-bit.
Referenced by mlme_get(), mlme_set(), and tal_pib_set().
bool pib_value_t::pib_value_bool |
PIB Attribute Bool.
Referenced by tal_pib_set().