Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 44) sorted by relevance

12

/hostap-latest/tests/hwsim/
Dtest_wpas_config.py167 os.remove(config)
282 os.remove(config)
316 os.remove(config)
345 os.remove(config)
349 os.remove(config + ".tmp")
361 os.remove(config)
395 os.remove(config)
399 os.remove(config + ".tmp")
411 os.remove(config)
440 os.remove(config)
[all …]
Dtest_bgscan.py185 os.remove("/tmp/test_bgscan_learn.bgscan")
273 os.remove("/tmp/test_bgscan_learn.bgscan")
Dtest_ap_hs20.py2453 hapd_global.remove(apdev[0]['ifname'])
3126 os.remove(dir + "/" + f)
3167 os.remove(dir + "/" + f)
3258 os.remove(dir + "/" + f)
3274 os.remove(dir + "/" + f)
3296 os.remove(dir + "/" + f)
3312 os.remove(dir + "/" + f)
3336 os.remove(dir + "/" + f)
3375 os.remove(dir + "/" + f)
3404 os.remove(dir + "/" + f)
[all …]
Dtest_he_mbssid.py27 hglobal.remove(apdev[0]['ifname'])
118 os.remove(fname);
Dtest_ap_dynamic.py401 hapd.remove(ifname2)
403 os.remove('/tmp/hwsim-bss.conf')
423 os.remove(fname)
Dtest_fst_config.py148 self.cfgs_to_run.remove(cfg)
155 os.remove(config_file)
Dtest_rfkill.py214 hglobal.remove(apdev[0]['ifname'])
Dtest_fst_module.py762 hostapd.HostapdGlobal().remove(iface)
849 hostapd.HostapdGlobal().remove(iface)
879 hostapd.HostapdGlobal().remove(iface)
910 hostapd.HostapdGlobal().remove(iface)
941 hostapd.HostapdGlobal().remove(iface)
974 hostapd.HostapdGlobal().remove(iface)
1024 hostapd.HostapdGlobal().remove(iface)
Dhostapd.py109 def remove(self, ifname): member in HostapdGlobal
653 hapd_global.remove(ifname)
767 hapd_global.remove(ifname)
Dtest_multi_ap.py117 hglobal.remove(ifname)
Drun-tests.py75 hapd.remove(iface)
76 hapd.remove('as-erp')
Dtest_pmksa_cache.py895 hapd.remove(apdev[0]['ifname'])
930 hapd.remove(apdev[0]['ifname'])
Dtest_ap_wps.py628 os.remove(ap_settings)
653 os.remove(ap_settings)
2283 os.remove(pskfile)
2340 os.remove(pskfile)
2359 os.remove(pskfile)
2440 os.remove(pskfile)
2451 os.remove(pskfile)
2495 os.remove(pskfile)
2502 os.remove(pinfile)
2536 os.remove(pinfile)
[all …]
/hostap-latest/tests/remote/
Dhwsim_wrapper.py88 monitor.remove(ref_host)
90 monitor.remove(dut_host)
113 monitor.remove(ref_host)
115 monitor.remove(dut_host)
Dtest_example.py82 monitor.remove(sta)
83 monitor.remove(ap)
128 monitor.remove(sta)
135 monitor.remove(ap)
Dmonitor.py145 def remove(host): function
149 host.monitors.remove(monitor)
/hostap-latest/wpa_supplicant/
Dtodo.txt8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from
25 - ctrl_iface: get/remove blob
DREADME775 remove_network <network id> = remove a network
838 # remove network configuration, if needed
884 wpa_supplicant process) control interface is used to add and remove
1124 - Control interface event message format to remove a particular policy,
1127 <3>CTRL-EVENT-DSCP-POLICY remove <policy_id>
DChangeLog9 - remove incorrect EAP Session-Id length constraint
92 * added a build option to remove TKIP support (CONFIG_NO_TKIP=y)
308 - remove GTKdata and IGTKdata from Mesh Peering Confirm/Close
717 * remove WPS 1.0 only support, i.e., WSC 2.0 support is now enabled
764 (including persistent groups); this can be used to securely remove
792 * remove duplicate networks if WPS provisioning is run multiple times
793 * remove duplicate networks when Interworking network selection uses the
1028 - remove MD5 from CONFIG_FIPS=y builds
1077 remove active PBC indication from Probe Request frames properly
1142 used to clear the bssid_set flag in a network block, i.e., to remove
[all …]
/hostap-latest/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts322 <source>This will permanently remove the network
324 to remove this network?</source>
341 <source>Failed to remove network from wpa_supplicant
1076 <source>There are no networks to remove.
1083 <source>Select a network from the list to remove it.
/hostap-latest/hostapd/
Dhlr_auc_gw.txt74 updated dynamically while hlr_auc_gw is running to add/remove/modify
DChangeLog76 * added a build option to remove TKIP support (CONFIG_NO_TKIP=y)
460 * remove WPS 1.0 only support, i.e., WSC 2.0 support is now enabled
498 of a radio to be removed individually without having to add/remove all
600 remove active PBC indication from Probe Request frames properly
751 * remove obsolete Prism54.org driver wrapper
786 * added number of code size optimizations to remove unnecessary
1328 * fixed interim accounting to remove any pending accounting messages
1340 that the previously registered inactivity timer will not remove the
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWpaCredActivity.java216 mListAdapter.remove(cred); in onContextItemSelected()
/hostap-latest/tests/hwsim/vm/
Dparallel-vm.py505 tests.remove(l)
607 double_failed.remove(test)
/hostap-latest/src/ap/
Dhostapd.c3109 bool forced_remove, remove; in hostapd_cleanup_unused_mlds() local
3121 remove = false; in hostapd_cleanup_unused_mlds()
3125 remove = true; in hostapd_cleanup_unused_mlds()
3132 if (!remove && !interfaces->count) in hostapd_cleanup_unused_mlds()
3135 if (!remove && !forced_remove) in hostapd_cleanup_unused_mlds()

12