Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_wsc.c378 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
381 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
384 op_code, data->in_op_code); in eap_wsc_process_cont()
405 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument
426 data->in_op_code = op_code; in eap_wsc_process_fragment()
445 u8 op_code, flags, id; in eap_wsc_process() local
463 op_code = *pos++; in eap_wsc_process()
484 op_code, flags, message_length); in eap_wsc_process()
487 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
489 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument
105 pax->op_code = op_code; in eap_pax_alloc_resp()
357 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process()
419 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process()
442 switch (req->op_code) { in eap_pax_process()
451 "op_code %d", req->op_code); in eap_pax_process()
H A Deap_mschapv2.c32 u8 op_code; /* MSCHAPV2_OP_* */ member
178 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply()
552 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password()
823 switch (ms->op_code) { in eap_mschapv2_process()
834 ms->op_code); in eap_mschapv2_process()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_wsc.c293 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
296 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
299 op_code, data->in_op_code); in eap_wsc_process_cont()
320 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument
338 data->in_op_code = op_code; in eap_wsc_process_fragment()
356 u8 op_code, flags; in eap_wsc_process() local
375 op_code = *pos++; in eap_wsc_process()
394 op_code, flags, message_length); in eap_wsc_process()
397 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
399 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
H A Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member
129 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge()
167 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req()
210 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req()
261 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check()
263 "ignore op %d", resp->op_code); in eap_mschapv2_check()
268 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check()
269 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
271 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check()
276 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
[all …]
H A Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1()
144 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3()
219 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check()
225 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check()
227 "ignore op %d", resp->op_code); in eap_pax_check()
232 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
234 "ignore op %d", resp->op_code); in eap_pax_check()
238 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check()
239 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
241 resp->op_code); in eap_pax_check()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_cd.h139 uint8_t op_code; member
150 uint8_t op_code; member
164 uint8_t op_code; member
177 uint8_t op_code; member
187 uint8_t op_code; member
197 uint8_t op_code; member
207 uint8_t op_code; member
217 uint8_t op_code; member
230 uint8_t op_code; member
263 uint8_t op_code; member
H A Dscsi_cd.c3002 scsi_cmd->op_code = READ_SUBCHANNEL; in cdreadsubchannel()
3238 scsi_cmd->op_code = PLAY_10; in cdplay()
3247 scsi_cmd->op_code = PLAY_12; in cdplay()
3300 scsi_cmd->op_code = PLAY_MSF; in cdplaymsf()
3345 scsi_cmd->op_code = PLAY_TRACK; in cdplaytracks()
3387 scsi_cmd->op_code = PAUSE; in cdpause()
4029 scsi_cmd->op_code = READ_TOC; in scsi_read_toc()
/freebsd/contrib/wpa/src/wps/
H A Dwps_enrollee.c453 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument
460 *op_code = WSC_MSG; in wps_enrollee_get_msg()
464 *op_code = WSC_MSG; in wps_enrollee_get_msg()
468 *op_code = WSC_MSG; in wps_enrollee_get_msg()
472 *op_code = WSC_MSG; in wps_enrollee_get_msg()
477 *op_code = WSC_NACK; in wps_enrollee_get_msg()
481 *op_code = WSC_ACK; in wps_enrollee_get_msg()
489 *op_code = WSC_NACK; in wps_enrollee_get_msg()
493 *op_code = WSC_Done; in wps_enrollee_get_msg()
502 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg()
[all …]
H A Dwps_i.h198 enum wsc_op_code *op_code);
200 enum wsc_op_code op_code,
205 enum wsc_op_code *op_code);
207 enum wsc_op_code op_code,
H A Dwps.c203 enum wsc_op_code op_code, in wps_process_msg() argument
207 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg()
209 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg()
222 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument
225 return wps_registrar_get_msg(wps, op_code); in wps_get_msg()
227 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
H A Dwps_er.c1010 enum wsc_op_code op_code) in wps_er_sta_process() argument
1014 res = wps_process_msg(sta->wps, op_code, msg); in wps_er_sta_process()
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1092 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local
1096 op_code = WSC_ACK; in wps_er_process_wlanevent_eap()
1099 op_code = WSC_NACK; in wps_er_process_wlanevent_eap()
1102 op_code = WSC_Done; in wps_er_process_wlanevent_eap()
1106 wps_er_sta_process(sta, msg, op_code); in wps_er_process_wlanevent_eap()
1746 enum wsc_op_code op_code; in wps_er_ap_process() local
1748 op_code = WSC_MSG; in wps_er_ap_process()
[all …]
H A Dwps_registrar.c2101 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument
2126 *op_code = WSC_ACK; in wps_registrar_get_msg()
2129 *op_code = WSC_NACK; in wps_registrar_get_msg()
2132 *op_code = WSC_MSG; in wps_registrar_get_msg()
2154 *op_code = WSC_MSG; in wps_registrar_get_msg()
2158 *op_code = WSC_MSG; in wps_registrar_get_msg()
2162 *op_code = WSC_MSG; in wps_registrar_get_msg()
2166 *op_code = WSC_MSG; in wps_registrar_get_msg()
2170 *op_code = WSC_MSG; in wps_registrar_get_msg()
2174 *op_code = WSC_ACK; in wps_registrar_get_msg()
[all …]
H A Dwps_upnp_web.c457 enum wsc_op_code op_code; in web_process_get_device_info() local
458 *reply = wps_get_msg(peer->wps, &op_code); in web_process_get_device_info()
496 enum wsc_op_code op_code; in web_process_put_message() local
563 *reply = wps_get_msg(peer->wps, &op_code); in web_process_put_message()
H A Dwps.h235 enum wsc_op_code op_code,
238 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dnvm-reg.h106 * @op_code: &enum iwl_nvm_access_op member
114 u8 op_code;
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c42 .op_code = NVM_WRITE_OPCODE, in iwl_nvm_write_chunk()
81 .op_code = NVM_READ_OPCODE, in iwl_nvm_read_chunk()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c65 request.cmd.bmic_cdb.op_code = BMIC_READ; in pqisrc_QuerySenseFeatures()
1212 request.cmd.bmic_cdb.op_code = BMIC_READ; in pqisrc_identify_ctrl()
1277 request.cmd.bmic_cdb.op_code = BMIC_READ; in pqisrc_identify_physical_disk()
1936 request.cmd.bmic_cdb.op_code = BMIC_WRITE; in pqisrc_write_driver_version_to_host_wellness()
1989 request.cmd.bmic_cdb.op_code = BMIC_WRITE; in pqisrc_write_current_time_to_host_wellness()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1983 uint32_t op_code; in GetWriteFlag() local
1988 op_code = (faulty_instruction >> 26) & 0x3f; in GetWriteFlag()
1991 switch (op_code) { in GetWriteFlag()
2020 op_code = (faulty_instruction >> 19) & 0x3; in GetWriteFlag()
2021 switch (op_code) { in GetWriteFlag()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ripencc.c318 short rpt_0x58 (TSIPPKT *rpt, unsigned char *op_code, unsigned char *data_type,
2438 unsigned char *op_code, in rpt_0x58() argument
2461 *op_code = buf[0]; in rpt_0x58()
2464 if (*op_code == 2) { in rpt_0x58()
3926 op_code, data_type, sv_prn, in rpt_GPS_system_data() local
3953 if (rpt_0x58 (rpt, &op_code, &data_type, &sv_prn, in rpt_GPS_system_data()
3962 switch (op_code) in rpt_GPS_system_data()
/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c662 req.op_code = BT_MP_INFO_OP_SCAN_TYPE; in rtw_coex_get_bt_scan_type()
679 req.op_code = BT_MP_INFO_OP_LNA_CONSTRAINT; in rtw_coex_set_lna_constrain_level()
3772 req.op_code = BT_MP_INFO_OP_READ_REG; in rtw_coex_get_bt_reg()
3796 req.op_code = BT_MP_INFO_OP_PATCH_VER; in rtw_coex_get_bt_patch_version()
3815 req.op_code = BT_MP_INFO_OP_SUPP_VER; in rtw_coex_get_bt_supported_version()
3834 req.op_code = BT_MP_INFO_OP_SUPP_FEAT; in rtw_coex_get_bt_supported_feature()
H A Dfw.h159 u8 op_code;
837 void rtw_fw_bt_wifi_control(struct rtw_dev *rtwdev, u8 op_code, u8 *data);
155 u8 op_code; global() member
/freebsd/sys/dev/irdma/
H A Dirdma_main.h175 u8 op_code; member
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2377 qla_tx_chksum(qla_host_t *ha, struct mbuf *mp, uint32_t *op_code, in qla_tx_chksum() argument
2387 *op_code = 0; in qla_tx_chksum()
2453 *op_code = opcode; in qla_tx_chksum()
2481 uint32_t op_code = 0; in ql_hw_send() local
2532 (void)qla_tx_chksum(ha, mp, &op_code, &tcp_hdr_off); in ql_hw_send()
2568 if (op_code) { in ql_hw_send()
2569 tx_cmd->flags_opcode = op_code; in ql_hw_send()

12