]> git.ipfire.org Git - thirdparty/hostap.git/commit
robust_av: Use wpa_bss_ext_capab() helper
authorJohannes Berg <johannes.berg@intel.com>
Tue, 19 Jan 2021 19:07:36 +0000 (20:07 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 6 Feb 2021 10:09:30 +0000 (12:09 +0200)
commit2cadb60abd8f1c11d181b170ee3a451c14799706
treeded8f7a9a7d8c2a9d51bee1f96796b7a451408ef
parent32cb91549e40152c91e5be33020d4b814a451457
robust_av: Use wpa_bss_ext_capab() helper

Use the helper instead of open-coding the check. Since the
helper doesn't handle a NULL BSS, keep that extra check.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
wpa_supplicant/robust_av.c