]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver.h
nl80211: Add driver capability for GTK_NOT_USED
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Jan 2014 17:11:15 +0000 (19:11 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 25 Feb 2014 23:24:22 +0000 (01:24 +0200)
commitae6f9272588093726d5efae9bcc907ddbc460ab9
tree99a41c05e3163ae634c3fd1a936de37462b6b431
parent2c49d04cdb89b0d24e11a48520d434eca9202588
nl80211: Add driver capability for GTK_NOT_USED

Many drivers support operation without GTK configured, but most (if any)
today do not advertise this. Handle this by skipping GTK cipher suite
configuration if the driver did not advertise support in order to work
around cfg80211 validation steps.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c