Home
last modified time | relevance | path

Searched refs:removeNetwork (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.h38 virtual void removeNetwork();
Dwpagui.h58 virtual void removeNetwork(const QString &sel);
Dwpagui.cpp1201 void WpaGui::removeNetwork(const QString &sel) in removeNetwork() function in WpaGui
1229 removeNetwork(sel); in removeSelectedNetwork()
1242 removeNetwork(sel); in removeListedNetwork()
1263 removeNetwork(sel); in removeAllNetworks()
Dnetworkconfig.cpp42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig()
790 void NetworkConfig::removeNetwork() in removeNetwork() function in NetworkConfig