Home | History | Annotate | Download | only in wps

Lines Matching defs:op_code

1011 			       enum wsc_op_code op_code)
1015 res = wps_process_msg(sta->wps, op_code, msg);
1017 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1093 enum wsc_op_code op_code = WSC_MSG;
1097 op_code = WSC_ACK;
1100 op_code = WSC_NACK;
1103 op_code = WSC_Done;
1107 wps_er_sta_process(sta, msg, op_code);
1734 enum wsc_op_code op_code;
1736 op_code = WSC_MSG;
1740 op_code = WSC_ACK;
1743 op_code = WSC_NACK;
1746 op_code = WSC_Done;
1751 res = wps_process_msg(ap->wps, op_code, msg);
1753 struct wpabuf *next = wps_get_msg(ap->wps, &op_code);