cfg80211: Add nl80211 event for deletion of a station entry
Indicate an NL80211_CMD_DEL_STATION event when a station entry in mac80211 is deleted to match with the NL80211_CMD_NEW_STATION event that is used when the entry was added. This is needed, e.g., to allow user space to remove a peer from RSN IBSS Authenticator state machine to avoid re-authentication and re-keying delays when the peer is not reachable anymore. Signed-off-by:Jouni Malinen <jouni.malinen@atheros.com> Reviewed-by:
Johannes Berg <johannes@sipsolutions.net> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Showing
- include/net/cfg80211.h 9 additions, 0 deletionsinclude/net/cfg80211.h
- net/mac80211/sta_info.c 2 additions, 0 deletionsnet/mac80211/sta_info.c
- net/wireless/mlme.c 9 additions, 0 deletionsnet/wireless/mlme.c
- net/wireless/nl80211.c 34 additions, 0 deletionsnet/wireless/nl80211.c
- net/wireless/nl80211.h 3 additions, 0 deletionsnet/wireless/nl80211.h
Loading
Please register or sign in to comment