]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add stop AP mode event API
authorSameer Thalappil <sameert@qca.qualcomm.com>
Tue, 6 Aug 2013 20:28:40 +0000 (23:28 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 6 Aug 2013 20:28:40 +0000 (23:28 +0300)
commit7239ea7f0188474a88dedbf78177232fcf727977
treebdf2c9c7b55f4be9ce394f22c24b3b5dbaaca3b2
parentc2db79f2376c61c21918162fb2222a66c029fa48
nl80211: Add stop AP mode event API

Stop AP command can be used by the driver as an event to indicate that
AP mode has stopped operation. WLAN driver may have encountered errors
that has forced the driver to report this event or concurrent operations
on virtual interfaces may have forced AP operation to be stopped. When
in P2P GO mode, wpa_supplicant uses this event to remove P2P group to
keep in sync with the driver state.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c