]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Pass only IE area to handle_auth_fils()
authorJeffin Mammen <jmammen@qti.qualcomm.com>
Sun, 23 Apr 2017 15:24:38 +0000 (18:24 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Apr 2017 15:24:38 +0000 (18:24 +0300)
commitb8a3453aca24b99a1508daa20e97941aac45ba59
treeac8aee989dea30d44b9903938eb1373e1a9847eb
parent9392859d7b73d26320b657f2f4b0da5e0455e81c
FILS: Pass only IE area to handle_auth_fils()

This function does not need the frame header, so pass in only the IE
area to make it easier to share this for driver-based AP SME handling.

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