Searched refs:wpabuf_head (Results 1 - 25 of 274) sorted by relevance

1234567891011

/external/wpa_supplicant_8/wpa_supplicant/
H A Dnfc_pw_token.c28 pos = wpabuf_head(buf);
61 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(buf),
65 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(ndef),
H A Doffchannel.c127 wpabuf_head(wpa_s->pending_action_tx),
139 wpabuf_head(wpa_s->pending_action_tx),
175 os_memcmp(data + 24, wpabuf_head(wpa_s->pending_action_tx),
283 wpabuf_head(wpa_s->pending_action_tx),
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.c33 hdr = wpabuf_head(msg);
76 hdr = wpabuf_head(msg);
189 eap = wpabuf_head(msg);
204 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
H A Deap_ikev2_common.c97 wpabuf_head(msg),
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.c33 hdr = wpabuf_head(msg);
76 hdr = wpabuf_head(msg);
189 eap = wpabuf_head(msg);
204 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
H A Deap_ikev2_common.c97 wpabuf_head(msg),
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.c33 hdr = wpabuf_head(msg);
76 hdr = wpabuf_head(msg);
189 eap = wpabuf_head(msg);
204 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password.c94 if (mlock(wpabuf_head(buf), wpabuf_len(buf)) < 0) {
110 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) {
H A Dwpabuf.h73 * wpabuf_head - Get pointer to the head of the buffer data
77 static inline const void * wpabuf_head(const struct wpabuf *buf) function
84 return wpabuf_head(buf);
148 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
H A Dext_password_test.c69 wpabuf_head(buf),
H A Dwpa_debug.h91 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
113 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
/external/wpa_supplicant_8/src/utils/
H A Dext_password.c94 if (mlock(wpabuf_head(buf), wpabuf_len(buf)) < 0) {
110 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) {
H A Dwpabuf.h73 * wpabuf_head - Get pointer to the head of the buffer data
77 static inline const void * wpabuf_head(const struct wpabuf *buf) function
84 return wpabuf_head(buf);
148 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
H A Dext_password_test.c69 wpabuf_head(buf),
H A Dwpa_debug.h91 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
113 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password.c94 if (mlock(wpabuf_head(buf), wpabuf_len(buf)) < 0) {
110 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) {
H A Dwpabuf.h73 * wpabuf_head - Get pointer to the head of the buffer data
77 static inline const void * wpabuf_head(const struct wpabuf *buf) function
84 return wpabuf_head(buf);
148 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
H A Dext_password_test.c69 wpabuf_head(buf),
H A Dwpa_debug.h91 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
113 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_internal.c436 in_data ? wpabuf_head(in_data) : NULL,
480 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
510 res = tlsv1_client_encrypt(conn->client, wpabuf_head(in_data),
529 res = tlsv1_server_encrypt(conn->server, wpabuf_head(in_data),
563 return tlsv1_client_decrypt(conn->client, wpabuf_head(in_data),
575 res = tlsv1_server_decrypt(conn->server, wpabuf_head(in_data),
/external/wpa_supplicant_8/src/crypto/
H A Dtls_internal.c436 in_data ? wpabuf_head(in_data) : NULL,
480 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
510 res = tlsv1_client_encrypt(conn->client, wpabuf_head(in_data),
529 res = tlsv1_server_encrypt(conn->server, wpabuf_head(in_data),
563 return tlsv1_client_decrypt(conn->client, wpabuf_head(in_data),
575 res = tlsv1_server_decrypt(conn->server, wpabuf_head(in_data),
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_internal.c436 in_data ? wpabuf_head(in_data) : NULL,
480 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
510 res = tlsv1_client_encrypt(conn->client, wpabuf_head(in_data),
529 res = tlsv1_server_encrypt(conn->server, wpabuf_head(in_data),
563 return tlsv1_client_decrypt(conn->client, wpabuf_head(in_data),
575 res = tlsv1_server_decrypt(conn->server, wpabuf_head(in_data),
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhs20.c137 wpabuf_head(buf), wpabuf_len(buf));
172 wpabuf_head(buf), wpabuf_len(buf));
/external/wpa_supplicant_8/src/ap/
H A Dhs20.c137 wpabuf_head(buf), wpabuf_len(buf));
172 wpabuf_head(buf), wpabuf_len(buf));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhs20.c137 wpabuf_head(buf), wpabuf_len(buf));
172 wpabuf_head(buf), wpabuf_len(buf));

Completed in 2432 milliseconds

1234567891011