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>
This commit is contained in:
Avraham Stern 2016-12-28 15:06:34 +02:00 committed by Jouni Malinen
parent d1c74f8c98
commit ec493469f6
4 changed files with 502 additions and 484 deletions

View file

@ -104,6 +104,7 @@ OBJS += ../src/utils/common.o
OBJS += ../src/utils/wpa_debug.o
OBJS += ../src/utils/wpabuf.o
OBJS += op_classes.o
OBJS += rrm.o
OBJS_p = wpa_passphrase.o
OBJS_p += ../src/utils/common.o
OBJS_p += ../src/utils/wpa_debug.o