wpa_cli: Add completion functions for P2P peers and BSSes
Keep a local list of found P2P peers and BSS entries and use those to complete arguments for p2p_peer, p2p_connect, and bss commands.
This commit is contained in:
parent
6604da3cf0
commit
a624f20bcd
3 changed files with 238 additions and 0 deletions
|
@ -66,6 +66,7 @@ OBJS_p += ../src/utils/wpa_debug.o
|
|||
OBJS_p += ../src/utils/wpabuf.o
|
||||
OBJS_c = wpa_cli.o ../src/common/wpa_ctrl.o
|
||||
OBJS_c += ../src/utils/wpa_debug.o
|
||||
OBJS_c += ../src/utils/common.o
|
||||
|
||||
ifndef CONFIG_OS
|
||||
ifdef CONFIG_NATIVE_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue