summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/inc')
-rw-r--r--cesar/bsu/inc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 2e6992d1c5..7a4fe11b0d 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -98,6 +98,8 @@ struct bsu_t
u32 beacon_nb_recv[BSU_BEACON_TYPE_NB];
/** NEK switch. */
uint nek_switch;
+ /** Station's discover info updated by CP. */
+ bsu_beacon_bmi_discover_info_t discover_info;
#if CONFIG_TRACE
/** Trace system. */
trace_buffer_t trace;