Lines Matching defs:op_code
1010 enum wsc_op_code op_code)
1014 res = wps_process_msg(sta->wps, op_code, msg);
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1092 enum wsc_op_code op_code = WSC_MSG;
1096 op_code = WSC_ACK;
1099 op_code = WSC_NACK;
1102 op_code = WSC_Done;
1106 wps_er_sta_process(sta, msg, op_code);
1746 enum wsc_op_code op_code;
1748 op_code = WSC_MSG;
1752 op_code = WSC_ACK;
1755 op_code = WSC_NACK;
1758 op_code = WSC_Done;
1763 res = wps_process_msg(ap->wps, op_code, msg);
1765 struct wpabuf *next = wps_get_msg(ap->wps, &op_code);