Home
last modified time | relevance | path

Searched refs:WSC_Start (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/src/eap_peer/
Deap_wsc.c489 op_code != WSC_Done && op_code != WSC_Start) { in eap_wsc_process()
497 if (op_code != WSC_Start) { in eap_wsc_process()
507 } else if (op_code == WSC_Start) { in eap_wsc_process()
/hostap-3.6.0/tests/hwsim/
Dtest_ap_wps.py6268 WSC_Start = 0x01 variable
6754 if msg['wsc_opcode'] != WSC_Start:
6840 wsc_start = build_eap_wsc(1, eap_id, b'', opcode=WSC_Start)
8189 if msg['wsc_opcode'] != WSC_Start:
8234 if msg['wsc_opcode'] != WSC_Start:
8279 if msg['wsc_opcode'] != WSC_Start:
8339 if msg['wsc_opcode'] != WSC_Start:
8397 if msg['wsc_opcode'] != WSC_Start:
8471 if msg['wsc_opcode'] != WSC_Start:
8544 if msg['wsc_opcode'] != WSC_Start:
[all …]
/hostap-3.6.0/src/eap_server/
Deap_server_wsc.c181 wpabuf_put_u8(req, WSC_Start); /* Op-Code */ in eap_wsc_build_start()
/hostap-3.6.0/src/wps/
Dwps.h20 WSC_Start = 0x01, enumerator