Wi-SUN API type definitions#
Modules#
sl_wisun_statistics_arib_regulation_t
sl_wisun_statistics_regulation_t
sl_wisun_phy_config_explicit_t
sl_wisun_phy_config_custom_fsk_t
sl_wisun_phy_config_custom_ofdm_t
sl_wisun_phy_config_custom_oqpsk_t
sl_wisun_socket_option_event_mode_t
sl_wisun_socket_option_multicast_group_t
sl_wisun_socket_option_send_buffer_limit_t
sl_wisun_socket_option_edfe_mode_t
sl_wisun_socket_option_unicast_hop_limit
sl_wisun_socket_option_multicast_hop_limit
sl_wisun_lfn_params_connection_t
sl_wisun_lfn_params_data_layer_t
Enumerations#
Enumerations for device type.
Enumerations for network size.
Enumerations for IP address type.
Enumerations for certificate options.
Enumerations for private key options.
Enumerations for statistics type.
Enumerations for regulatory domain.
Enumerations for operating class.
Enumerations for operating mode.
Enumerations for multicast group action.
Enumerations for channel spacing.
Enumerations for join state.
Enumerations for network update flags.
Enumerations for PHY config type.
Enumeration for LFN configuration profile.
Enumeration for CRC type.
Enumerations for socket protocol Deprecated.
Enumerations for socket option Deprecated.
Enumeration for RPL neighbor types.
Enumeration for trace group.
Enumerations for trace level.
Enumerations for regional regulation.
Enumeration for Mode Switch mode.
Enumeration for regional regulation transmission level.
Enumeration for unicast transmission mode.
Enumeration for channel exlusion modes.
Enumeration for types of frame that can be triggered.
Enumeration for channel mask types.
Typedefs#
Variables#
Broadcast MAC address.
Macros#
Maximum size of the Wi-SUN network name.
Size of a MAC address.
Size of a channel mask.
Size of the filter bitfield.
Maximum fragment duration. Disables advert fragmentation.
Maximum number of PhyModeId allowed in POM-IE.
Channel spacing 100 kHz for backward compatibility.
Channel spacing 200 kHz for backward compatibility.
Channel spacing 400 kHz for backward compatibility.
Channel spacing 600 kHz for backward compatibility.
Thread identifier "Wi-SUN Task".
Thread identifier "Wi-SUN Event Task".
Thread identifier "Wi-SUN Event Loop Task".
Thread identifier "Wi-SUN RF Task".
Enumeration Documentation#
sl_wisun_device_type_t#
sl_wisun_device_type_t
Enumerations for device type.
Enumerator | |
---|---|
SL_WISUN_ROUTER | FFN Router. |
SL_WISUN_LFN | LFN Router (experimental, for evaluation purposes only) |
SL_WISUN_BORDER_ROUTER | Border Router. |
58
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_network_size_t#
sl_wisun_network_size_t
Enumerations for network size.
Enumerator | |
---|---|
SL_WISUN_NETWORK_SIZE_AUTOMATIC | Determine the size from PAN advertisements. |
SL_WISUN_NETWORK_SIZE_SMALL | Small size (less than 100 nodes) |
SL_WISUN_NETWORK_SIZE_MEDIUM | Medium size (100 to 800 nodes) |
SL_WISUN_NETWORK_SIZE_LARGE | Large size (800 to 1500 nodes) |
SL_WISUN_NETWORK_SIZE_TEST | Test network (a few nodes) |
SL_WISUN_NETWORK_SIZE_CERTIFICATION | Certification configuration. |
68
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_ip_address_type_t#
sl_wisun_ip_address_type_t
Enumerations for IP address type.
Enumerator | |
---|---|
SL_WISUN_IP_ADDRESS_TYPE_LINK_LOCAL | Device link-local address. |
SL_WISUN_IP_ADDRESS_TYPE_GLOBAL | Device global unicast address. |
SL_WISUN_IP_ADDRESS_TYPE_BORDER_ROUTER | Border router global unicast address. |
SL_WISUN_IP_ADDRESS_TYPE_PRIMARY_PARENT | Link-local address of the primary parent. |
SL_WISUN_IP_ADDRESS_TYPE_SECONDARY_PARENT | Link-local address of the secondary parent. |
84
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_certificate_option_t#
sl_wisun_certificate_option_t
Enumerations for certificate options.
Enumerator | |
---|---|
SL_WISUN_CERTIFICATE_OPTION_NONE | Empty option. |
SL_WISUN_CERTIFICATE_OPTION_APPEND | Certificate is appended to a chain. |
SL_WISUN_CERTIFICATE_OPTION_IS_REF | Certificate data will remain in scope. |
SL_WISUN_CERTIFICATE_OPTION_HAS_KEY | Certificate has a private key. |
98
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_private_key_option_t#
sl_wisun_private_key_option_t
Enumerations for private key options.
Enumerator | |
---|---|
SL_WISUN_PRIVATE_KEY_OPTION_NONE | Empty option. |
SL_WISUN_PRIVATE_KEY_OPTION_IS_REF | Private key data will remain in scope. |
110
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_statistics_type_t#
sl_wisun_statistics_type_t
Enumerations for statistics type.
Enumerator | |
---|---|
SL_WISUN_STATISTICS_TYPE_PHY | PHY/RF statistics. |
SL_WISUN_STATISTICS_TYPE_MAC | MAC statistics. |
SL_WISUN_STATISTICS_TYPE_FHSS | Frequency hopping statistics. |
SL_WISUN_STATISTICS_TYPE_WISUN | Wi-SUN statistics. |
SL_WISUN_STATISTICS_TYPE_NETWORK | 6LoWPAN/IP stack statistics |
SL_WISUN_STATISTICS_TYPE_REGULATION | Regional regulation. |
SL_WISUN_STATISTICS_TYPE_HEAP | Heap usage. |
118
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_regulatory_domain_t#
sl_wisun_regulatory_domain_t
Enumerations for regulatory domain.
Enumerator | |
---|---|
SL_WISUN_REGULATORY_DOMAIN_WW | World-wide (2.4 GHz) |
SL_WISUN_REGULATORY_DOMAIN_NA | North America. |
SL_WISUN_REGULATORY_DOMAIN_JP | Japan. |
SL_WISUN_REGULATORY_DOMAIN_EU | Europe. |
SL_WISUN_REGULATORY_DOMAIN_CN | China. |
SL_WISUN_REGULATORY_DOMAIN_IN | India. |
SL_WISUN_REGULATORY_DOMAIN_MX | Mexico. |
SL_WISUN_REGULATORY_DOMAIN_BZ | Brazil. |
SL_WISUN_REGULATORY_DOMAIN_AZ | Australia. |
SL_WISUN_REGULATORY_DOMAIN_NZ | New Zealand. |
SL_WISUN_REGULATORY_DOMAIN_KR | South Korea. |
SL_WISUN_REGULATORY_DOMAIN_PH | Philippines. |
SL_WISUN_REGULATORY_DOMAIN_MY | Malaysia. |
SL_WISUN_REGULATORY_DOMAIN_HK | Hong Kong. |
SL_WISUN_REGULATORY_DOMAIN_SG | Singapore. |
SL_WISUN_REGULATORY_DOMAIN_TH | Thailand. |
SL_WISUN_REGULATORY_DOMAIN_VN | Vietnam. |
SL_WISUN_REGULATORY_DOMAIN_APP | Application-specific domain. |
136
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_operating_class_t#
sl_wisun_operating_class_t
Enumerations for operating class.
Enumerator | |
---|---|
SL_WISUN_OPERATING_CLASS_1 | Operating class# 1. |
SL_WISUN_OPERATING_CLASS_2 | Operating class# 2. |
SL_WISUN_OPERATING_CLASS_3 | Operating class# 3. |
SL_WISUN_OPERATING_CLASS_4 | Operating class# 4. |
SL_WISUN_OPERATING_CLASS_5 | Operating class# 5. |
SL_WISUN_OPERATING_CLASS_APP | Application-specific class. |
176
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_operating_mode_t#
sl_wisun_operating_mode_t
Enumerations for operating mode.
Enumerator | |
---|---|
SL_WISUN_OPERATING_MODE_1A | Operating mode# 1a. |
SL_WISUN_OPERATING_MODE_1B | Operating mode# 1b. |
SL_WISUN_OPERATING_MODE_2A | Operating mode# 2a. |
SL_WISUN_OPERATING_MODE_2B | Operating mode# 2b. |
SL_WISUN_OPERATING_MODE_3 | Operating mode# 3. |
SL_WISUN_OPERATING_MODE_4A | Operating mode# 4a. |
SL_WISUN_OPERATING_MODE_4B | Operating mode# 4b. |
SL_WISUN_OPERATING_MODE_5 | Operating mode# 5. |
192
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_multicast_group_action_t#
sl_wisun_multicast_group_action_t
Enumerations for multicast group action.
Enumerator | |
---|---|
SL_WISUN_MULTICAST_GROUP_ACTION_JOIN | Join a multicast group. |
SL_WISUN_MULTICAST_GROUP_ACTION_LEAVE | Leave a multicast group. |
212
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_channel_spacing_t#
sl_wisun_channel_spacing_t
Enumerations for channel spacing.
Enumerator | |
---|---|
SL_WISUN_CHANNEL_SPACING_100KHZ | 100 kHz |
SL_WISUN_CHANNEL_SPACING_200KHZ | 200 kHz |
SL_WISUN_CHANNEL_SPACING_400KHZ | 400 kHz |
SL_WISUN_CHANNEL_SPACING_600KHZ | 600 kHz |
SL_WISUN_CHANNEL_SPACING_250KHZ | 250 kHz |
SL_WISUN_CHANNEL_SPACING_800KHZ | 800 kHz |
SL_WISUN_CHANNEL_SPACING_1200KHZ | 1200 kHz |
220
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_join_state_t#
sl_wisun_join_state_t
Enumerations for join state.
Enumerator | |
---|---|
SL_WISUN_JOIN_STATE_DISCONNECTED | Join state 0: Disconnected. |
SL_WISUN_JOIN_STATE_SELECT_PAN | Join state 1: Select PAN. |
SL_WISUN_JOIN_STATE_AUTHENTICATE | Join state 2: Authenticate. |
SL_WISUN_JOIN_STATE_ACQUIRE_PAN_CONFIG | Join state 3: Acquire PAN config. |
SL_WISUN_JOIN_STATE_CONFIGURE_ROUTING | Join state 4: Configure routing. |
SL_WISUN_JOIN_STATE_OPERATIONAL | Join state 5: Operational. |
SL_WISUN_JOIN_STATE_PARENT_SELECT | Join state 4: Preferred parent selection. |
SL_WISUN_JOIN_STATE_DHCP | Join state 4: DHCP address acquisition. |
SL_WISUN_JOIN_STATE_EARO | Join state 4: Address registration. |
SL_WISUN_JOIN_STATE_DAO | Join state 4: DAO registration. |
250
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_network_update_flags_t#
sl_wisun_network_update_flags_t
Enumerations for network update flags.
Enumerator | |
---|---|
SL_WISUN_NETWORK_UPDATE_FLAGS_GLOBAL_IP | Global IP modification flag bit. |
SL_WISUN_NETWORK_UPDATE_FLAGS_PRIMARY_PARENT | Primary Parent modification flag bit. |
SL_WISUN_NETWORK_UPDATE_FLAGS_SECONDARY_PARENT | Secondary parent modification flag bit. |
274
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_phy_config_type_t#
sl_wisun_phy_config_type_t
Enumerations for PHY config type.
Enumerator | |
---|---|
SL_WISUN_PHY_CONFIG_FAN10 | FAN1.0 configuration. |
SL_WISUN_PHY_CONFIG_FAN11 | FAN1.1 configuration. |
SL_WISUN_PHY_CONFIG_EXPLICIT | Explicit configuration. |
SL_WISUN_PHY_CONFIG_IDS | Specific RAIL channel configuration. |
SL_WISUN_PHY_CONFIG_CUSTOM_FSK | FSK customization. |
SL_WISUN_PHY_CONFIG_CUSTOM_OFDM | OFDM customization. |
SL_WISUN_PHY_CONFIG_CUSTOM_OQPSK | OQPSK customization. |
284
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_lfn_profile_t#
sl_wisun_lfn_profile_t
Enumeration for LFN configuration profile.
Enumerator | |
---|---|
SL_WISUN_LFN_PROFILE_TEST | Profile for test usage, best performance but highest power consumption. |
SL_WISUN_LFN_PROFILE_BALANCED | Profile providing balance between power consumption and performance. |
SL_WISUN_LFN_PROFILE_ECO | Profile optimized for low power consumption. |
302
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_crc_type_t#
sl_wisun_crc_type_t
Enumeration for CRC type.
Enumerator | |
---|---|
SL_WISUN_NO_CRC | No CRC (OFDM and OQPSK only) |
SL_WISUN_2_BYTES_CRC | 2 bytes CRC |
SL_WISUN_4_BYTES_CRC | 4 bytes CRC |
312
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_socket_protocol_t#
sl_wisun_socket_protocol_t
Enumerations for socket protocol Deprecated.
Enumerator | |
---|---|
SL_WISUN_SOCKET_PROTOCOL_UDP | User Datagram Protocol (UDP) |
SL_WISUN_SOCKET_PROTOCOL_TCP | Transmission Control Protocol (TCP) |
SL_WISUN_SOCKET_PROTOCOL_ICMP | Internet Control Message Protocol (ICMP) |
652
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_socket_option_t#
sl_wisun_socket_option_t
Enumerations for socket option Deprecated.
Enumerator | |
---|---|
SL_WISUN_SOCKET_OPTION_EVENT_MODE | Option for socket event mode. |
SL_WISUN_SOCKET_OPTION_MULTICAST_GROUP | Option for multicast group. |
SL_WISUN_SOCKET_OPTION_SEND_BUFFER_LIMIT | Option for send buffer limit. |
SL_WISUN_SOCKET_OPTION_EDFE_MODE | Option to enable/disable Extended Directed Frame Exchange mode. |
SL_WISUN_SOCKET_OPTION_UNICAST_HOP_LIMIT | Option to set socket unicast hop limit. |
SL_WISUN_SOCKET_OPTION_MULTICAST_HOP_LIMIT | Option to set socket multicast hop limit. |
663
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_neighbor_type_t#
sl_wisun_neighbor_type_t
Enumeration for RPL neighbor types.
Enumerator | |
---|---|
SL_WISUN_NEIGHBOR_TYPE_PRIMARY_PARENT | Primary parent. |
SL_WISUN_NEIGHBOR_TYPE_SECONDARY_PARENT | Secondary parent. |
SL_WISUN_NEIGHBOR_TYPE_CHILD | Child. |
757
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_trace_group_t#
sl_wisun_trace_group_t
Enumeration for trace group.
Enumerator | |
---|---|
SL_WISUN_TRACE_GROUP_MAC | Mac. |
SL_WISUN_TRACE_GROUP_NW | Network. |
SL_WISUN_TRACE_GROUP_LLC | LLC. |
SL_WISUN_TRACE_GROUP_6LO | 6lowpan |
SL_WISUN_TRACE_GROUP_IPV6 | IPV6. |
SL_WISUN_TRACE_GROUP_TCP | TCP. |
SL_WISUN_TRACE_GROUP_UDP | UDP. |
SL_WISUN_TRACE_GROUP_ICMP | ICMP. |
SL_WISUN_TRACE_GROUP_DHCP | DHCP. |
SL_WISUN_TRACE_GROUP_MPL | MPL. |
SL_WISUN_TRACE_GROUP_DNS | DNS. |
SL_WISUN_TRACE_GROUP_RPL | RPL. |
SL_WISUN_TRACE_GROUP_TRIC | Trickle. |
SL_WISUN_TRACE_GROUP_WS | Wi-SUN Stack. |
SL_WISUN_TRACE_GROUP_BOOT | Wi-SUN Bootstrap. |
SL_WISUN_TRACE_GROUP_WSR | Wi-SUN Router. |
SL_WISUN_TRACE_GROUP_WSBR | Border router. |
SL_WISUN_TRACE_GROUP_SEC | Security. |
SL_WISUN_TRACE_GROUP_TIME | Time and timers. |
SL_WISUN_TRACE_GROUP_NEIGH | Neighbor. |
SL_WISUN_TRACE_GROUP_STAT | Statistics. |
SL_WISUN_TRACE_GROUP_BUFF | Dynamic Buffer. |
SL_WISUN_TRACE_GROUP_ADDR | Address Manipulation. |
SL_WISUN_TRACE_GROUP_MON | Monitoring. |
SL_WISUN_TRACE_GROUP_SOCK | Socket. |
SL_WISUN_TRACE_GROUP_DENY | Deny list. |
SL_WISUN_TRACE_GROUP_ETX | ETX. |
SL_WISUN_TRACE_GROUP_FHSS | FHSS. |
SL_WISUN_TRACE_GROUP_ROUT | Routing table. |
SL_WISUN_TRACE_GROUP_EVLP | Event loop. |
SL_WISUN_TRACE_GROUP_NVM | NVM. |
SL_WISUN_TRACE_GROUP_CRYPTO | Crypto. |
SL_WISUN_TRACE_GROUP_RF | Wi-SUN RF Driver. |
Sl_WISUN_TRACE_GROUP_WSIE | Wi-SUN IE. |
SL_WISUN_TRACE_GROUP_CONFIG | Configuration. |
SL_WISUN_TRACE_GROUP_TIM_SRV | Timer service. |
SL_WISUN_TRACE_GROUP_LFN_TIM | LFN timing measurement. |
SL_WISUN_TRACE_GROUP_INT | Internal usage. |
SL_WISUN_TRACE_GROUP_COUNT | Max number of trace group in this enum. |
815
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_trace_level_t#
sl_wisun_trace_level_t
Enumerations for trace level.
Enumerator | |
---|---|
SL_WISUN_TRACE_LEVEL_NONE | No trace. |
SL_WISUN_TRACE_LEVEL_ERROR | Error only. |
SL_WISUN_TRACE_LEVEL_WARN | Warning + error. |
SL_WISUN_TRACE_LEVEL_INFO | Info + warning + error. |
SL_WISUN_TRACE_LEVEL_DEBUG | Debug + info + warning + error. |
868
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_regulation_t#
sl_wisun_regulation_t
Enumerations for regional regulation.
Enumerator | |
---|---|
SL_WISUN_REGULATION_NONE | No regulation. |
SL_WISUN_REGULATION_ARIB | ARIB, can only be used with JP regulatory domain. |
891
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_mode_switch_mode_t#
sl_wisun_mode_switch_mode_t
Enumeration for Mode Switch mode.
Enumerator | |
---|---|
SL_WISUN_MODE_SWITCH_DISABLED | Mode switch is not allowed. |
SL_WISUN_MODE_SWITCH_ENABLED | Mode switch is allowed for all unicast data frames. Specified PhyModeId is used. |
SL_WISUN_MODE_SWITCH_DEFAULT | Mode switch is allowed for all unicast data frames. Default PhyModeId is used. |
899
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_regulation_tx_level_t#
sl_wisun_regulation_tx_level_t
Enumeration for regional regulation transmission level.
Thresholds are define with sl_wisun_set_regulation_tx_thresholds.
Enumerator | |
---|---|
SL_WISUN_REGULATION_TX_LEVEL_LOW | Transmission duration is compliant with regional regulation. |
SL_WISUN_REGULATION_TX_LEVEL_WARNING | Transmission duration is above warning threshold. |
SL_WISUN_REGULATION_TX_LEVEL_ALERT | Transmission duration is above alert threshold. |
910
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_unicast_tx_mode_t#
sl_wisun_unicast_tx_mode_t
Enumeration for unicast transmission mode.
Enumerator | |
---|---|
SL_WISUN_UNICAST_TX_MODE_DEFAULT | Default unicast transmission. |
SL_WISUN_UNICAST_TX_MODE_SLOT | Allow unicast transmission only on a slot. |
920
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_channel_exclusion_mode_t#
sl_wisun_channel_exclusion_mode_t
Enumeration for channel exlusion modes.
Enumerator | |
---|---|
SL_WISUN_CHANNEL_EXCLUSION_MODE_BY_RANGE | Channels are excluded by range if possible (3 ranges maximum), otherwise channels will be excluded by mask. |
SL_WISUN_CHANNEL_EXCLUSION_MODE_BY_MASK | Channels are excluded by mask. |
931
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_frame_type_t#
sl_wisun_frame_type_t
Enumeration for types of frame that can be triggered.
Enumerator | |
---|---|
SL_WISUN_FRAME_TYPE_PAS | |
SL_WISUN_FRAME_TYPE_PA | |
SL_WISUN_FRAME_TYPE_PCS | |
SL_WISUN_FRAME_TYPE_PC | |
SL_WISUN_FRAME_TYPE_DIS | |
SL_WISUN_FRAME_TYPE_DIO |
940
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
sl_wisun_channel_mask_type_t#
sl_wisun_channel_mask_type_t
Enumeration for channel mask types.
Enumerator | |
---|---|
SL_WISUN_CHANNEL_MASK_TYPE_REGIONAL | Regional excluded channel mask (not advertised) |
SL_WISUN_CHANNEL_MASK_TYPE_ADVERTISED_UNICAST | Excluded channel mask advertised in us-ie. |
SL_WISUN_CHANNEL_MASK_TYPE_ADVERTISED_BROADCAST | Excluded channel mask advertised in bs-ie. |
SL_WISUN_CHANNEL_MASK_TYPE_EFFECTIVE_ASYNC | Excluded channel mask applied to async frames. |
SL_WISUN_CHANNEL_MASK_TYPE_EFFECTIVE_UNICAST | Excluded channel mask applied to unicast frequency hopping. |
SL_WISUN_CHANNEL_MASK_TYPE_EFFECTIVE_BROADCAST | Excluded channel mask applied to broadcast frequency hopping. |
1007
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
Typedef Documentation#
sl_wisun_ip_address_t#
typedef in6_addr_t sl_wisun_ip_address_t
685
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
Variable Documentation#
sl_wisun_broadcast_mac#
const sl_wisun_mac_address_t sl_wisun_broadcast_mac
Broadcast MAC address.
928
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
Macro Definition Documentation#
SL_WISUN_NETWORK_NAME_SIZE#
#define SL_WISUN_NETWORK_NAME_SIZEValue:
32
Maximum size of the Wi-SUN network name.
45
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_MAC_ADDRESS_SIZE#
#define SL_WISUN_MAC_ADDRESS_SIZEValue:
8
Size of a MAC address.
47
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_CHANNEL_MASK_SIZE#
#define SL_WISUN_CHANNEL_MASK_SIZEValue:
32
Size of a channel mask.
49
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_FILTER_BITFIELD_SIZE#
#define SL_WISUN_FILTER_BITFIELD_SIZEValue:
((SL_WISUN_TRACE_GROUP_COUNT + 7) / 8)
Size of the filter bitfield.
51
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_ADVERT_FRAGMENT_DISABLE#
#define SL_WISUN_ADVERT_FRAGMENT_DISABLEValue:
UINT32_MAX
Maximum fragment duration. Disables advert fragmentation.
53
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_MAX_PHY_MODE_ID_COUNT#
#define SL_WISUN_MAX_PHY_MODE_ID_COUNTValue:
15
Maximum number of PhyModeId allowed in POM-IE.
55
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_CHANNEL_SPACING_100HZ#
#define SL_WISUN_CHANNEL_SPACING_100HZValue:
SL_WISUN_CHANNEL_SPACING_100KHZ
Channel spacing 100 kHz for backward compatibility.
238
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_CHANNEL_SPACING_200HZ#
#define SL_WISUN_CHANNEL_SPACING_200HZValue:
SL_WISUN_CHANNEL_SPACING_200KHZ
Channel spacing 200 kHz for backward compatibility.
241
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_CHANNEL_SPACING_400HZ#
#define SL_WISUN_CHANNEL_SPACING_400HZValue:
SL_WISUN_CHANNEL_SPACING_400KHZ
Channel spacing 400 kHz for backward compatibility.
244
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_CHANNEL_SPACING_600HZ#
#define SL_WISUN_CHANNEL_SPACING_600HZValue:
SL_WISUN_CHANNEL_SPACING_600KHZ
Channel spacing 600 kHz for backward compatibility.
247
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_TRACE_THREAD_WISUN#
#define SL_WISUN_TRACE_THREAD_WISUNValue:
"WS"
Thread identifier "Wi-SUN Task".
859
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_TRACE_THREAD_EVENT_TASK#
#define SL_WISUN_TRACE_THREAD_EVENT_TASKValue:
"EVT"
Thread identifier "Wi-SUN Event Task".
861
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_TRACE_THREAD_EVENT_LOOP#
#define SL_WISUN_TRACE_THREAD_EVENT_LOOPValue:
"EVL"
Thread identifier "Wi-SUN Event Loop Task".
863
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h
SL_WISUN_TRACE_THREAD_MAC#
#define SL_WISUN_TRACE_THREAD_MACValue:
"MAC"
Thread identifier "Wi-SUN RF Task".
865
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/protocol/wisun/stack/inc/sl_wisun_types.h