hostapd: Skip hostapd ACL check for drivers supporting ACL offload
authorSunil Dutt <usdutt@qti.qualcomm.com>
Thu, 14 Jan 2016 12:55:57 +0000 (18:25 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 17 Jun 2016 17:45:35 +0000 (20:45 +0300)
commitbb4e19e3f4c9d1973279b3b768bc0539ee7cb962
tree8115b91ac8739bf5a4800cebfbeec2296377ade4
parent20c7d26f80b42554cf1eac636b336495084b86cf
hostapd: Skip hostapd ACL check for drivers supporting ACL offload

Commit 0603bcb7fe8babf183362518238c142afe8e2036 ('hostapd: Process MAC
ACLs on a station association event (SME in driver)') processes MAC ACL
on a station association event for drivers which use AP SME offload but
does not consider the scenario where the drivers offload ACL. This can
result in station disconnection, though the driver accepts the
connection. Address this by avoiding the hostapd ACL check for the
drivers offloading MAC ACL.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/drv_callbacks.c