|
@@ -809,11 +809,13 @@ struct hdd_station_info {
|
|
|
/**
|
|
|
* struct hdd_ap_ctx - SAP/P2PGO specific information
|
|
|
* @hostapd_state: state control information
|
|
|
+ * @disable_intrabss_fwd: Prevent forwarding between stations
|
|
|
* @broadcast_sta_id: Station ID assigned after BSS starts
|
|
|
* @privacy: The privacy bits of configuration
|
|
|
*/
|
|
|
struct hdd_ap_ctx {
|
|
|
struct hdd_hostapd_state hostapd_state;
|
|
|
+ bool disable_intrabss_fwd;
|
|
|
uint8_t broadcast_sta_id;
|
|
|
uint8_t privacy;
|
|
|
|
|
@@ -823,7 +825,6 @@ struct hdd_ap_ctx {
|
|
|
|
|
|
struct semaphore semWpsPBCOverlapInd;
|
|
|
|
|
|
- bool apDisableIntraBssFwd;
|
|
|
|
|
|
qdf_mc_timer_t hdd_ap_inactivity_timer;
|
|
|
|