Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 17 of 17) sorted by relevance

/hostap-latest/eap_example/
DREADME27 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/
Dexample-setup.txt130 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
Drun-tests.py424 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)))
DREADME181 for multi channel, the number of supported channel is passed as an
/hostap-latest/doc/
Deap.doxygen71 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.
Ddbus.doxygen62 <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 …]
Dp2p.doxygen31 (\ref wpa_supplicant/wps_supplicant.c). The driver operations are passed
/hostap-latest/src/ap/
Dieee802_11_shared.c40 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()
Dsta_info.c1355 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/
Dopenssl-root.cnf42 preserve = no # keep passed DN ordering
Dopenssl.cnf45 preserve = no # keep passed DN ordering
/hostap-latest/tests/hwsim/vm/
Dexample-vm-setup.txt100 passed all 1 test case(s)
DREADME33 give it are passed through to run-all.sh, see there.
/hostap-latest/wpa_supplicant/
DREADME-P2P828 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
Dsme.c3362 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()
DREADME-WPS138 This random PIN can then be passed as an argument to another wps_pin
/hostap-latest/hostapd/
DREADME131 frames to be passed between the Supplicant and the Authenticator even