]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check whether to skip a BSS in RNR with a shared helper
authorJouni Malinen <quic_jouni@quicinc.com>
Sat, 20 Apr 2024 15:11:55 +0000 (18:11 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Apr 2024 15:31:11 +0000 (18:31 +0300)
commitb3ad54e460c1a2f2c893b501f14efa855b962335
tree1c2f9d8721d56e5560617e96e13fdaf1da94544e
parentde1bfda64ef7b4db89c2443f82c65692a384138c
Check whether to skip a BSS in RNR with a shared helper

The functions that determine the length of the RNR information and that
build the actual RNR need to use the same conditions for skipping BSSs.
Use a shared helper function for this to avoid having to maintain two
copies of the same implementation and the risking those getting out of
sync.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c