]> git.ipfire.org Git - thirdparty/hostap.git/commit
driver: Add port authorized event
authorAvraham Stern <avraham.stern@intel.com>
Sun, 28 Jan 2018 12:45:35 +0000 (14:45 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 17 Feb 2018 16:39:41 +0000 (18:39 +0200)
commit0a20bd7d91525b431fff7013974850537f2d8f12
tree9944dbd4c7977ef2b06b5d83080bc423af79158c
parent05fc7c68f6a9a7149b45241cf63cbc0cae28bdf4
driver: Add port authorized event

Add an event that indicates that the 4 way handshake was completed by
the driver.

This event is useful for networks that require 802.1X authentication.
The driver can use this event that a new connection is already
authorized (e.g. when the driver used PMKSA caching) and 802.1X
authentication is not required.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
src/drivers/driver.h
src/drivers/driver_common.c