]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver.h
driver: Move add_pmkid() and remove_pmkid() arguments into a struct
authorVidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Thu, 30 Mar 2017 13:57:15 +0000 (19:27 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 7 Apr 2017 14:03:35 +0000 (17:03 +0300)
commit6fbb54140be2710be43ddc9d257e094aa5e6d496
tree14c6b4b11fd62305b11bf00e826bb6562d510c67
parentad295f3b85756a188d4c18f98f59bfce1a28efeb
driver: Move add_pmkid() and remove_pmkid() arguments into a struct

This makes it easier to add more arguments to these wpa_driver_ops
functions.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
src/drivers/driver_wext.c
wpa_supplicant/driver_i.h
wpa_supplicant/wpas_glue.c