Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

asynch_request_s Struct Reference

asynch_request_s Struct Reference

asynch_request_t Asynch message request parameters More...

#include <ws_llc.h>

Data Fields

unsigned message_type: 3
 Asynch message type: WS_FT_PAN_ADVERT, WS_FT_PAN_ADVERT_SOL, WS_FT_PAN_CONF or WS_FT_PAN_CONF_SOL.
wh_ie_sub_list_t wh_requested_ie_list
 WH-IE header list to message.
wp_nested_ie_sub_list_t wp_requested_nested_ie_list
 WP-IE Nested IE list to message.
struct mlme_security_s security
 Request MAC security paramaters.
struct channel_list_s channel_list
 Channel List.

Detailed Description

asynch_request_t Asynch message request parameters

Definition at line 64 of file ws_llc.h.


Field Documentation

Channel List.

Definition at line 69 of file ws_llc.h.

unsigned message_type

Asynch message type: WS_FT_PAN_ADVERT, WS_FT_PAN_ADVERT_SOL, WS_FT_PAN_CONF or WS_FT_PAN_CONF_SOL.

Definition at line 65 of file ws_llc.h.

Request MAC security paramaters.

Definition at line 68 of file ws_llc.h.

WH-IE header list to message.

Definition at line 66 of file ws_llc.h.

WP-IE Nested IE list to message.

Definition at line 67 of file ws_llc.h.