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:
parent
d1c74f8c98
commit
ec493469f6
4 changed files with 502 additions and 484 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue