]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Move RRM implementation to a dedicated file
authorAvraham Stern <avraham.stern@intel.com>
Wed, 28 Dec 2016 13:06:34 +0000 (15:06 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 3 Jan 2017 13:18:29 +0000 (15:18 +0200)
commitec493469f6588f814972a531f65e0a3486cc49cc
treecaf76b1bc7a4dbb8e5d6e379a1981e60479824bc
parentd1c74f8c98d53ec4b62f769723282ec8c381e806
wpa_supplicant: Move RRM implementation to a dedicated file

As support for new RRM measurements will be added, the RRM
implementation will become quite large, so move it to a dedicated file.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/rrm.c [new file with mode: 0644]
wpa_supplicant/wpa_supplicant.c