]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
wpa: Add wpa_cli action file event
authorCy Schubert <cy@FreeBSD.org>
Thu, 12 Aug 2021 13:38:21 +0000 (06:38 -0700)
committerCy Schubert <cy@FreeBSD.org>
Mon, 13 Sep 2021 21:12:02 +0000 (14:12 -0700)
commitfa6a598d732a024dc5d8005c6e4985b53f491dad
treedaca7fc328286006a8d0be90bbdbea89e5b6751f
parentced9055c04eaf50c87ed9f0d382fe30d618df87b
wpa: Add wpa_cli action file event

Yang Zhong at FreeBSD Foundation is working on a wireless network
configuratior for an experimental FreeBSD installer. The new installer
requires an event to detect when connecting to a network fails due to a
bad password. When this happens a WPA-EVENT-TEMP-DISABLED event is
triggered. This patch passes the event to an action file provided by
the new experimental installer.

Submitted by: Yang Zhong <yzhong () freebsdfoundation.org>
Reviewed by: assumed to be reviewed by emaste (and cy)

(cherry picked from commit ce92f5a91b161c85e0a7e37cc754e3c28074281a)
contrib/wpa/wpa_supplicant/wpa_cli.c