From e212ed516dcbcf390807a2cbe413f18220ca8b50 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 11 Sep 2007 08:51:56 +0000 Subject: work in progress... git-svn-id: svn+ssh://pessac/svn/cesar/trunk@693 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cp/msg/src/msg_cm.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cp/msg/src/msg_cm.c') diff --git a/cp/msg/src/msg_cm.c b/cp/msg/src/msg_cm.c index 7e3aa303ad..3191b6fdb1 100644 --- a/cp/msg/src/msg_cm.c +++ b/cp/msg/src/msg_cm.c @@ -46,3 +46,16 @@ msg_cm_unassociated_sta_ind_send(interf_id_t interf_id, mac_adresse_t oda) STA_TRACE(" send cm_unassociated_sta\n"); msg_send(msg, sizeof(unassociated_sta_t) + MSG_MME_HEADER_SIZE, interf_id); } + +void +msg_cm_unassociated_sta_ind_rcv(msg_mme_t *msg) +// 11.5.1 +{ + unassociated_sta_t *unassociated_sta; + + dbg_assert ( !msg_check_wrong_mme_const_values (msg)); + + unassociated_sta = (unassociated_sta_t *) & msg->mm_entry; + // TODO add the station which send the message to the discovered STA list... + //printf("hello world !\n"); +} -- cgit v1.2.3