On Sat, Aug 04, 2018 at 09:12:27PM +0200, Sebastian Benoit wrote: > Hi, > > with this diff, > > ifconfig <if> join > > will print the list of networks that are configured for autojoin. > > $ ifconfig iwm0 join > iwm0: flags=208843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,AUTOCONF6> mtu 1500 > lladdr a4:7f:da:a4:d7:c1 > index 1 priority 4 llprio 3 > groups: wlan egress > media: IEEE802.11 autoselect (HT-MCS12 mode 11n) > status: active > ieee80211: join fn0rd chan 6 bssid 62:62:b5:d3:56:a7 62% wpakey > wpaprotos wpa2 wpaakms psk wpaciphers ccmp wpagroupcipher ccmp > join: gesamtkunstwerk > fn0rd > Gaeste > WLAN > > > comments? oks?
Could we keep IEEE80211_CACHE_SIZE where it is, and add another constant (e.g. IEEE80211_JOIN_MAX) to ieee80211_ioctl.h instead? Both values are actually independent. The join list could be made larger than the node cache (which represents the list of currently visible APs).
