]> git.ipfire.org Git - thirdparty/linux.git/commit - include/net/cfg80211.h
cfg80211: IBSS: Add support for static WEP in driver for IBSS
authorTova Mussai <tova.mussai@intel.com>
Sun, 29 Oct 2017 09:51:11 +0000 (11:51 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Dec 2017 11:19:21 +0000 (12:19 +0100)
commit9ae3b172e886c851d8cd6a88569025160b485e95
tree70c4bccd947b580e041ee115835647d6c64b5240
parentc7976f5272486e4ff406014c4b43e2fa3b70b052
cfg80211: IBSS: Add support for static WEP in driver for IBSS

Add support for drivers that implement static WEP internally for IBSS.
Add the WEP keys to the IBSS params struct, that will allow the driver
to use the keys in the join flow, and not only after the connection.

Signed-off-by: Tova Mussai <tova.mussai@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/ibss.c