Home
last modified time | relevance | path

Searched defs:gas (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dgas_query.c38 struct gas_query *gas; global() member
100 struct gas_query *gas; gas_query_init() local
138 struct gas_query *gas = query->gas; gas_query_free() local
155 gas_query_done(struct gas_query * gas,struct gas_query_pending * query,enum gas_query_result result) gas_query_done() argument
181 gas_query_deinit(struct gas_query * gas) gas_query_deinit() argument
197 gas_query_get_pending(struct gas_query * gas,const u8 * addr,u8 dialog_token) gas_query_get_pending() argument
228 struct gas_query *gas = wpa_s->gas; gas_query_tx_status() local
276 gas_query_tx(struct gas_query * gas,struct gas_query_pending * query,struct wpabuf * req,unsigned int wait_time) gas_query_tx() argument
317 gas_query_tx_comeback_req(struct gas_query * gas,struct gas_query_pending * query) gas_query_tx_comeback_req() argument
344 struct gas_query *gas = eloop_data; gas_query_rx_comeback_timeout() local
373 struct gas_query *gas = eloop_data; gas_query_tx_comeback_timeout() local
382 gas_query_tx_comeback_req_delay(struct gas_query * gas,struct gas_query_pending * query,u16 comeback_delay) gas_query_tx_comeback_req_delay() argument
403 gas_query_rx_initial(struct gas_query * gas,struct gas_query_pending * query,const u8 * adv_proto,const u8 * resp,size_t len,u16 comeback_delay) gas_query_rx_initial() argument
435 gas_query_rx_comeback(struct gas_query * gas,struct gas_query_pending * query,const u8 * adv_proto,const u8 * resp,size_t len,u8 frag_id,u8 more_frags,u16 comeback_delay) gas_query_rx_comeback() argument
509 gas_query_rx(struct gas_query * gas,const u8 * da,const u8 * sa,const u8 * bssid,u8 categ,const u8 * data,size_t len,int freq) gas_query_rx() argument
646 struct gas_query *gas = eloop_data; gas_query_timeout() local
656 gas_query_dialog_token_available(struct gas_query * gas,const u8 * dst,u8 dialog_token) gas_query_dialog_token_available() argument
673 struct gas_query *gas = query->gas; gas_query_start_cb() local
703 gas_query_tx_initial_req(struct gas_query * gas,struct gas_query_pending * query) gas_query_tx_initial_req() argument
722 gas_query_new_dialog_token(struct gas_query * gas,const u8 * dst) gas_query_new_dialog_token() argument
745 gas_query_set_sa(struct gas_query * gas,struct gas_query_pending * query) gas_query_set_sa() argument
822 gas_query_req(struct gas_query * gas,const u8 * dst,int freq,int wildcard_bssid,int maintain_addr,struct wpabuf * req,void (* cb)(void * ctx,const u8 * dst,u8 dialog_token,enum gas_query_result result,const struct wpabuf * adv_proto,const struct wpabuf * resp,u16 status_code),void * ctx) gas_query_req() argument
876 gas_query_stop(struct gas_query * gas,u8 dialog_token) gas_query_stop() argument
[all...]
H A Dgas_query.h52 static inline void gas_query_deinit(struct gas_query *gas) in gas_query_deinit()
H A Dwpa_supplicant_i.h1197 struct gas_query *gas; global() member
/freebsd-src/contrib/wpa/src/ap/
H A Dgas_query_ap.c37 struct gas_query_ap *gas; global() member
95 struct gas_query_ap *gas; gas_query_ap_init() local
142 gas_query_done(struct gas_query_ap * gas,struct gas_query_pending * query,enum gas_query_ap_result result) gas_query_done() argument
166 gas_query_ap_deinit(struct gas_query_ap * gas) gas_query_ap_deinit() argument
182 gas_query_get_pending(struct gas_query_ap * gas,const u8 * addr,u8 dialog_token) gas_query_get_pending() argument
206 gas_query_ap_tx_status(struct gas_query_ap * gas,const u8 * dst,const u8 * data,size_t data_len,int ok) gas_query_ap_tx_status() argument
258 gas_query_tx(struct gas_query_ap * gas,struct gas_query_pending * query,struct wpabuf * req,unsigned int wait_time) gas_query_tx() argument
280 gas_query_tx_comeback_req(struct gas_query_ap * gas,struct gas_query_pending * query) gas_query_tx_comeback_req() argument
307 struct gas_query_ap *gas = eloop_data; gas_query_rx_comeback_timeout() local
336 struct gas_query_ap *gas = eloop_data; gas_query_tx_comeback_timeout() local
345 gas_query_tx_comeback_req_delay(struct gas_query_ap * gas,struct gas_query_pending * query,u16 comeback_delay) gas_query_tx_comeback_req_delay() argument
361 gas_query_rx_initial(struct gas_query_ap * gas,struct gas_query_pending * query,const u8 * adv_proto,const u8 * resp,size_t len,u16 comeback_delay) gas_query_rx_initial() argument
393 gas_query_rx_comeback(struct gas_query_ap * gas,struct gas_query_pending * query,const u8 * adv_proto,const u8 * resp,size_t len,u8 frag_id,u8 more_frags,u16 comeback_delay) gas_query_rx_comeback() argument
466 gas_query_ap_rx(struct gas_query_ap * gas,const u8 * sa,u8 categ,const u8 * data,size_t len,int freq) gas_query_ap_rx() argument
602 struct gas_query_ap *gas = eloop_data; gas_query_timeout() local
612 gas_query_dialog_token_available(struct gas_query_ap * gas,const u8 * dst,u8 dialog_token) gas_query_dialog_token_available() argument
626 gas_query_tx_initial_req(struct gas_query_ap * gas,struct gas_query_pending * query) gas_query_tx_initial_req() argument
645 gas_query_new_dialog_token(struct gas_query_ap * gas,const u8 * dst) gas_query_new_dialog_token() argument
674 gas_query_ap_req(struct gas_query_ap * gas,const u8 * dst,int freq,struct wpabuf * req,void (* cb)(void * ctx,const u8 * dst,u8 dialog_token,enum gas_query_ap_result result,const struct wpabuf * adv_proto,const struct wpabuf * resp,u16 status_code),void * ctx) gas_query_ap_req() argument
[all...]
H A Dhostapd.h386 struct gas_query_ap *gas; global() member
/freebsd-src/contrib/wpa/src/common/
H A Dgas_server.c32 struct gas_server *gas; global() member
89 gas_server_send_resp(struct gas_server * gas,struct gas_server_handler * handler,struct gas_server_response * response,const u8 * da,int freq,u8 dialog_token,struct wpabuf * query_resp,u16 comeback_delay) gas_server_send_resp() argument
164 gas_server_rx_initial_req(struct gas_server * gas,const u8 * da,const u8 * sa,const u8 * bssid,int freq,u8 dialog_token,const u8 * data,size_t len) gas_server_rx_initial_req() argument
259 struct gas_server *gas = handler->gas; gas_server_handle_rx_comeback_req() local
335 gas_server_rx_comeback_req(struct gas_server * gas,const u8 * da,const u8 * sa,const u8 * bssid,int freq,u8 dialog_token) gas_server_rx_comeback_req() argument
367 gas_server_rx(struct gas_server * gas,const u8 * da,const u8 * sa,const u8 * bssid,u8 categ,const u8 * data,size_t len,int freq) gas_server_rx() argument
436 gas_server_tx_status(struct gas_server * gas,const u8 * dst,const u8 * data,size_t data_len,int ack) gas_server_tx_status() argument
471 gas_server_set_resp(struct gas_server * gas,void * resp_ctx,struct wpabuf * resp) gas_server_set_resp() argument
492 gas_server_response_sent(struct gas_server * gas,void * resp_ctx) gas_server_response_sent() argument
513 struct gas_server *gas; gas_server_init() local
526 gas_server_deinit(struct gas_server * gas) gas_server_deinit() argument
550 gas_server_register(struct gas_server * gas,const u8 * adv_proto_id,u8 adv_proto_id_len,struct wpabuf * (* req_cb)(void * ctx,void * resp_ctx,const u8 * sa,const u8 * query,size_t query_len,u16 * comeback_delay),void (* status_cb)(void * ctx,struct wpabuf * resp,int ok),void * ctx) gas_server_register() argument
[all...]
H A Dgas_server.h43 gas_server_deinit(struct gas_server * gas) gas_server_deinit() argument
/freebsd-src/sys/dev/acpica/
H A Dacpi_package.c119 ACPI_GENERIC_ADDRESS gas; in acpi_PkgGas() local
136 ACPI_GENERIC_ADDRESS gas; in acpi_PkgFFH_IntelCpu() local
H A Dacpi_throttle.c238 ACPI_GENERIC_ADDRESS gas; in acpi_throttle_evaluate() local
H A Dacpi_cpu.c699 ACPI_GENERIC_ADDRESS gas; acpi_cpu_generic_cx_probe() local
H A Dacpi.c1674 acpi_bus_alloc_gas(device_t dev,int * type,int * rid,ACPI_GENERIC_ADDRESS * gas,struct resource ** res,u_int flags) acpi_bus_alloc_gas() argument
[all...]
/freebsd-src/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c87 ACPI_GENERIC_ADDRESS *gas) in acpi_get_gas()
107 ACPI_GENERIC_ADDRESS gas; in acpi_get_pct() member
294 ACPI_GENERIC_ADDRESS gas; in acpi_fetch_cx() local
/freebsd-src/sys/dev/wdatwd/
H A Dwdatwd.c140 ACPI_GENERIC_ADDRESS *gas = &wdat->entry.RegisterRegion; in wdatwd_action() local
/freebsd-src/usr.sbin/bhyve/
H A Dbasl.c132 basl_fill_gas(ACPI_GENERIC_ADDRESS *const gas, const uint8_t space_id, in basl_fill_gas()
/freebsd-src/usr.sbin/acpi/acpidump/
H A Dacpi.c192 acpi_print_gas(ACPI_GENERIC_ADDRESS *gas) in acpi_print_gas() argument
[all...]