![]() |
GNUnet
0.11.x
|
Information associated with a message. More...
Data Fields | |
struct GNUNET_ATS_Session * | session |
NULL if the identity of the other peer is not known. More... | |
struct MacEndpoint * | endpoint |
MAC address of the other peer, NULL if not known. More... | |
Information associated with a message.
Can contain the session or the MAC endpoint associated with the message (or both).
Definition at line 561 of file plugin_transport_wlan.c.
struct GNUNET_ATS_Session* MacAndSession::session |
NULL if the identity of the other peer is not known.
Definition at line 566 of file plugin_transport_wlan.c.
Referenced by handle_helper_message(), process_data(), and wlan_data_message_handler().
struct MacEndpoint* MacAndSession::endpoint |
MAC address of the other peer, NULL if not known.
Definition at line 571 of file plugin_transport_wlan.c.
Referenced by handle_helper_message(), process_data(), and wlan_data_message_handler().