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.
This commit is contained in:
Jouni Malinen 2009-09-08 16:28:41 +03:00 committed by Jouni Malinen
parent e653b62275
commit f05c7194cd
7 changed files with 257 additions and 2 deletions

View file

@ -35,7 +35,8 @@ HEADERS += wpamsg.h \
scanresults.h \
userdatarequest.h \
networkconfig.h \
addinterface.h
addinterface.h \
peers.h
SOURCES += main.cpp \
wpagui.cpp \
@ -44,6 +45,7 @@ SOURCES += main.cpp \
userdatarequest.cpp \
networkconfig.cpp \
addinterface.cpp \
peers.cpp \
../../src/common/wpa_ctrl.c
RESOURCES += icons.qrc
@ -52,7 +54,8 @@ FORMS = wpagui.ui \
eventhistory.ui \
scanresults.ui \
userdatarequest.ui \
networkconfig.ui
networkconfig.ui \
peers.ui
unix {