nl80211: Propagate Probe Response offload capabilities from kernel
authorArik Nemtsov <arik@wizery.com>
Sat, 10 Dec 2011 14:50:00 +0000 (16:50 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Dec 2011 19:11:32 +0000 (21:11 +0200)
commit562c9d976e267b6f1df10ec4cdd9bac85d4c35fc
tree062d00225cbad6d7e8d25b1619271d40bf97454d
parentafcc9ea1a6f1c6dcbb5912bb5740870925c92ee6
nl80211: Propagate Probe Response offload capabilities from kernel

Translate nl80211 flags to wpa_supplicant flags for Probe Response
offload support. The existence of the nl80211 PROBE_RESP_OFFLOAD_SUPPORT
attribute means Probe Response offload is supported. The value of the
attribute is a bitmap of supported protocols.

Signed-hostap: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c