Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

wh_ie_sub_list_s Struct Reference

wh_ie_sub_list_s Struct Reference

wh_ie_sub_list_t ws asynch header IE elemnt request list More...

#include <ws_llc.h>

Data Fields

bool utt_ie: 1
 Unicast Timing and Frame type information.
bool bt_ie: 1
 Broadcast timing information.
bool fc_ie: 1
 Flow Control for Extended Direct Frame Exchange.
bool rsl_ie: 1
 Received Signal Level information.
bool vh_ie: 1
 Vendor header information.
bool ea_ie: 1
 EAPOL autheticator EUI-64 header information.

Detailed Description

wh_ie_sub_list_t ws asynch header IE elemnt request list

Definition at line 39 of file ws_llc.h.


Field Documentation

bool bt_ie

Broadcast timing information.

Definition at line 41 of file ws_llc.h.

bool ea_ie

EAPOL autheticator EUI-64 header information.

Definition at line 45 of file ws_llc.h.

bool fc_ie

Flow Control for Extended Direct Frame Exchange.

Definition at line 42 of file ws_llc.h.

bool rsl_ie

Received Signal Level information.

Definition at line 43 of file ws_llc.h.

bool utt_ie

Unicast Timing and Frame type information.

Definition at line 40 of file ws_llc.h.

bool vh_ie

Vendor header information.

Definition at line 44 of file ws_llc.h.