Home
last modified time | relevance | path

Searched refs:add_iface (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp131 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 …]
Dwpagui.h172 AddInterface *add_iface; variable
/hostap-latest/tests/hwsim/
Dtest_ap_config.py106 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")
Dhostapd.py93 def add_iface(self, ifname, confname): member in HostapdGlobal
706 def add_iface(apdev, confname): function
719 hapd_global.add_iface(ifname, confname)
Dtest_ap_dynamic.py240 hapd = hostapd.add_iface(apdev[0], 'multi-bss.conf')
250 hapd = hostapd.add_iface(apdev[0], 'multi-bss.conf')
Dtest_ap_acs.py149 hapd = hostapd.add_iface(apdev[0], 'multi-bss-acs.conf')
Dtest_ap_vlan.py455 hapd = hostapd.add_iface(apdev[0], cfgfile)