aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-18 08:24:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-18 08:24:23 +0000
commit38345a3bf8f5709ab91a2c5a50c53186b3d0909a (patch)
tree89ce853be50d982b19fb2de7e3264c1b740052c8 /src/transport/plugin_transport_wlan.c
parent36aef39ad6386701b3ffbb3b26e892058acb2450 (diff)
downloadgnunet-38345a3bf8f5709ab91a2c5a50c53186b3d0909a.tar.gz
gnunet-38345a3bf8f5709ab91a2c5a50c53186b3d0909a.zip
doxygen
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 43d367ac5..0957676f2 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -721,6 +721,7 @@ session_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
721 * 721 *
722 * @param endpoint pointer to the mac endpoint of the peer 722 * @param endpoint pointer to the mac endpoint of the peer
723 * @param peer peer identity to use for this session 723 * @param peer peer identity to use for this session
724 * @param inbound inbound session?
724 * @return returns the session or NULL 725 * @return returns the session or NULL
725 */ 726 */
726static struct Session * 727static struct Session *
@@ -745,6 +746,7 @@ lookup_session (struct MacEndpoint *endpoint,
745 * 746 *
746 * @param endpoint pointer to the mac endpoint of the peer 747 * @param endpoint pointer to the mac endpoint of the peer
747 * @param peer peer identity to use for this session 748 * @param peer peer identity to use for this session
749 * @param inbound inbound session?
748 * @return returns the session or NULL 750 * @return returns the session or NULL
749 */ 751 */
750static struct Session * 752static struct Session *
@@ -781,6 +783,7 @@ create_session (struct MacEndpoint *endpoint,
781 * 783 *
782 * @param endpoint pointer to the mac endpoint of the peer 784 * @param endpoint pointer to the mac endpoint of the peer
783 * @param peer peer identity to use for this session 785 * @param peer peer identity to use for this session
786 * @param inbound inbound session?
784 * @return returns the session 787 * @return returns the session
785 */ 788 */
786static struct Session * 789static struct Session *