]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ieee802_11.c
GAS server: Fix a regression in GAS server callback
authorJouni Malinen <j@w1.fi>
Sat, 16 Feb 2013 17:15:05 +0000 (19:15 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 16 Feb 2013 17:15:05 +0000 (19:15 +0200)
commit8dabf4bb4618b3073f6503f429ad28160e3c67dc
treeb9cfa003e96d5f93cafb74538771f73cf94f3ca4
parentbdaf17489a9e9214554d60eb3e3f58f51306a962
GAS server: Fix a regression in GAS server callback

Commit 2d9ffe1e855410839468a75cf6723ee339acdd7e broke GAS server
callback for receiving Public Action frames. The incorrect context
pointer was used in the public_action_cb2 case. Fix this to use the
correct context pointer.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c