Searched refs:passed (Results 1 – 17 of 17) sorted by relevance
/hostap-latest/eap_example/ |
D | README | 27 In this example, the EAP messages are passed between the server and 28 the peer are passed by direct function calls within the same process.
|
/hostap-latest/tests/hwsim/ |
D | example-setup.txt | 130 passed all 1 test case(s) 160 In this example, about 860 test cases passed and about 100 were skipped. 168 passed on second attempt): 179 regression in the specific snapshot build. All other test cases passed
|
D | run-tests.py | 424 passed = [] 715 passed.append(name) 754 logger.info("passed {} test case(s)".format(len(passed))) 760 logger.info("passed all {} test case(s)".format(len(passed))) 764 print("passed all {} test case(s)".format(len(passed)))
|
D | README | 181 for multi channel, the number of supported channel is passed as an
|
/hostap-latest/doc/ |
D | eap.doxygen | 71 In this example, the EAP messages are passed between the server and 72 the peer are passed by direct function calls within the same process.
|
D | dbus.doxygen | 62 <dd>Invalid entries were found in the passed argument.</dd> 99 <dd>An interface with the passed name in not controlled by wpa_supplicant.</dd> 223 <dd>Invalid entries were found in the passed argument.</dd> 253 <dd>Invalid entries were found in the passed argument.</dd> 270 <dd>A passed path doesn't point to any network object.</dd> 272 <dd>A passed path doesn't point to any network object.</dd> 294 <dd>A passed path doesn't point to any network object.</dd> 296 <dd>A passed path doesn't point to any network object.</dd> 412 <dd>Invalid entries were found in the passed argument.</dd> 628 <dd>A passed path doesn't point to any network object.</dd> [all …]
|
D | p2p.doxygen | 31 (\ref wpa_supplicant/wps_supplicant.c). The driver operations are passed
|
/hostap-latest/src/ap/ |
D | ieee802_11_shared.c | 40 struct os_reltime now, passed; in hostapd_eid_assoc_comeback_time() local 44 os_reltime_sub(&now, &sta->sa_query_start, &passed); in hostapd_eid_assoc_comeback_time() 45 tu = (passed.sec * 1000000 + passed.usec) / 1024; in hostapd_eid_assoc_comeback_time()
|
D | sta_info.c | 1355 struct os_reltime now, passed; in ap_check_sa_query_timeout() local 1357 os_reltime_sub(&now, &sta->sa_query_start, &passed); in ap_check_sa_query_timeout() 1358 tu = (passed.sec * 1000000 + passed.usec) / 1024; in ap_check_sa_query_timeout()
|
/hostap-latest/hs20/server/ca/ |
D | openssl-root.cnf | 42 preserve = no # keep passed DN ordering
|
D | openssl.cnf | 45 preserve = no # keep passed DN ordering
|
/hostap-latest/tests/hwsim/vm/ |
D | example-vm-setup.txt | 100 passed all 1 test case(s)
|
D | README | 33 give it are passed through to run-all.sh, see there.
|
/hostap-latest/wpa_supplicant/ |
D | README-P2P | 828 8 - "p2ps" password must be passed in p2p_connect command 829 1 - "display" password must be passed in p2p_connect command 830 5 - "keypad" password must be passed in p2p_connect command 832 must be passed in p2p_connect and address must be the MAC specified
|
D | sme.c | 3362 struct os_reltime now, passed; in sme_check_sa_query_timeout() local 3364 os_reltime_sub(&now, &wpa_s->sme.sa_query_start, &passed); in sme_check_sa_query_timeout() 3365 tu = (passed.sec * 1000000 + passed.usec) / 1024; in sme_check_sa_query_timeout()
|
D | README-WPS | 138 This random PIN can then be passed as an argument to another wps_pin
|
/hostap-latest/hostapd/ |
D | README | 131 frames to be passed between the Supplicant and the Authenticator even
|