Searched refs:setup (Results 1 – 25 of 38) sorted by relevance
12
/hostap-3.6.0/wpaspy/ |
D | Makefile | 6 build: $(SRC) setup.py 7 python setup.py build 10 python setup.py install 13 python setup.py clean
|
D | setup.py | 9 from distutils.core import setup, Extension 20 setup(name = 'wpaspy',
|
/hostap-3.6.0/tests/hwsim/ |
D | test_ap_pmf.py | 28 Wlantest.setup(hapd) 75 Wlantest.setup(hapd) 167 Wlantest.setup(hapd) 191 Wlantest.setup(hapd) 217 Wlantest.setup(hapd) 243 Wlantest.setup(hapd) 268 Wlantest.setup(hapd) 293 Wlantest.setup(hapd) 319 Wlantest.setup(hapd) 343 Wlantest.setup(hapd) [all …]
|
D | test_ap_ciphers.py | 54 Wlantest.setup(hapd) 590 Wlantest.setup(hapd) 673 Wlantest.setup(hapd) 735 Wlantest.setup(hapd) 792 Wlantest.setup(hapd) 845 Wlantest.setup(hapd) 886 Wlantest.setup(hapd) 932 Wlantest.setup(hapd) 967 Wlantest.setup(hapd) 989 Wlantest.setup(hapd) [all …]
|
D | test_ap_qosmap.py | 52 Wlantest.setup(hapd) 88 Wlantest.setup(hapd) 124 Wlantest.setup(hapd)
|
D | wlantest.py | 90 return m.setup(cls.remote_host, [m.get_monitor_params(wpa, is_p2p)]) 93 def setup(cls, wpa, is_p2p=False): member in Wlantest
|
D | example-setup.txt | 8 testing setup. 15 machines can be used as an alternative setup. See tests/hwsim/vm/README 133 happened and the setup is not in working condition.)
|
D | README | 8 additional hardware. This setup most of the hostapd and wpa_supplicant 68 example-setup.txt provides more complete step-by-step example on how a 69 test setup can be built.
|
D | test_ap_tdls.py | 72 Wlantest.setup(hapd)
|
/hostap-3.6.0/hs20/server/ |
D | hs20-osu-server.txt | 107 ./setup.sh -h 114 ./setup.sh -C "Hotspot 2.0 Trust Root CA - CT" \ 145 # Note: Change the URL to match the setup 162 # Note: Modify to match the setup 236 ca/setup.sh.
|
/hostap-3.6.0/src/ |
D | build.rules | 7 # setup some variables 61 # continue setup
|
/hostap-3.6.0/tests/hwsim/vm/ |
D | example-vm-setup.txt | 8 testing setup. 88 happened and the setup is not in working condition.)
|
/hostap-3.6.0/tests/remote/ |
D | test_monitor.py | 27 monitor.setup(air_monitor)
|
D | test_example.py | 68 monitor.setup(mon, [monitor_param])
|
D | monitor.py | 64 def setup(host, monitor_params=None): function
|
/hostap-3.6.0/doc/ |
D | testing_tools.doxygen | 10 tools that make it easier to test the programs without having to setup 11 a full test setup with wireless cards. In addition, these tools can be 24 having to setup an access point and a wireless client.
|
D | mainpage.doxygen | 46 programs without having to setup a full test setup with wireless
|
D | ctrl_iface.doxygen | 413 group owner negotiation, group interface setup, provisioning, and 420 optional group owner negotiation, group interface setup, provisioning, 879 WPS_EVENT_AP_SETUP_LOCKED: AP changed into setup locked state due to
|
/hostap-3.6.0/hostapd/ |
D | README-WPS | 21 especially PBC mechanisms for authenticating the initial key setup is 24 allowing outsiders to gain access during the setup phase. 27 network setup: 41 http://www.wi-fi.org/wifi-protected-setup 51 point, e.g., for initial network setup. In addition, hostapd can proxy a
|
/hostap-3.6.0/wpa_supplicant/ |
D | README-WPS | 22 especially PBC mechanisms for authenticating the initial key setup is 25 allowing outsiders to gain access during the setup phase. 28 network setup: 42 http://www.wi-fi.org/wifi-protected-setup
|
D | README-Windows.txt | 36 The default build setup for wpa_supplicant is to use MinGW and 297 See win_example.reg for an example on how to setup wpasvc.exe
|
D | README-DPP | 24 Build config setup
|
/hostap-3.6.0/tests/ |
D | README | 7 hwsim directory contains the test setup for full system testing of
|
D | cipher-and-key-mgmt-testing.txt | 21 Testing setup 173 something is wrong in the test setup and that needs to be resolved
|
/hostap-3.6.0/wpa_supplicant/doc/docbook/ |
D | eapol_test.sgml | 55 test EAP methods without having to setup an access point and a
|
12