Searched refs:add_iface (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 131 add_iface = NULL; in WpaGui() 215 if (add_iface) { in ~WpaGui() 216 add_iface->close(); in ~WpaGui() 217 delete add_iface; in ~WpaGui() 218 add_iface = NULL; in ~WpaGui() 1894 if (add_iface) { in addInterface() 1895 add_iface->close(); in addInterface() 1896 delete add_iface; in addInterface() 1898 add_iface = new AddInterface(this, this); in addInterface() 1899 add_iface->show(); in addInterface() [all …]
|
D | wpagui.h | 172 AddInterface *add_iface; variable
|
/hostap-latest/tests/hwsim/ |
D | test_ap_config.py | 106 hapd = hostapd.add_iface(apdev[0], "bss-1.conf") 121 hapd = hostapd.add_iface(apdev[0], "bss-1.conf") 315 hapd = hostapd.add_iface(apdev[0], "bss-1.conf")
|
D | hostapd.py | 93 def add_iface(self, ifname, confname): member in HostapdGlobal 706 def add_iface(apdev, confname): function 719 hapd_global.add_iface(ifname, confname)
|
D | test_ap_dynamic.py | 240 hapd = hostapd.add_iface(apdev[0], 'multi-bss.conf') 250 hapd = hostapd.add_iface(apdev[0], 'multi-bss.conf')
|
D | test_ap_acs.py | 149 hapd = hostapd.add_iface(apdev[0], 'multi-bss-acs.conf')
|
D | test_ap_vlan.py | 455 hapd = hostapd.add_iface(apdev[0], cfgfile)
|