nl80211: Send Probe Response template to the driver
authorArik Nemtsov <arik@wizery.com>
Sat, 10 Dec 2011 19:01:36 +0000 (21:01 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Dec 2011 19:11:32 +0000 (21:11 +0200)
commit5ed3354617fc252d16079c11203062c14049ac55
tree38e0d2f1ea5088e914d1676ad774e8f26264f8a1
parent5b99e21a141931389308979069cd9c5f6bebe8bb
nl80211: Send Probe Response template to the driver

Pass the raw Probe Response template to kernel via netlink using the
set_ap() driver callback. The data is sent as one of the Beacon
attributes.

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