Lines Matching refs:op_code
2101 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument
2126 *op_code = WSC_ACK; in wps_registrar_get_msg()
2129 *op_code = WSC_NACK; in wps_registrar_get_msg()
2132 *op_code = WSC_MSG; in wps_registrar_get_msg()
2154 *op_code = WSC_MSG; in wps_registrar_get_msg()
2158 *op_code = WSC_MSG; in wps_registrar_get_msg()
2162 *op_code = WSC_MSG; in wps_registrar_get_msg()
2166 *op_code = WSC_MSG; in wps_registrar_get_msg()
2170 *op_code = WSC_MSG; in wps_registrar_get_msg()
2174 *op_code = WSC_ACK; in wps_registrar_get_msg()
2178 *op_code = WSC_NACK; in wps_registrar_get_msg()
2187 if (*op_code == WSC_MSG && msg) { in wps_registrar_get_msg()
3387 enum wsc_op_code op_code, in wps_registrar_process_msg() argument
3394 (unsigned long) wpabuf_len(msg), op_code); in wps_registrar_process_msg()
3397 if (wps->wps->wps_upnp && op_code == WSC_MSG && wps->ext_reg == 1) { in wps_registrar_process_msg()
3407 (op_code == WSC_MSG || op_code == WSC_Done || op_code == WSC_NACK)) in wps_registrar_process_msg()
3421 if (op_code == WSC_MSG) in wps_registrar_process_msg()
3423 } else if (wps->wps->wps_upnp && wps->ext_reg && op_code == WSC_MSG) { in wps_registrar_process_msg()
3430 switch (op_code) { in wps_registrar_process_msg()
3453 wpa_printf(MSG_DEBUG, "WPS: Unsupported op_code %d", op_code); in wps_registrar_process_msg()