]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Split check_assoc_ies()
authorIlan Peer <ilan.peer@intel.com>
Wed, 15 Feb 2023 23:08:30 +0000 (01:08 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Mar 2023 21:46:18 +0000 (23:46 +0200)
commitcab963e9f887b54da48db56bde8005974c9a830e
tree82b2906d9e9a35cb22b1ae8eafec7063bb387cc8
parent7a7a2256c0eab653c521bd7eed26198a9727db45
AP: Split check_assoc_ies()

As a preparation for processing an association request with
ML element, split the function such that the elements checking
would be separate from parsing.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/ieee802_11.c