#include <wpan.h>
Data Fields | |
uns8 | dest_address_type |
uns8 | dest_ea [8] |
uns16 | dest_pan_id |
uns16 | dest_sa |
uns8 | source_address_type |
uns8 | source_ea [8] |
uns16 | source_pan_id |
uns16 | source_sa |
Definition at line 84 of file wpan.h.
Definition at line 90 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().
uns8 wpan_address::dest_ea[8] |
Definition at line 93 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().
Definition at line 91 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().
uns16 wpan_address::dest_sa |
Definition at line 92 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().
Definition at line 85 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().
uns8 wpan_address::source_ea[8] |
Definition at line 88 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().
Definition at line 86 of file wpan.h.
Referenced by wpan_data_received_callback(), wpan_handle_receive(), and wpan_print_address().
uns16 wpan_address::source_sa |
Definition at line 87 of file wpan.h.
Referenced by wpan_handle_receive(), and wpan_print_address().