nl80211: Check whether the driver support separate auth/assoc commands
authorZhu Yi <yi.zhu@intel.com>
Thu, 3 Sep 2009 17:36:09 +0000 (20:36 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 3 Sep 2009 17:36:09 +0000 (20:36 +0300)
commit93d114007786e5ce24609d43396b6acc4947ce30
treee52328066e512eb793786d88f4fe4d91ff4fe757
parent8d6ca17813aacab35d947c5940f0fcad5a9cee57
nl80211: Check whether the driver support separate auth/assoc commands

This is an initial step in adding support for the new connect command.
For now, we just add the capability query. The actual use of the new
command will be added separately.
src/drivers/driver_nl80211.c