|
@@ -1491,6 +1491,7 @@ struct ieee80211_sta_rates {
|
|
* @tdls: indicates whether the STA is a TDLS peer
|
|
* @tdls: indicates whether the STA is a TDLS peer
|
|
* @tdls_initiator: indicates the STA is an initiator of the TDLS link. Only
|
|
* @tdls_initiator: indicates the STA is an initiator of the TDLS link. Only
|
|
* valid if the STA is a TDLS peer in the first place.
|
|
* valid if the STA is a TDLS peer in the first place.
|
|
|
|
+ * @mfp: indicates whether the STA uses management frame protection or not.
|
|
*/
|
|
*/
|
|
struct ieee80211_sta {
|
|
struct ieee80211_sta {
|
|
u32 supp_rates[IEEE80211_NUM_BANDS];
|
|
u32 supp_rates[IEEE80211_NUM_BANDS];
|
|
@@ -1507,6 +1508,7 @@ struct ieee80211_sta {
|
|
struct ieee80211_sta_rates __rcu *rates;
|
|
struct ieee80211_sta_rates __rcu *rates;
|
|
bool tdls;
|
|
bool tdls;
|
|
bool tdls_initiator;
|
|
bool tdls_initiator;
|
|
|
|
+ bool mfp;
|
|
|
|
|
|
/* must be last */
|
|
/* must be last */
|
|
u8 drv_priv[0] __aligned(sizeof(void *));
|
|
u8 drv_priv[0] __aligned(sizeof(void *));
|