Home | History | Annotate | Download | only in wps

Lines Matching refs:op_code

422 				     enum wsc_op_code *op_code)
429 *op_code = WSC_MSG;
433 *op_code = WSC_MSG;
437 *op_code = WSC_MSG;
441 *op_code = WSC_MSG;
446 *op_code = WSC_NACK;
450 *op_code = WSC_ACK;
458 *op_code = WSC_NACK;
462 *op_code = WSC_Done;
471 if (*op_code == WSC_MSG && msg) {
1446 enum wsc_op_code op_code,
1451 "op_code=%d)",
1452 (unsigned long) wpabuf_len(msg), op_code);
1454 if (op_code == WSC_UPnP) {
1459 op_code = WSC_ACK;
1461 op_code = WSC_NACK;
1465 switch (op_code) {
1478 wpa_printf(MSG_DEBUG, "WPS: Unsupported op_code %d", op_code);