You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Ben Greear ee48f48ba1 hostapd: Support showing neighbor list through hostapd_cli
This lets one know the current neighbor list, and could be used
to populate the neighbor list of other hostapd processes.

For instance:

$ hostapd_cli -i vap0001 show_neighbor
04:f0:21:1e:ae:b0 ssid=04f0211eaeb0af190000802809 nr=04f0211eaeb0af1900008028090603022a00
$ hostapd_cli -i vap0000 set_neighbor 04:f0:21:1e:ae:b0 ssid=04f0211eaeb0af190000802809 nr=04f0211eaeb0af1900008028090603022a00
OK
$ hostapd_cli -i vap0000 show_neighbor
04:f0:21:1e:ae:b0 ssid=04f0211eaeb0af190000802809 nr=04f0211eaeb0af1900008028090603022a00
04:f0:21:c3:b2:b0 ssid=04f021c3b2b0af190000802809 nr=04f021c3b2b0af1900008028090603022a00

Signed-off-by: Ben Greear <greearb@candelatech.com>
5 years ago
..
ap hostapd: Support showing neighbor list through hostapd_cli 5 years ago
common Extract BSS coex 40 MHz check into a separate function 5 years ago
crypto OpenSSL: Extend key_block size determination to support GCM/CCM ciphers 5 years ago
drivers drivers: Support of dynamic VLAN requires Linux ioctls 5 years ago
eap_common EAP-TEAP: Add parsing and generation routines for Identity-Type TLV 5 years ago
eap_peer EAP-SIM peer: Do not accept SIM/Challenge without SIM/Start 5 years ago
eap_server Clean up base64_{encode,decode} pointer types 5 years ago
eapol_auth EAP server: Use struct eap_config to avoid duplicated definitions 5 years ago
eapol_supp Pass full struct to peer certificate callbacks 5 years ago
fst FST: Update FST about MAC address change 5 years ago
l2_packet l2_packet: Fix bridge workaround for repeater configuration 5 years ago
p2p P2P: Add support for EDMG channels 5 years ago
pae mka: Check OLPN for exhaustion on SAKuse decode 5 years ago
radius RADIUS server: Abort startup on allocation failures 5 years ago
rsn_supp FT: More debug prints for RSNE modification for EAPOL-Key msg 2/4 5 years ago
tls Clean up base64_{encode,decode} pointer types 5 years ago
utils Fix memory leak in case allocation of token fails during JSON parsing 5 years ago
wps WPS: Add prefixes to public event_* functions 5 years ago
Makefile FST: Add the Fast Session Transfer (FST) module 9 years ago
lib.rules tests: Fix CFLAGS passing for new fuzzing tools 5 years ago