/hostap-latest/src/wps/ |
D | http_server.c | 44 struct http_request *req = cookie; in http_request_cb() local 64 struct http_request *req; in http_request_init() local 91 void http_request_deinit(struct http_request *req) in http_request_deinit() 121 static void http_request_free_all(struct http_request *req) in http_request_free_all() 132 void http_request_send(struct http_request *req, struct wpabuf *resp) in http_request_send() 155 void http_request_send_and_deinit(struct http_request *req, in http_request_send_and_deinit() 163 enum httpread_hdr_type http_request_get_type(struct http_request *req) in http_request_get_type() 169 char * http_request_get_uri(struct http_request *req) in http_request_get_uri() 175 char * http_request_get_hdr(struct http_request *req) in http_request_get_hdr() 181 char * http_request_get_data(struct http_request *req) in http_request_get_data() [all …]
|
D | wps_upnp_web.c | 312 } req; in web_connection_parse_get() local 755 static void web_connection_send_reply(struct http_request *req, in web_connection_send_reply() 861 static const char * web_get_action(struct http_request *req, in web_get_action() 920 struct http_request *req, in web_connection_parse_post() 984 struct http_request *req, in web_connection_parse_subscribe() 1206 struct http_request *req, in web_connection_parse_unsubscribe() 1332 static void web_connection_unimplemented(struct http_request *req) in web_connection_unimplemented() 1348 static void web_connection_check_data(void *ctx, struct http_request *req) in web_connection_check_data()
|
D | http_client.c | 24 struct wpabuf *req; member 131 struct wpabuf *req, size_t max_response, in http_client_addr() 237 struct wpabuf *req, size_t max_response, in http_client_url()
|
D | wps_er.c | 223 struct wpabuf *req; in wps_er_ap_unsubscribe() local 427 struct wpabuf *req; in wps_er_subscribe() local 708 static void wps_er_http_resp_not_found(struct http_request *req) in wps_er_http_resp_not_found() 727 static void wps_er_http_resp_ok(struct http_request *req) in wps_er_http_resp_ok() 1151 static void wps_er_http_event(struct wps_er *er, struct http_request *req, in wps_er_http_event() 1187 static void wps_er_http_notify(struct wps_er *er, struct http_request *req) in wps_er_http_notify() 1213 static void wps_er_http_req(void *ctx, struct http_request *req) in wps_er_http_req()
|
/hostap-latest/tests/hwsim/ |
D | test_eap_proto.py | 186 def eap_handler(ctx, req): argument 408 def eap_handler(ctx, req): argument 510 def sake_handler(ctx, req): argument 873 def sake_handler(ctx, req): argument 1070 def leap_handler(ctx, req): argument 1239 def leap_handler2(ctx, req): argument 1541 def md5_handler(ctx, req): argument 1711 def otp_handler(ctx, req): argument 1775 def otp_handler2(ctx, req): argument 1820 def gpsk_handler(ctx, req): argument [all …]
|
D | fst_module_aux.py | 190 def grequest(self, req): argument 198 def request(self, req): argument 666 def grequest(self, req): argument 746 def grequest(self, req): argument
|
/hostap-latest/src/utils/ |
D | browser.c | 104 WebKitURIRequest *req, in view_cb_resource_load_starting() 137 WebKitURIRequest *req; in view_cb_decide_policy() local 223 WebKitNetworkRequest *req, in view_cb_resource_request_starting() 238 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
|
D | browser-android.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
D | browser-system.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
D | browser-wpadebug.c | 30 static void http_req(void *ctx, struct http_request *req) in http_req()
|
/hostap-latest/src/eap_peer/ |
D | eap_pax.c | 93 static struct wpabuf * eap_pax_alloc_resp(const struct eap_pax_hdr *req, in eap_pax_alloc_resp() 117 const struct eap_pax_hdr *req, in eap_pax_process_std_1() 233 const struct eap_pax_hdr *req, in eap_pax_process_std_3() 337 const struct eap_pax_hdr *req; in eap_pax_process() local
|
D | eap_mschapv2.c | 245 struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, in eap_mschapv2_challenge() 351 const struct eap_mschapv2_hdr *req, in eap_mschapv2_success() 516 struct eap_method_ret *ret, const struct eap_mschapv2_hdr *req, u8 id) in eap_mschapv2_change_password() 658 const struct eap_mschapv2_hdr *req, in eap_mschapv2_failure()
|
D | eap_peap.c | 502 const struct wpabuf *req, struct wpabuf **resp, in eap_tlv_process() 632 struct wpabuf *req, in eap_peap_phase2_request() 794 const struct eap_hdr *req, in eap_peap_decrypt() 1025 const struct eap_hdr *req; in eap_peap_process() local
|
/hostap-latest/tests/fuzzing/eap-sim-peer/ |
D | eap-sim-peer.c | 77 void eap_sm_request_sim(struct eap_sm *sm, const char *req) in eap_sm_request_sim() 104 struct wpabuf *buf, *req; in LLVMFuzzerTestOneInput() local
|
/hostap-latest/tests/fuzzing/eap-aka-peer/ |
D | eap-aka-peer.c | 83 void eap_sm_request_sim(struct eap_sm *sm, const char *req) in eap_sm_request_sim() 110 struct wpabuf *buf, *req; in LLVMFuzzerTestOneInput() local
|
/hostap-latest/wpa_supplicant/examples/ |
D | p2p-nfc.py | 132 def wpas_report_handover(req, sel, type): argument 143 def wpas_report_handover_wsc(req, sel, type): argument
|
/hostap-latest/src/ap/ |
D | gas_query_ap.c | 48 struct wpabuf *req; member 262 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() 285 struct wpabuf *req; in gas_query_tx_comeback_req() local 679 struct wpabuf *req, in gas_query_ap_req()
|
/hostap-latest/src/eap_server/ |
D | eap_server_tnc.c | 107 struct wpabuf *req; in eap_tnc_build_start() local 129 struct wpabuf *req; in eap_tnc_build() local 220 struct wpabuf *req; in eap_tnc_build_msg() local
|
D | eap_server_mschapv2.c | 106 struct wpabuf *req; in eap_mschapv2_build_challenge() local 149 struct wpabuf *req; in eap_mschapv2_build_success_req() local 193 struct wpabuf *req; in eap_mschapv2_build_failure_req() local
|
D | eap_server_tls_common.c | 203 struct wpabuf *req; in eap_server_tls_build_msg() local 262 struct wpabuf *req; in eap_server_tls_build_ack() local
|
D | eap_server_wsc.c | 170 struct wpabuf *req; in eap_wsc_build_start() local 190 struct wpabuf *req; in eap_wsc_build_msg() local
|
/hostap-latest/wpa_supplicant/ |
D | rrm.c | 309 const struct rrm_measurement_request_element *req, in wpas_rrm_build_lci_report() 1198 const struct rrm_measurement_beacon_request *req, in wpas_rm_handle_beacon_req() 1306 const struct rrm_measurement_request_element *req, in wpas_rrm_handle_msr_req_element() 1373 const struct rrm_measurement_request_element *req; in wpas_rrm_process_msr_req_elems() local 1459 const struct rrm_link_measurement_request *req; in wpas_rrm_handle_link_measurement_request() local
|
D | gas_query.c | 51 struct wpabuf *req; member 285 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() 328 struct wpabuf *req; in gas_query_tx_comeback_req() local 839 int wildcard_bssid, int maintain_addr, struct wpabuf *req, in gas_query_req()
|
/hostap-latest/src/fst/ |
D | fst_session.c | 361 const struct fst_setup_req *req; in fst_session_handle_setup_request() local 642 const struct fst_ack_req *req; in fst_session_handle_ack_request() local 813 struct fst_setup_req req; in fst_session_initiate_setup() local 1028 struct fst_ack_req req; in fst_session_initiate_switch() local 1353 struct fst_setup_req req; in fst_test_req_send_fst_request() local 1480 struct fst_ack_req req; in fst_test_req_send_ack_request() local
|
/hostap-latest/src/p2p/ |
D | p2p_sd.c | 196 struct wpabuf *req; in p2p_send_gas_comeback_req() local 273 struct wpabuf *req; in p2p_start_sd() local 940 int p2p_sd_cancel_request(struct p2p_data *p2p, void *req) in p2p_sd_cancel_request()
|