]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Split candidate list parsing into a separate function
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 29 Apr 2024 11:51:45 +0000 (13:51 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Aug 2024 09:53:07 +0000 (12:53 +0300)
commit4bbe004e06d71eae1db68d7e8386f0094afbafb2
tree1c2f748cd201f3cdc14f505abf2f305e27389f8f
parentb791d1f342b796f12ddfa06b508c4a8374c47aab
WNM: Split candidate list parsing into a separate function

ieee802_11_rx_bss_trans_mgmt_req() is already dealing with a lot of
things including the decisions on how to act on the frame. Split out
candidate list parsing to make it easier to work with the function.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/wnm_sta.c