Home | History | Annotate | Download | only in wps

Lines Matching refs:op_code

1031 			       enum wsc_op_code op_code)
1035 res = wps_process_msg(sta->wps, op_code, msg);
1037 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1113 enum wsc_op_code op_code = WSC_MSG;
1117 op_code = WSC_ACK;
1120 op_code = WSC_NACK;
1123 op_code = WSC_Done;
1127 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);