Home
last modified time | relevance | path

Searched defs:buf (Results 3901 - 3925 of 6734) sorted by relevance

1...<<151152153154155156157158159160>>...270

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_psk.c90 u8 *buf, *pos; in eap_psk_process_1() local
184 u8 *buf, *rpchannel, nonce[16], *decrypted; in eap_psk_process_3() local
[all...]
H A Deap_tls.c355 static int eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_tls_get_status() argument
H A Deap_tnc.c148 eap_tnc_process_cont(struct eap_tnc_data *data, const u8 *buf, size_t len) eap_tnc_process_cont() argument
167 eap_tnc_process_fragment(struct eap_tnc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u32 message_length, const u8 *buf, size_t len) eap_tnc_process_fragment() argument
H A Deap_wsc.c368 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) eap_wsc_process_cont() argument
394 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) eap_wsc_process_fragment() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_ikev2.c279 eap_ikev2_process_cont(struct eap_ikev2_data *data, const u8 *buf, size_t len) eap_ikev2_process_cont() argument
298 eap_ikev2_process_fragment(struct eap_ikev2_data *data, u8 flags, u32 message_length, const u8 *buf, size_t len) eap_ikev2_process_fragment() argument
H A Deap_server_psk.c94 u8 *buf, *pchannel, nonce[16]; in eap_psk_build_3() local
218 u8 *pos, mac[EAP_PSK_MAC_LEN], *buf; in eap_psk_process_2() local
[all...]
H A Deap_server_tls.c59 struct wpabuf *buf; in eap_tls_valid_session() local
276 const struct wpabuf *buf; in eap_tls_process() local
[all...]
H A Deap_server_tls_common.c334 char buf[20]; in eap_server_tls_phase1() local
504 struct wpabuf *buf; in eap_server_tls_encrypt() local
268 eap_server_tls_process_cont(struct eap_ssl_data *data, const u8 *buf, size_t len) eap_server_tls_process_cont() argument
286 eap_server_tls_process_fragment(struct eap_ssl_data *data, u8 flags, u32 message_length, const u8 *buf, size_t len) eap_server_tls_process_fragment() argument
[all...]
H A Deap_server_wsc.c292 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) eap_wsc_process_cont() argument
319 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) eap_wsc_process_fragment() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_group.c54 static void fst_fill_mb_ie(struct wpabuf *buf, const u8 *bssid, in fst_fill_mb_ie() argument
90 static unsigned fst_fill_iface_mb_ies(struct fst_iface *f, struct wpabuf *buf) in fst_fill_iface_mb_ies() argument
130 struct wpabuf *buf; in fst_group_create_mb_ie() local
171 buf); fst_group_create_mb_ie() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_freebsd.c82 unsigned char *buf; in l2_packet_receive() local
55 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
227 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
259 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
284 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) l2_packet_get_ip_addr() argument
[all...]
H A Dl2_packet_linux.c182 u8 buf[2300]; in l2_packet_receive() local
120 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
292 u8 buf[2300]; l2_packet_receive_br() local
341 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
415 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
521 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) l2_packet_get_ip_addr() argument
[all...]
H A Dl2_packet_ndis.c521 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() argument
91 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
349 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
454 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_pcap.c125 unsigned char *buf; in l2_packet_receive() local
152 unsigned char *buf; in l2_packet_receive_cb() local
78 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
279 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
315 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
345 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) l2_packet_get_ip_addr() argument
[all...]
H A Dl2_packet_privsep.c97 u8 buf[2300]; in l2_packet_receive() local
62 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) l2_packet_send() argument
128 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
235 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
267 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_invitation.c30 struct wpabuf *buf; in p2p_build_invitation_req() local
122 struct wpabuf *buf; p2p_build_invitation_resp() local
[all...]
H A Dp2p_parse.c418 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() argument
454 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() argument
704 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, in p2p_group_info_text() argument
781 p2p_attr_text(struct wpabuf *data, char *buf, char *end) p2p_attr_text() argument
[all...]
H A Dp2p_sd.c174 struct wpabuf *buf; in p2p_build_sd_query() local
217 struct wpabuf *buf; p2p_build_sd_response() local
249 struct wpabuf *buf; p2p_build_gas_comeback_resp() local
[all...]
H A Dp2p_utils.c29 int p2p_random(char *buf, size_t len) in p2p_random() argument
362 char buf[500], *pos, *end; in p2p_channels_dump() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_key.c42 u8 *buf; in aes_kdf() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_das.c60 u8 *buf; in radius_das_disconnect() local
220 u8 *buf; radius_das_coa() local
384 u8 buf[1500]; radius_das_receive() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpmksa_cache.c624 int pmksa_cache_list(struct rsn_pmksa_cache *pmksa, char *buf, size_t len) in pmksa_cache_list() argument
[all...]
H A Dpmksa_cache.h122 static inline int pmksa_cache_list(struct rsn_pmksa_cache *pmksa, char *buf, in pmksa_cache_list() argument
H A Dpreauth.c145 static int rsn_preauth_eapol_send(void *ctx, int type, const u8 *buf, in rsn_preauth_eapol_send() argument
536 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, in rsn_preauth_get_status() argument
61 rsn_preauth_receive(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) rsn_preauth_receive() argument
[all...]
H A Dwpa_ft.c197 u8 *buf, *pos, *ftie_len, *ftie_pos, *fte_mic, *elem_count; in wpa_ft_gen_req_ies() local
[all...]

Completed in 18 milliseconds

1...<<151152153154155156157158159160>>...270