summaryrefslogtreecommitdiff
path: root/cesar/bsu/bsu.h
diff options
context:
space:
mode:
authorlaranjeiro2010-05-17 10:57:17 +0000
committerlaranjeiro2010-05-17 10:57:17 +0000
commit2e201988c004cd336bbb528fd23fd3d671b86552 (patch)
tree428cf2fc2ef9981196a57f0b841742480f63e7e5 /cesar/bsu/bsu.h
parent23909e2782fbc74de857a34dd3c2fa2f8f1cc41f (diff)
cesar/{bsu, cp/{beacon, sta/action}}: order the bsu to track the avln
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7093 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/bsu/bsu.h')
-rw-r--r--cesar/bsu/bsu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/bsu/bsu.h b/cesar/bsu/bsu.h
index c2a7d65c56..a9d4068d08 100644
--- a/cesar/bsu/bsu.h
+++ b/cesar/bsu/bsu.h
@@ -117,9 +117,11 @@ bsu_update (bsu_beacon_t *beacon, bsu_update_sta_type_t sta);
* \param nid the NID to track.
* \param snid the SNID to track.
* \param tei the TEI to track.
+ * \param hm the current network mode of the AVLN.
*/
void
-bsu_track_avln (u64 nid, u16 snid, u8 tei);
+bsu_track_avln (u64 nid, u16 snid, u8 tei, mac_coexistence_mode_t hm);
+
/**
* BSU power function