]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Add BSS CURRENT control interface command
authorJoel Cunningham <joel.cunningham@me.com>
Mon, 19 Dec 2016 20:22:53 +0000 (14:22 -0600)
committerJouni Malinen <j@w1.fi>
Wed, 21 Dec 2016 10:42:20 +0000 (12:42 +0200)
commit9187b13adb899dac1e8ab062844a84480dfc3bcc
treeb40736c4150bf17320a298bcd8dcf4dbe94d3ed7
parent969e5250914e627ffb704966f93d2e7cc986ea20
wpa_supplicant: Add BSS CURRENT control interface command

This commit extends the BSS commands to include "BSS CURRENT" as a way
to get the current BSS without having to walk the BSS list matching
against BSSID+SSID returned from the STATUS command.

This returns the BSS stored in wpa_s->current_bss.

Signed-off-by: Joel Cunningham <joel.cunningham@me.com>
wpa_supplicant/ctrl_iface.c