Searched defs:eap_wsc_data (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_wsc.c | 19 struct eap_wsc_data { struct 20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; 21 int registrar; 22 struct wpabuf *in_buf; 23 struct wpabuf *out_buf; 24 enum wsc_op_code in_op_code, out_op_code; 25 size_t out_used; 49 static void eap_wsc_state(struct eap_wsc_data *data, int state) in eap_wsc_state() argument
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_wsc.c | 19 struct eap_wsc_data { struct 20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 21 int registrar; 22 struct wpabuf *in_buf; 23 struct wpabuf *out_buf; 24 enum wsc_op_code in_op_code, out_op_code; 25 size_t out_used; 26 size_t fragment_size; 27 struct wps_data *wps; 28 int ext_reg_timeout;
|