wpa_gui-qt4: Add a new window for showing peer information
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 8 Sep 2009 13:28:41 +0000 (16:28 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 8 Sep 2009 13:28:41 +0000 (16:28 +0300)
commitf05c7194cd2a3541166bc67c6e5fca303d07885c
treea6a0529a207252b1ad63ce798b217dbdcf6318e9
parente653b622758d920ddb7589afb3cd8b38281fe403
wpa_gui-qt4: Add a new window for showing peer information

This provides some initial functionality for showing peer information,
i.e., showing information about other devices that has been discovered.
Currently, information is only available in the AP mode (list of
associated stations), but this is expected to increase in the future
(e.g., show the current AP in station mode, other stations in IBSS,
etc.). Furthermore, there will be actions available for doing things
like providing a WPS PIN for a station.
wpa_supplicant/wpa_gui-qt4/peers.cpp [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/peers.h [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/peers.ui [new file with mode: 0644]
wpa_supplicant/wpa_gui-qt4/wpa_gui.pro
wpa_supplicant/wpa_gui-qt4/wpagui.cpp
wpa_supplicant/wpa_gui-qt4/wpagui.h
wpa_supplicant/wpa_gui-qt4/wpagui.ui