Searched refs:op_code (Results 1 - 25 of 59) sorted by relevance

123

/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c234 const u8 *buf, size_t len, u8 op_code)
237 if (op_code != data->in_op_code) {
240 op_code, data->in_op_code);
261 u8 id, u8 flags, u8 op_code,
282 data->in_op_code = op_code;
301 u8 op_code, flags, id; local
318 op_code = *pos++;
339 op_code, flags, message_length);
342 if (op_code != WSC_FRAG_ACK) {
344 "in WAIT_FRAG_ACK state", op_code);
233 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
259 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c327 const u8 *buf, size_t len, u8 op_code)
330 if (op_code != data->in_op_code) {
333 op_code, data->in_op_code);
354 u8 id, u8 flags, u8 op_code,
375 data->in_op_code = op_code;
394 u8 op_code, flags, id; local
412 op_code = *pos++;
433 op_code, flags, message_length);
436 if (op_code != WSC_FRAG_ACK) {
438 "in WAIT_FRAG_ACK state", op_code);
326 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
352 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c327 const u8 *buf, size_t len, u8 op_code)
330 if (op_code != data->in_op_code) {
333 op_code, data->in_op_code);
354 u8 id, u8 flags, u8 op_code,
375 data->in_op_code = op_code;
394 u8 op_code, flags, id; local
412 op_code = *pos++;
433 op_code, flags, message_length);
436 if (op_code != WSC_FRAG_ACK) {
438 "in WAIT_FRAG_ACK state", op_code);
326 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
352 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c327 const u8 *buf, size_t len, u8 op_code)
330 if (op_code != data->in_op_code) {
333 op_code, data->in_op_code);
354 u8 id, u8 flags, u8 op_code,
375 data->in_op_code = op_code;
394 u8 op_code, flags, id; local
412 op_code = *pos++;
433 op_code, flags, message_length);
436 if (op_code != WSC_FRAG_ACK) {
438 "in WAIT_FRAG_ACK state", op_code);
326 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
352 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_wsc.c277 const u8 *buf, size_t len, u8 op_code)
280 if (op_code != data->in_op_code) {
283 op_code, data->in_op_code);
304 u8 flags, u8 op_code, u16 message_length,
322 data->in_op_code = op_code;
340 u8 op_code, flags; local
359 op_code = *pos++;
378 op_code, flags, message_length);
381 if (op_code != WSC_FRAG_ACK) {
383 "in WAIT_FRAG_ACK state", op_code);
276 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
303 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_mschapv2.c23 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
130 ms->op_code = MSCHAPV2_OP_CHALLENGE;
168 ms->op_code = MSCHAPV2_OP_SUCCESS;
211 ms->op_code = MSCHAPV2_OP_FAILURE;
262 resp->op_code != MSCHAPV2_OP_RESPONSE) {
264 "ignore op %d", resp->op_code);
269 resp->op_code != MSCHAPV2_OP_SUCCESS &&
270 resp->op_code != MSCHAPV2_OP_FAILURE) {
272 "Failure - ignore op %d", resp->op_code);
277 resp->op_code !
[all...]
H A Deap_pax.c102 pax->op_code = EAP_PAX_OP_STD_1;
143 pax->op_code = EAP_PAX_OP_STD_3;
206 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
209 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
215 resp->op_code != EAP_PAX_OP_STD_2) {
217 "ignore op %d", resp->op_code);
222 resp->op_code != EAP_PAX_OP_ACK) {
224 "ignore op %d", resp->op_code);
228 if (resp->op_code != EAP_PAX_OP_STD_2 &&
229 resp->op_code !
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_wsc.c297 const u8 *buf, size_t len, u8 op_code)
300 if (op_code != data->in_op_code) {
303 op_code, data->in_op_code);
324 u8 flags, u8 op_code, u16 message_length,
342 data->in_op_code = op_code;
360 u8 op_code, flags; local
379 op_code = *pos++;
398 op_code, flags, message_length);
401 if (op_code != WSC_FRAG_ACK) {
403 "in WAIT_FRAG_ACK state", op_code);
296 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
323 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c24 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
131 ms->op_code = MSCHAPV2_OP_CHALLENGE;
169 ms->op_code = MSCHAPV2_OP_SUCCESS;
212 ms->op_code = MSCHAPV2_OP_FAILURE;
263 resp->op_code != MSCHAPV2_OP_RESPONSE) {
265 "ignore op %d", resp->op_code);
270 resp->op_code != MSCHAPV2_OP_SUCCESS &&
271 resp->op_code != MSCHAPV2_OP_FAILURE) {
273 "Failure - ignore op %d", resp->op_code);
278 resp->op_code !
[all...]
H A Deap_server_pax.c103 pax->op_code = EAP_PAX_OP_STD_1;
144 pax->op_code = EAP_PAX_OP_STD_3;
207 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
210 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
216 resp->op_code != EAP_PAX_OP_STD_2) {
218 "ignore op %d", resp->op_code);
223 resp->op_code != EAP_PAX_OP_ACK) {
225 "ignore op %d", resp->op_code);
229 if (resp->op_code != EAP_PAX_OP_STD_2 &&
230 resp->op_code !
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_wsc.c297 const u8 *buf, size_t len, u8 op_code)
300 if (op_code != data->in_op_code) {
303 op_code, data->in_op_code);
324 u8 flags, u8 op_code, u16 message_length,
342 data->in_op_code = op_code;
360 u8 op_code, flags; local
379 op_code = *pos++;
398 op_code, flags, message_length);
401 if (op_code != WSC_FRAG_ACK) {
403 "in WAIT_FRAG_ACK state", op_code);
296 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
323 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c24 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
131 ms->op_code = MSCHAPV2_OP_CHALLENGE;
169 ms->op_code = MSCHAPV2_OP_SUCCESS;
212 ms->op_code = MSCHAPV2_OP_FAILURE;
263 resp->op_code != MSCHAPV2_OP_RESPONSE) {
265 "ignore op %d", resp->op_code);
270 resp->op_code != MSCHAPV2_OP_SUCCESS &&
271 resp->op_code != MSCHAPV2_OP_FAILURE) {
273 "Failure - ignore op %d", resp->op_code);
278 resp->op_code !
[all...]
H A Deap_server_pax.c103 pax->op_code = EAP_PAX_OP_STD_1;
144 pax->op_code = EAP_PAX_OP_STD_3;
207 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
210 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
216 resp->op_code != EAP_PAX_OP_STD_2) {
218 "ignore op %d", resp->op_code);
223 resp->op_code != EAP_PAX_OP_ACK) {
225 "ignore op %d", resp->op_code);
229 if (resp->op_code != EAP_PAX_OP_STD_2 &&
230 resp->op_code !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c297 const u8 *buf, size_t len, u8 op_code)
300 if (op_code != data->in_op_code) {
303 op_code, data->in_op_code);
324 u8 flags, u8 op_code, u16 message_length,
342 data->in_op_code = op_code;
360 u8 op_code, flags; local
379 op_code = *pos++;
398 op_code, flags, message_length);
401 if (op_code != WSC_FRAG_ACK) {
403 "in WAIT_FRAG_ACK state", op_code);
296 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
323 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
H A Deap_server_mschapv2.c24 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
131 ms->op_code = MSCHAPV2_OP_CHALLENGE;
169 ms->op_code = MSCHAPV2_OP_SUCCESS;
212 ms->op_code = MSCHAPV2_OP_FAILURE;
263 resp->op_code != MSCHAPV2_OP_RESPONSE) {
265 "ignore op %d", resp->op_code);
270 resp->op_code != MSCHAPV2_OP_SUCCESS &&
271 resp->op_code != MSCHAPV2_OP_FAILURE) {
273 "Failure - ignore op %d", resp->op_code);
278 resp->op_code !
[all...]
H A Deap_server_pax.c103 pax->op_code = EAP_PAX_OP_STD_1;
144 pax->op_code = EAP_PAX_OP_STD_3;
207 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
210 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
216 resp->op_code != EAP_PAX_OP_STD_2) {
218 "ignore op %d", resp->op_code);
223 resp->op_code != EAP_PAX_OP_ACK) {
225 "ignore op %d", resp->op_code);
229 if (resp->op_code != EAP_PAX_OP_STD_2 &&
230 resp->op_code !
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.c124 * @op_code: Message OP Code
134 enum wsc_op_code op_code,
138 return wps_registrar_process_msg(wps, op_code, msg);
140 return wps_enrollee_process_msg(wps, op_code, msg);
147 * @op_code: Buffer for returning message OP Code
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
156 return wps_registrar_get_msg(wps, op_code);
158 return wps_enrollee_get_msg(wps, op_code);
133 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
H A Dwps_enrollee.c403 enum wsc_op_code *op_code)
410 *op_code = WSC_MSG;
414 *op_code = WSC_MSG;
418 *op_code = WSC_MSG;
422 *op_code = WSC_MSG;
427 *op_code = WSC_NACK;
431 *op_code = WSC_ACK;
439 *op_code = WSC_NACK;
443 *op_code = WSC_Done;
452 if (*op_code
402 wps_enrollee_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
1179 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
H A Dwps_i.h227 enum wsc_op_code *op_code);
229 enum wsc_op_code op_code,
234 enum wsc_op_code *op_code);
236 enum wsc_op_code op_code,
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.h23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.h23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h23 u8 op_code; member in struct:eap_pax_hdr
36 /* op_code: */
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c153 * @op_code: Message OP Code
163 enum wsc_op_code op_code,
167 return wps_registrar_process_msg(wps, op_code, msg);
169 return wps_enrollee_process_msg(wps, op_code, msg);
176 * @op_code: Buffer for returning message OP Code
182 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
185 return wps_registrar_get_msg(wps, op_code);
187 return wps_enrollee_get_msg(wps, op_code);
162 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps.c153 * @op_code: Message OP Code
163 enum wsc_op_code op_code,
167 return wps_registrar_process_msg(wps, op_code, msg);
169 return wps_enrollee_process_msg(wps, op_code, msg);
176 * @op_code: Buffer for returning message OP Code
182 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
185 return wps_registrar_get_msg(wps, op_code);
187 return wps_enrollee_get_msg(wps, op_code);
162 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument

Completed in 845 milliseconds

123