commit | 38ba3c57af1c737966fb58bcbeecdc71f5f4fa90 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Wed Sep 21 18:14:56 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 27 14:29:54 2011 -0400 |
tree | 5c2539d3c2cf8e2d0728917ecc4227efcb5774b9 | |
parent | 6d30240e3d68f1da7303801f840132d0821f1767 [diff] |
cfg80211: Validate cipher suite against supported ciphers Instead of using a hardcoded list of cipher suites in nl80211.c, use a shared function in util.c to verify that the driver advertises support for the specified cipher. This provides more accurate validation of the values and allows vendor-specific cipher suites to be added in drivers. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>