Lines Matching refs:opcode
6478 def recv_wsc_msg(dev, opcode, msg_type): argument
6480 if msg['wsc_opcode'] != opcode or msg['wsc_msg_type'] != msg_type:
6491 def build_eap_wsc(eap_code, eap_id, payload, opcode=WSC_MSG): argument
6502 msg += struct.pack('BB', opcode, 0)
6751 msg = build_eap_wsc(eap_code, eap_id, attrs, opcode=WSC_ACK)
6765 msg = build_eap_wsc(eap_code, eap_id, attrs, opcode=WSC_NACK)
6854 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)
6863 wsc_start = build_eap_wsc(1, eap_id, b'', opcode=WSC_Start)
7590 msg = build_eap_wsc(1, eap_id, attrs, opcode=WSC_NACK)
7661 msg = build_eap_wsc(1, eap_id, attrs, opcode=WSC_ACK)
8862 m3 = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)
8901 nack = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_NACK)
9096 ack = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_ACK)
9375 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)
9390 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)
9405 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)
9420 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)
9434 wsc_done = build_eap_wsc(2, msg['eap_identifier'], attrs, opcode=WSC_Done)