Home
last modified time | relevance | path

Searched full:u8 (Results 1 – 25 of 2059) sorted by relevance

12345678910>>...83

/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h349 u8 outer_dmac[0x1];
350 u8 outer_smac[0x1];
351 u8 outer_ether_type[0x1];
352 u8 outer_ip_version[0x1];
353 u8 outer_first_prio[0x1];
354 u8 outer_first_cfi[0x1];
355 u8 outer_first_vid[0x1];
356 u8 reserved_1[0x1];
357 u8 outer_second_prio[0x1];
358 u8 outer_second_cfi[0x1];
[all …]
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h52 u8 max_num_qps[0x10];
53 u8 reserved_at_10[0x8];
54 u8 total_rcv_credits[0x8];
56 u8 reserved_at_20[0xe];
57 u8 qp_type[0x2];
58 u8 reserved_at_30[0x5];
59 u8 rae[0x1];
60 u8 rwe[0x1];
61 u8 rre[0x1];
62 u8 reserved_at_38[0x4];
[all …]
/freebsd/contrib/wpa/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;
34 u8 capability;
35 u8 profile;
41 const u8 *ssid;
42 const u8 *supp_rates;
[all …]
H A Dwpa_common.h150 #define RSN_SELECTOR_PUT(a, val) WPA_PUT_BE32((u8 *) (a), (val))
151 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a))
227 u8 type;
229 u8 key_info[2]; /* big endian */
230 u8 key_length[2]; /* big endian */
231 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
232 u8 key_nonce[WPA_NONCE_LEN];
233 u8 key_iv[16];
234 u8 key_rsc[WPA_KEY_RSC_LEN];
235 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h17 u8 eid;
18 u8 seq;
19 u8 option;
20 u8 __rsv;
22 u8 ext_eid;
23 u8 __rsv1[2];
24 u8 s2d_index;
28 u8 cid;
29 u8 __rsv[3];
36 u8 omac_idx;
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dnvram_map34 u8 aa2g {
39 u8 aa5g {
45 u8 ag0 {
51 u8 ag1 {
57 u8 ag2 {
63 u8 ag3 {
70 u8 txchain {
78 u8 rxchain {
94 u8 aga0 {
98 u8 aga1 {
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.h17 u8 ctrl_id;
18 u8 band_idx;
21 u8 protect_type; /* 1: duty admit, 2: radio off */
22 u8 trigger_type; /* 0: low, 1: high */
25 u8 duty_level; /* level 0~3 */
26 u8 duty_cycle;
36 u8 rsv[8];
42 u8 omac_idx;
43 u8 csa_count;
44 u8 band_idx;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h53 u8 cid;
54 u8 pkt_type;
55 u8 set_query; /* FW don't care */
56 u8 seq;
58 u8 uc_d2b0_rev;
59 u8 ext_cid;
60 u8 s2d_index;
61 u8 ext_cid_ack;
103 u8 rsv;
104 u8 pkt_type;
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b.h
H A Drtw8852c.h14 u8 rsvd[0x38];
15 u8 mac_addr[ETH_ALEN];
19 u8 mac_addr[ETH_ALEN];
23 u8 cck_tssi[TSSI_CCK_CH_GROUP_NUM];
24 u8 bw40_tssi[TSSI_MCS_2G_CH_GROUP_NUM];
25 u8 rsvd[7];
26 u8 bw40_1s_tssi_5g[TSSI_MCS_5G_CH_GROUP_NUM];
30 u8 rsvd[0x210];
32 u8 rsvd1[10];
34 u8 rsvd
[all...]
H A Drtw8852a.h20 u8 rsvd[0x38];
21 u8 mac_addr[ETH_ALEN];
25 u8 mac_addr[ETH_ALEN];
29 u8 cck_tssi[TSSI_CCK_CH_GROUP_NUM];
30 u8 bw40_tssi[TSSI_MCS_2G_CH_GROUP_NUM];
31 u8 rsvd[7];
32 u8 bw40_1s_tssi_5g[TSSI_MCS_5G_CH_GROUP_NUM];
36 u8 rsvd[0x210];
38 u8 rsvd1[10];
40 u8 rsvd2[94];
[all …]
H A Drtw8851b.h14 u8 rsvd[0x88];
15 u8 mac_addr[ETH_ALEN];
19 u8 mac_addr[ETH_ALEN];
23 u8 cck_tssi[TSSI_CCK_CH_GROUP_NUM];
24 u8 bw40_tssi[TSSI_MCS_2G_CH_GROUP_NUM];
25 u8 rsvd[7];
26 u8 bw40_1s_tssi_5g[TSSI_MCS_5G_CH_GROUP_NUM];
30 u8 rsvd[0x210];
32 u8 rsvd1[136];
33 u8 channel_plan;
[all …]
/freebsd/contrib/wpa/src/crypto/
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 *key, size_t num_elem,
29 const u8 *addr[], const size_t *len,
30 u8 *mac);
[all …]
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 *response);
21 int generate_authenticator_response(const u8 *password, size_t password_len,
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.h28 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
30 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
54 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid,
56 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
57 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
58 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
59 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid,
61 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
62 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
63 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
[all …]
H A Dwpa_auth.h29 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */
30 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */
32 u8 ap_address[ETH_ALEN];
154 u8 addr[ETH_ALEN];
155 u8 id[FT_R0KH_ID_MAX_LEN];
157 u8 key[32];
164 u8 addr[ETH_ALEN];
165 u8 id[FT_R1KH_ID_LEN];
166 u8 key[32];
201 u8 ssid[SSID_MAX_LEN];
[all …]
/freebsd/contrib/wpa/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 *mk, u8 *k_encr, u8 *k_aut, u8 *msk,
81 u8 *emsk);
83 const u8 *identity, size_t identity_len,
84 const u8 *nonce_s, const u8 *mk, u8 *msk,
[all …]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_i.h61 u8 interface_addr[ETH_ALEN];
67 u8 member_in_go_dev[ETH_ALEN];
73 u8 member_in_go_iface[ETH_ALEN];
77 u8 dialog_token;
78 u8 tie_breaker;
79 u8 intended_addr[ETH_ALEN];
84 u8 oper_ssid[SSID_MAX_LEN];
133 u8 go_timeout;
134 u8 client_timeout;
139 u8 go_neg_conf_sent;
[all …]
/freebsd/contrib/wpa/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 *mac1,
72 const u8 *mac2, const u8 *sid, size_t sid_len, u8 *ckn);
73 int (*kek_trfm)(const u8 *cak, size_t cak_bytes,
74 const u8 *ckn, size_t ckn_len,
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h86 const u8 *shadow_reg;
143 u8 cal_done;
183 u8 chip_id;
184 u8 num_local_links;
185 u8 hw_link_id[QMI_WLFW_MAX_NUM_MLO_LINKS_PER_CHIP_V01];
186 u8 valid_mlo_link_id[QMI_WLFW_MAX_NUM_MLO_LINKS_PER_CHIP_V01];
198 u8 num_clients_valid;
200 u8 wake_msi_valid;
202 u8 gpios_valid;
205 u8 nm_modem_valid;
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.h34 const u8 *addr, int key_idx, int set_tx,
35 const u8 *seq, size_t seq_len,
36 const u8 *key, size_t key_len, enum key_flag key_flag);
38 int (*get_bssid)(void *ctx, u8 *bssid);
39 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
43 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len,
45 int (*add_pmkid)(void *ctx, void *network_ctx, const u8 *bssid,
46 const u8 *pmkid, const u8 *fils_cache_id,
47 const u8 *pmk, size_t pmk_len, u32 pmk_lifetime,
48 u8 pmk_reauth_threshold, int akmp);
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h152 u8 secure_flag;
158 u8 secure_flag;
193 u8 fw_ready_enable_valid;
194 u8 fw_ready_enable;
195 u8 initiate_cal_download_enable_valid;
196 u8 initiate_cal_download_enable;
197 u8 initiate_cal_update_enable_valid;
198 u8 initiate_cal_update_enable;
199 u8 msa_ready_enable_valid;
200 u8 msa_ready_enable;
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.h77 u8 bulkout_num;
455 u8 cck_base[6];
456 u8 bw40_base[5];
508 u8 bw40_base[14];
526 u8 center_chan;
527 u8 primary_chan;
528 u8 bandwidth;
557 u8 domain;
569 u8 offset;
573 u8 le
[all...]
H A Drtw8822b.h13 u8 res4[4]; /* 0xd0 */
14 u8 usb_optional_function;
15 u8 res5[0x1e];
16 u8 res6[2];
17 u8 serial[0x0b]; /* 0xf5 */
18 u8 vid; /* 0x100 */
19 u8 res7;
20 u8 pid;
21 u8 res8[4];
22 u8 mac_addr[ETH_ALEN]; /* 0x107 */
[all …]
/freebsd/contrib/wpa/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_flags; /* 1 octet */
[all …]

12345678910>>...83