]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSS: Use wrapper function for getting a pointer to the IE buffer
authorJouni Malinen <jouni@codeaurora.org>
Mon, 16 Nov 2020 14:21:56 +0000 (16:21 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 16 Nov 2020 14:21:56 +0000 (16:21 +0200)
commitbe7ee264f65498f616a87e1b439ae0190de0dda3
treee382cc3fd0cd820cf43d44a0839a869bcaa493ee
parent95edd81441bf80b1560ff04d3506d3490d9c1429
BSS: Use wrapper function for getting a pointer to the IE buffer

This makes it easier to change the internal struct wpa_bss design for
storing the variable length IE buffers.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/bss.c
wpa_supplicant/bss.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/op_classes.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/rrm.c
wpa_supplicant/wpa_supplicant.c