cfg80211/mac80211: userspace peer authorization in IBSS
If the IBSS network is RSN-protected, let userspace authorize the stations instead of adding them as AUTHORIZED by default. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
3eda95de19
commit
267335d63b
@@ -478,6 +478,8 @@ struct ieee80211_if_ibss {
|
||||
bool fixed_channel;
|
||||
bool privacy;
|
||||
|
||||
bool control_port;
|
||||
|
||||
u8 bssid[ETH_ALEN];
|
||||
u8 ssid[IEEE80211_MAX_SSID_LEN];
|
||||
u8 ssid_len, ie_len;
|
||||
|
Reference in New Issue
Block a user