Searched refs:options (Results 1 – 25 of 35) sorted by relevance
12
/hostap-latest/wpa_supplicant/examples/p2p/ |
D | p2p_flush.py | 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") 129 for key, value in options:
|
D | p2p_disconnect.py | 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") 129 for key, value in options:
|
D | p2p_listen.py | 123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") 130 for key, value in options:
|
D | p2p_stop_find.py | 127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:") 134 for key, value in options:
|
D | p2p_find.py | 133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") 140 for key, value in options:
|
D | p2p_invite.py | 151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:") 158 for key, value in options:
|
D | p2p_group_add.py | 169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:") 176 for key, value in options:
|
D | p2p_connect.py | 236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:") 243 for key, value in options:
|
/hostap-latest/hs20/server/ca/ |
D | openssl-root.cnf | 36 name_opt = ca_default # Subject Name options 37 cert_opt = ca_default # Certificate field options
|
D | openssl.cnf | 36 name_opt = ca_default # Subject Name options 37 cert_opt = ca_default # Certificate field options
|
/hostap-latest/wpa_supplicant/ |
D | todo.txt | 23 - test compilation with gcc -W options (more warnings?) 37 * global options (ap_scan, ctrl_interfaces) based on OS/driver 41 * EAP options (one page for each method)
|
D | README | 292 directory. Configuration options are text lines using following 295 and a list of available options and additional notes. 303 Following build time configuration options are used to control IEEE 334 Following options can be added to .config to select which driver 401 line. See following section for more details on command line options 406 Command line options 416 options: 473 one process and list of options at command line. Each interface is 612 configuration options are used based on what security policy is used in the 788 wpa_cli command line options
|
D | README-WPS | 18 commonly deployed options. 373 requested (WPS = Wi-Fi handover as specified in WSC 2.0). If the options
|
/hostap-latest/hostapd/ |
D | README | 94 and list of available options. 163 define AP options. Distribution package contains an example 166 options and short description of each option. hostapd should be started 176 configured by setting ieee8021x and minimal_eap options in the 180 auth_server_{addr,port,shared_secret} options. In addition,
|
D | defconfig | 3 # This file lists the configuration options that are used when building the 334 # Testing options 335 # This can be used to enable some testing options (see also the example 337 # connect to this hostapd. These options allow, for example, to drop a
|
D | README-MULTI-AP | 119 'multi_ap_backhaul_wpa_psk' and 'multi_ap_backhaul_wpa_passphrase' options. 123 to specify authentication or encryption options. For the backhaul credentials,
|
D | hlr_auc_gw.txt | 29 options:
|
D | android.config | 3 # This file lists the configuration options that are used when building the
|
/hostap-latest/doc/ |
D | testing_tools.doxygen | 46 The resulting eapol_test binary has following command like options: 56 options:
|
/hostap-latest/tests/hwsim/vm/ |
D | README | 32 your system's root filesystem (read-only) inside the VM. The options you
|
/hostap-latest/src/drivers/ |
D | driver_wired.c | 75 u_int8_t options[308]; /* 312 - cookie */ member
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.sgml | 315 <para>Most command line options have global scope. Some are given per 377 (Per interface, see the available options below.)</para> 559 options at command line. Each interface is separated with -N
|
D | wpa_supplicant.conf.sgml | 149 configuration modes. The configuration options are used based
|
/hostap-latest/tests/hwsim/ |
D | test_fils.py | 866 options = frame 867 if options[0:4] != b'\x63\x82\x53\x63': 869 options = options[4:] 871 if struct.pack('BBB', OPT_DHCP_MESSAGE_TYPE, 1, DHCPACK) not in options:
|
/hostap-latest/hs20/server/ |
D | hs20-osu-server.txt | 106 # Display help options.
|
12