Searched refs:out_op_code (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_wsc.c | 24 enum wsc_op_code in_op_code, out_op_code; member 329 wpabuf_put_u8(resp, data->out_op_code); /* Op-Code */ in eap_wsc_build_msg() 348 if ((data->state == FAIL && data->out_op_code == WSC_ACK) || in eap_wsc_build_msg() 349 data->out_op_code == WSC_NACK || in eap_wsc_build_msg() 350 data->out_op_code == WSC_Done) { in eap_wsc_build_msg() 555 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_wsc.c | 24 enum wsc_op_code in_op_code, out_op_code; member 329 wpabuf_put_u8(resp, data->out_op_code); /* Op-Code */ in eap_wsc_build_msg() 348 if ((data->state == FAIL && data->out_op_code == WSC_ACK) || in eap_wsc_build_msg() 349 data->out_op_code == WSC_NACK || in eap_wsc_build_msg() 350 data->out_op_code == WSC_Done) { in eap_wsc_build_msg() 555 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_wsc.c | 24 enum wsc_op_code in_op_code, out_op_code; member 213 wpabuf_put_u8(req, data->out_op_code); /* Op-Code */ in eap_wsc_build_msg() 252 &data->out_op_code); in eap_wsc_buildReq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_wsc.c | 24 enum wsc_op_code in_op_code, out_op_code; member 215 wpabuf_put_u8(req, data->out_op_code); /* Op-Code */ in eap_wsc_build_msg() 254 &data->out_op_code); in eap_wsc_buildReq()
|