Home
last modified time | relevance | path

Searched defs:buf (Results 6276 - 6300 of 20903) sorted by relevance

1...<<251252253254255256257258259260>>...837

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dcli.c94 char buf[18]; in cli_txt_list_del_addr() local
107 char *buf; in cli_txt_list_del_word() local
143 char buf[1 in cli_txt_list_add_addr() local
156 char *buf; cli_txt_list_add_word() local
211 write_cmd(char *buf, size_t buflen, const char *cmd, int argc, char *argv[]) write_cmd() argument
[all...]
H A Dgas.c20 struct wpabuf *buf; in gas_build_req() local
51 struct wpabuf *buf; in gas_build_resp() local
99 gas_add_adv_proto_anqp(struct wpabuf *buf, u8 query_resp_len_limit, u8 pame_bi) gas_add_adv_proto_anqp() argument
114 struct wpabuf *buf; gas_anqp_build_initial_req() local
131 struct wpabuf *buf; gas_anqp_build_initial_resp() local
151 struct wpabuf *buf; gas_anqp_build_initial_resp_buf() local
172 struct wpabuf *buf; gas_anqp_build_comeback_resp() local
193 struct wpabuf *buf; gas_anqp_build_comeback_resp_buf() local
217 gas_anqp_set_len(struct wpabuf *buf) gas_anqp_set_len() argument
255 gas_anqp_add_element(struct wpabuf *buf, u16 info_id) gas_anqp_add_element() argument
270 gas_anqp_set_element_len(struct wpabuf *buf, u8 *len_pos) gas_anqp_set_element_len() argument
[all...]
H A Dptksa_cache.c160 int ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) in ptksa_cache_list() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp98 deSocketResult send (const void* buf, size_t bufSize, size_t* numSent) { return deSocket_send(m_socket, buf, bufSize, numSent); } in send() argument
99 deSocketResult receive (void* buf, size_t bufSize, size_t* numRecv) { return deSocket_receive(m_socket, buf, bufSize, numRecv); } in receive() argument
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeRingbuffer.c113 static deStreamResult producerStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* written) in producerStream_write() argument
195 static deStreamResult consumerStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* read) in consumerStream_read() argument
H A DdeThreadStream.c83 static deStreamResult threadInStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32* numRead) in threadInStream_read() argument
152 static deStreamResult threadOutStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, deInt32* numWritten) in threadOutStream_write() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-siv.c68 u8 *buf = NULL; in aes_s2v() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_common.c199 char *start, *end, *buf; in wpa_get_wowlan_triggers() local
H A Ddriver_nl80211_android.c25 char *buf; member
47 char buf[MAX_DRV_CMD_SIZE]; in android_priv_cmd() local
82 char buf[WEXT_PNO_MAX_COMMAND_SIZE]; android_pno_start() local
162 wpa_driver_get_p2p_noa(void *priv, u8 *buf, size_t len) wpa_driver_get_p2p_noa() argument
[all...]
H A Dnetlink.c39 char buf[8192]; in netlink_receive() local
23 netlink_receive_link(struct netlink_data *netlink, void (*cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf, size_t len), struct nlmsghdr *h) netlink_receive_link() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_fast_common.c19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() argument
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv() argument
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf() argument
44 struct wpabuf * eap_fast_tlv_eap_payload(struct wpabuf *buf) in eap_fast_tlv_eap_payload() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.c94 size_t eap_get_names(char *buf, size_t buflen) in eap_get_names() argument
H A Deap_proxy_dummy.c59 int eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, in eap_proxy_sm_get_status() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_iface.h105 fst_iface_update_mb_ie(struct fst_iface *i, const u8 *addr, const u8 *buf, size_t size) fst_iface_update_mb_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_none.c55 u8 buf[2300]; in l2_packet_receive() local
120 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() argument
37 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
67 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument
94 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
H A Dl2_packet_rtos.c38 l2_packet_send(const struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
87 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init() argument
121 l2_packet_init_bridge( const char *br_ifname, const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) l2_packet_init_bridge() argument
145 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) l2_packet_get_ip_addr() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_dev_disc.c21 struct wpabuf *buf; in p2p_build_dev_disc_req() local
112 struct wpabuf *buf; in p2p_build_dev_disc_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Drsa.c61 crypto_rsa_import_public_key(const u8 *buf, size_t len) in crypto_rsa_import_public_key() argument
144 crypto_rsa_import_private_key(const u8 *buf, size_t len) in crypto_rsa_import_private_key() argument
H A Dtlsv1_record.c150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpabuf.c22 static struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf) in wpabuf_get_trace() argument
30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() argument
49 struct wpabuf *buf = *_buf; in wpabuf_resize() local
118 struct wpabuf *buf; wpabuf_alloc() local
140 struct wpabuf *buf; wpabuf_alloc_ext_data() local
162 struct wpabuf *buf = wpabuf_alloc(len); wpabuf_alloc_copy() local
171 struct wpabuf *buf = wpabuf_alloc(wpabuf_len(src)); wpabuf_dup() local
182 wpabuf_free(struct wpabuf *buf) wpabuf_free() argument
208 wpabuf_clear_free(struct wpabuf *buf) wpabuf_clear_free() argument
217 wpabuf_put(struct wpabuf *buf, size_t len) wpabuf_put() argument
275 wpabuf_zeropad(struct wpabuf *buf, size_t len) wpabuf_zeropad() argument
298 wpabuf_printf(struct wpabuf *buf, char *fmt, ...) wpabuf_printf() argument
320 wpabuf_parse_bin(const char *buf) wpabuf_parse_bin() argument
[all...]
H A Dwpabuf.h23 u8 *buf; /* pointer to the head of the buffer */ member
48 wpabuf_size(const struct wpabuf *buf) wpabuf_size() argument
58 wpabuf_len(const struct wpabuf *buf) wpabuf_len() argument
68 wpabuf_tailroom(const struct wpabuf *buf) wpabuf_tailroom() argument
93 wpabuf_head(const struct wpabuf *buf) wpabuf_head() argument
98 wpabuf_head_u8(const struct wpabuf *buf) wpabuf_head_u8() argument
108 wpabuf_mhead(struct wpabuf *buf) wpabuf_mhead() argument
113 wpabuf_mhead_u8(struct wpabuf *buf) wpabuf_mhead_u8() argument
118 wpabuf_put_u8(struct wpabuf *buf, u8 data) wpabuf_put_u8() argument
124 wpabuf_put_le16(struct wpabuf *buf, u16 data) wpabuf_put_le16() argument
130 wpabuf_put_le32(struct wpabuf *buf, u32 data) wpabuf_put_le32() argument
136 wpabuf_put_le64(struct wpabuf *buf, u64 data) wpabuf_put_le64() argument
142 wpabuf_put_be16(struct wpabuf *buf, u16 data) wpabuf_put_be16() argument
148 wpabuf_put_be24(struct wpabuf *buf, u32 data) wpabuf_put_be24() argument
154 wpabuf_put_be32(struct wpabuf *buf, u32 data) wpabuf_put_be32() argument
160 wpabuf_put_be64(struct wpabuf *buf, u64 data) wpabuf_put_be64() argument
166 wpabuf_put_data(struct wpabuf *buf, const void *data, size_t len) wpabuf_put_data() argument
179 wpabuf_set(struct wpabuf *buf, const void *data, size_t len) wpabuf_set() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dndef.c83 static struct wpabuf * ndef_parse_records(const struct wpabuf *buf, in ndef_parse_records() argument
167 struct wpabuf * ndef_parse_wifi(const struct wpabuf *buf) in ndef_parse_wifi() argument
173 struct wpabuf * ndef_build_wifi(const struct wpabuf *buf) in ndef_build_wifi() argument
193 struct wpabuf * ndef_parse_p2p(const struct wpabuf *buf) in ndef_parse_p2p() argument
199 struct wpabuf * ndef_build_p2p(const struct wpabuf *buf) in ndef_build_p2p() argument
[all...]
H A Dwps_upnp_event.c147 struct wpabuf *buf; in event_build_message() local
274 struct wpabuf *buf; event_send_start() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Doffchannel.c261 offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, void (*tx_cb)(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result), int no_cck) offchannel_send_action() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Daccounting.c39 char buf[128]; in accounting_msg() local
446 char buf[20]; in accounting_report_state() local
[all...]

Completed in 16 milliseconds

1...<<251252253254255256257258259260>>...837