diff options
author | Jeffin Mammen <jmammen@qti.qualcomm.com> | 2017-07-06 10:57:54 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-07-06 12:24:42 (GMT) |
commit | 8b5ddda5fba0dc9838f05d856cb5f831dbd7a1ea (patch) | |
tree | 39d252ebd95a5470ec9fe1d75766a72c412371a4 /src/ap/hostapd.h | |
parent | 31ec556cefb7b7ebf227fbb7c5f5750006cbe03a (diff) | |
download | hostap-8b5ddda5fba0dc9838f05d856cb5f831dbd7a1ea.zip hostap-8b5ddda5fba0dc9838f05d856cb5f831dbd7a1ea.tar.gz hostap-8b5ddda5fba0dc9838f05d856cb5f831dbd7a1ea.tar.bz2 |
FILS: Add HLP support with driver-based AP SME
This allows HLP processing to postpone association processing in
hostapd_notify_assoc().
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src/ap/hostapd.h')
-rw-r--r-- | src/ap/hostapd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index 2afeee2..8580d80 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -552,6 +552,8 @@ int hostapd_register_probereq_cb(struct hostapd_data *hapd, void hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr); /* drv_callbacks.c (TODO: move to somewhere else?) */ +void hostapd_notify_assoc_fils_finish(struct hostapd_data *hapd, + struct sta_info *sta); int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *ie, size_t ielen, int reassoc); void hostapd_notif_disassoc(struct hostapd_data *hapd, const u8 *addr); |