Home
last modified time | relevance | path

Searched refs:u8 (Results 1 - 25 of 2265) sorted by relevance

12345678910>>...91

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h16 u8 id;
17 u8 datalen;
18 u8 data[];
27 const u8 *ie;
28 u8 ie_len;
30 u8 nof_ies;
35 const u8 *ssid;
36 const u8 *supp_rates;
37 const u8 *ds_params;
38 const u8 *challeng
[all...]
H A Dwpa_common.h120 #define RSN_SELECTOR_PUT(a, val) WPA_PUT_BE32((u8 *) (a), (val))
121 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a))
185 u8 type;
187 u8 key_info[2]; /* big endian */
188 u8 key_length[2]; /* big endian */
189 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
190 u8 key_nonce[WPA_NONCE_LEN];
191 u8 key_iv[16];
192 u8 key_rsc[WPA_KEY_RSC_LEN];
193 u8 key_i
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h16 u8 id;
17 u8 datalen;
18 u8 data[];
37 const u8 *ie;
38 u8 ie_len;
40 u8 nof_ies;
45 u8 eid;
46 u8 eid_ext;
47 const u8 *ie;
48 u8 ie_le
[all...]
H A Dwpa_common.h154 #define RSN_SELECTOR_PUT(a, val) WPA_PUT_BE32((u8 *) (a), (val))
155 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a))
219 u8 type;
221 u8 key_info[2]; /* big endian */
222 u8 key_length[2]; /* big endian */
223 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
224 u8 key_nonce[WPA_NONCE_LEN];
225 u8 key_iv[16];
226 u8 key_rsc[WPA_KEY_RSC_LEN];
227 u8 key_i
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h40 u8 mi[MI_LEN];
46 u8 mi[MI_LEN];
50 u8 key_server_priority;
66 u8 parameter[4];
69 int (*cak_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
70 const u8 *mac2, u8 *cak, size_t cak_bytes);
71 int (*ckn_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h60 u8 interface_addr[ETH_ALEN];
66 u8 member_in_go_dev[ETH_ALEN];
72 u8 member_in_go_iface[ETH_ALEN];
76 u8 dialog_token;
77 u8 tie_breaker;
78 u8 intended_addr[ETH_ALEN];
83 u8 oper_ssid[SSID_MAX_LEN];
132 u8 go_timeout;
133 u8 client_timeout;
138 u8 go_neg_conf_sen
[all...]
H A Dp2p.h52 u8 reg_class;
57 u8 channel[P2P_MAX_REG_CLASS_CHANNELS];
102 u8 max_oper_chwidth;
114 u8 ssid[SSID_MAX_LEN];
124 u8 psk[32];
139 u8 peer_device_addr[ETH_ALEN];
144 u8 peer_interface_addr[ETH_ALEN];
201 u8 conncap;
206 u8 role;
211 u8 session_ma
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.h74 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
75 const u8 *nonce_mt, u16 selected_version,
76 const u8 *ver_list, size_t ver_list_len,
77 int num_chal, const u8 *kc, u8 *mk);
78 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
79 const u8 *ik, const u8 *ck, u8 *mk);
80 int eap_sim_derive_keys(const u8 *m
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.h78 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
79 const u8 *nonce_mt, u16 selected_version,
80 const u8 *ver_list, size_t ver_list_len,
81 int num_chal, const u8 *kc, u8 *mk);
82 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
83 const u8 *ik, const u8 *ck, u8 *mk);
84 int eap_sim_derive_keys(const u8 *m
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay_i.h40 u8 mi[MI_LEN];
46 u8 mi[MI_LEN];
50 u8 key_server_priority;
66 u8 parameter[4];
69 int (*cak_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
70 const u8 *mac2, u8 *cak, size_t cak_bytes);
71 int (*ckn_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dms_funcs.h12 int generate_nt_response(const u8 *auth_challenge, const u8 *peer_challenge,
13 const u8 *username, size_t username_len,
14 const u8 *password, size_t password_len,
15 u8 *response);
16 int generate_nt_response_pwhash(const u8 *auth_challenge,
17 const u8 *peer_challenge,
18 const u8 *username, size_t username_len,
19 const u8 *password_hash,
20 u8 *respons
[all...]
H A Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
22 u8 *cipher);
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
24 const u8 *cipher, u8 *plain);
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
26 size_t num_elem, const u8 *addr[],
27 const size_t *len, u8 *mac);
28 int __must_check omac1_aes_128_vector(const u8 *ke
[all...]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
13 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik,
14 u8 *ck, u8 *res, size_t *res_len);
15 int milenage_auts(const u8 *op
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dms_funcs.h12 int generate_nt_response(const u8 *auth_challenge, const u8 *peer_challenge,
13 const u8 *username, size_t username_len,
14 const u8 *password, size_t password_len,
15 u8 *response);
16 int generate_nt_response_pwhash(const u8 *auth_challenge,
17 const u8 *peer_challenge,
18 const u8 *username, size_t username_len,
19 const u8 *password_hash,
20 u8 *respons
[all...]
H A Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
22 u8 *cipher);
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
24 const u8 *cipher, u8 *plain);
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
26 size_t num_elem, const u8 *addr[],
27 const size_t *len, u8 *mac);
28 int __must_check omac1_aes_128_vector(const u8 *ke
[all...]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
13 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik,
14 u8 *ck, u8 *res, size_t *res_len);
15 int milenage_auts(const u8 *op
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.h61 u8 bLength;
62 u8 bDescriptorType;
63 u8 bDescriptorSubtype;
67 u8 bInCollection;
68 u8 bInterfaceNr;
102 u8 bLength;
103 u8 bDescriptorType;
104 u8 bDescriptorSubtype;
105 u8 bTerminalID;
107 u8 bAssocTermina
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.h28 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */
29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */
31 u8 ap_address[ETH_ALEN];
153 u8 addr[ETH_ALEN];
154 u8 id[FT_R0KH_ID_MAX_LEN];
156 u8 key[32];
163 u8 addr[ETH_ALEN];
164 u8 id[FT_R1KH_ID_LEN];
165 u8 key[32];
199 u8 ssi
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_parse.h16 const u8 *version; /* 1 octet */
17 const u8 *version2; /* 1 octet */
18 const u8 *msg_type; /* 1 octet */
19 const u8 *enrollee_nonce; /* WPS_NONCE_LEN (16) octets */
20 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */
21 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */
22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */
23 const u8 *auth_type_flags; /* 2 octets */
24 const u8 *encr_type_flags; /* 2 octets */
25 const u8 *conn_type_flag
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_parse.h16 const u8 *version; /* 1 octet */
17 const u8 *version2; /* 1 octet */
18 const u8 *msg_type; /* 1 octet */
19 const u8 *enrollee_nonce; /* WPS_NONCE_LEN (16) octets */
20 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */
21 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */
22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */
23 const u8 *auth_type_flags; /* 2 octets */
24 const u8 *encr_type_flags; /* 2 octets */
25 const u8 *conn_type_flag
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h60 u8 interface_addr[ETH_ALEN];
66 u8 member_in_go_dev[ETH_ALEN];
72 u8 member_in_go_iface[ETH_ALEN];
76 u8 dialog_token;
77 u8 tie_breaker;
78 u8 intended_addr[ETH_ALEN];
83 u8 oper_ssid[SSID_MAX_LEN];
132 u8 go_timeout;
133 u8 client_timeout;
138 u8 go_neg_conf_sen
[all...]
H A Dp2p.h52 u8 reg_class;
57 u8 channel[P2P_MAX_REG_CLASS_CHANNELS];
104 u8 max_oper_chwidth;
116 u8 ssid[SSID_MAX_LEN];
126 u8 psk[32];
141 u8 peer_device_addr[ETH_ALEN];
146 u8 peer_interface_addr[ETH_ALEN];
203 u8 conncap;
208 u8 role;
213 u8 session_ma
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h28 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */
29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */
31 u8 ap_address[ETH_ALEN];
153 u8 addr[ETH_ALEN];
154 u8 id[FT_R0KH_ID_MAX_LEN];
156 u8 key[32];
163 u8 addr[ETH_ALEN];
164 u8 id[FT_R1KH_ID_LEN];
165 u8 key[32];
201 u8 ssi
[all...]
H A Dieee802_11.h22 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
48 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
50 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
51 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *ei
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.h31 const u8 *addr, int key_idx, int set_tx,
32 const u8 *seq, size_t seq_len,
33 const u8 *key, size_t key_len);
35 int (*get_bssid)(void *ctx, u8 *bssid);
36 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
40 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len,
42 int (*add_pmkid)(void *ctx, void *network_ctx, const u8 *bssid,
43 const u8 *pmki
[all...]

Completed in 18 milliseconds

12345678910>>...91