summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/mgr/inc
diff options
context:
space:
mode:
authorlaranjeiro2008-11-17 13:14:43 +0000
committerlaranjeiro2008-11-17 13:14:43 +0000
commit90cfadf338563ccac1f534c58334102cecb089fb (patch)
treece3551deaff5a62632284ed1eadd0654528c2024 /cesar/cp/sta/mgr/inc
parente2a931ab3a067e211c8a01c57b41c8c8bfc65b90 (diff)
cp/sta/mgr: added the mirror the the multi_unicast_receiver boolean value present in the station of the mac_store.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3467 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/sta/mgr/inc')
-rw-r--r--cesar/cp/sta/mgr/inc/sta.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cesar/cp/sta/mgr/inc/sta.h b/cesar/cp/sta/mgr/inc/sta.h
index 88505784f7..4d5399b577 100644
--- a/cesar/cp/sta/mgr/inc/sta.h
+++ b/cesar/cp/sta/mgr/inc/sta.h
@@ -55,6 +55,11 @@ struct cp_sta_private_t
* Pointer to its network.
*/
cp_net_t *net;
+
+ /**
+ * Association confirmed.
+ */
+ bool multi_unicast_receiver;
};
typedef struct cp_sta_private_t cp_sta_private_t;