mac80211: notify the driver about association status
This can allow the driver to take action based on the success / failure of the association. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:

committed by
Johannes Berg

parent
a9409093d2
commit
d0d1a12f9c
@@ -331,9 +331,11 @@ struct ieee80211_rssi_event {
|
||||
/**
|
||||
* enum ieee80211_mlme_event_data - relevant when event type is %MLME_EVENT
|
||||
* @AUTH_EVENT: the MLME operation is authentication
|
||||
* @ASSOC_EVENT: the MLME operation is association
|
||||
*/
|
||||
enum ieee80211_mlme_event_data {
|
||||
AUTH_EVENT,
|
||||
ASSOC_EVENT,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user