]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Add MFP information for NL80211_CMD_CONNECT
authorJouni Malinen <jouni@qca.qualcomm.com>
Sat, 12 Jan 2013 07:54:54 +0000 (09:54 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:54 +0000 (17:51 +0200)
commit8b706a99b82d3189475d53c40e72b99f9e678ad4
treeb1ab2ee237c3a876e0426c2cda6535a370ff99a3
parent624b4d5a6469c92b039e0d39655b9e0eb26588aa
nl80211: Add MFP information for NL80211_CMD_CONNECT

This was previously included only with NL80211_CMD_ASSOCIATE, but the
information is as useful (if not even more useful) for
NL80211_CMD_CONNECT. It should be noted that cfg80211 does not yet use
this attribute with NL80211_CMD_CONNECT, but that can be added easily.

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