Home | History | Annotate | Download | only in wps

Lines Matching defs:op_code

1028 			       enum wsc_op_code op_code)
1032 res = wps_process_msg(sta->wps, op_code, msg);
1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1110 enum wsc_op_code op_code = WSC_MSG;
1114 op_code = WSC_ACK;
1117 op_code = WSC_NACK;
1120 op_code = WSC_Done;
1124 wps_er_sta_process(sta, msg, op_code);
1715 enum wsc_op_code op_code;
1717 op_code = WSC_MSG;
1721 op_code = WSC_ACK;
1724 op_code = WSC_NACK;
1727 op_code = WSC_Done;
1732 res = wps_process_msg(ap->wps, op_code, msg);
1734 struct wpabuf *next = wps_get_msg(ap->wps, &op_code);