Searched refs:remove (Results 1 – 25 of 44) sorted by relevance
12
/hostap-latest/tests/hwsim/ |
D | test_wpas_config.py | 167 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 …]
|
D | test_bgscan.py | 185 os.remove("/tmp/test_bgscan_learn.bgscan") 273 os.remove("/tmp/test_bgscan_learn.bgscan")
|
D | test_ap_hs20.py | 2453 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 …]
|
D | test_he_mbssid.py | 27 hglobal.remove(apdev[0]['ifname']) 118 os.remove(fname);
|
D | test_ap_dynamic.py | 401 hapd.remove(ifname2) 403 os.remove('/tmp/hwsim-bss.conf') 423 os.remove(fname)
|
D | test_fst_config.py | 148 self.cfgs_to_run.remove(cfg) 155 os.remove(config_file)
|
D | test_rfkill.py | 214 hglobal.remove(apdev[0]['ifname'])
|
D | test_fst_module.py | 762 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)
|
D | hostapd.py | 109 def remove(self, ifname): member in HostapdGlobal 653 hapd_global.remove(ifname) 767 hapd_global.remove(ifname)
|
D | test_multi_ap.py | 117 hglobal.remove(ifname)
|
D | run-tests.py | 75 hapd.remove(iface) 76 hapd.remove('as-erp')
|
D | test_pmksa_cache.py | 895 hapd.remove(apdev[0]['ifname']) 930 hapd.remove(apdev[0]['ifname'])
|
D | test_ap_wps.py | 628 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/ |
D | hwsim_wrapper.py | 88 monitor.remove(ref_host) 90 monitor.remove(dut_host) 113 monitor.remove(ref_host) 115 monitor.remove(dut_host)
|
D | test_example.py | 82 monitor.remove(sta) 83 monitor.remove(ap) 128 monitor.remove(sta) 135 monitor.remove(ap)
|
D | monitor.py | 145 def remove(host): function 149 host.monitors.remove(monitor)
|
/hostap-latest/wpa_supplicant/ |
D | todo.txt | 8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from 25 - ctrl_iface: get/remove blob
|
D | README | 775 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>
|
D | ChangeLog | 9 - 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/ |
D | wpa_gui_de.ts | 322 <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/ |
D | hlr_auc_gw.txt | 74 updated dynamically while hlr_auc_gw is running to add/remove/modify
|
D | ChangeLog | 76 * 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/ |
D | WpaCredActivity.java | 216 mListAdapter.remove(cred); in onContextItemSelected()
|
/hostap-latest/tests/hwsim/vm/ |
D | parallel-vm.py | 505 tests.remove(l) 607 double_failed.remove(test)
|
/hostap-latest/src/ap/ |
D | hostapd.c | 3109 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