Home | History | Annotate | Download | only in wps

Lines Matching refs:op_code

403 				     enum wsc_op_code *op_code)
410 *op_code = WSC_MSG;
414 *op_code = WSC_MSG;
418 *op_code = WSC_MSG;
422 *op_code = WSC_MSG;
427 *op_code = WSC_NACK;
431 *op_code = WSC_ACK;
439 *op_code = WSC_NACK;
443 *op_code = WSC_Done;
452 if (*op_code == WSC_MSG && msg) {
1180 enum wsc_op_code op_code,
1185 "op_code=%d)",
1186 (unsigned long) wpabuf_len(msg), op_code);
1188 if (op_code == WSC_UPnP) {
1193 op_code = WSC_ACK;
1195 op_code = WSC_NACK;
1199 switch (op_code) {
1208 wpa_printf(MSG_DEBUG, "WPS: Unsupported op_code %d", op_code);