Searched refs:uint8_t (Results 1 - 25 of 530) sorted by relevance

1234567891011>>

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.h41 int AES_Setkey(AES_CTX *, const uint8_t *, int);
42 void AES_Encrypt(AES_CTX *, const uint8_t *, uint8_t *);
43 void AES_Decrypt(AES_CTX *, const uint8_t *, uint8_t *);
44 void AES_Encrypt_ECB(AES_CTX *, const uint8_t *, uint8_t *, size_t);
45 void AES_Decrypt_ECB(AES_CTX *, const uint8_t *, uint8_t *, size_t);
47 int AES_KeySetup_Encrypt(uint32_t *, const uint8_t *, in
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_rx_desc.h37 uint8_t path_agc[2];
38 uint8_t chan;
39 uint8_t reserved1;
40 uint8_t sig_qual;
41 uint8_t agc_rpt;
42 uint8_t rpt_b;
43 uint8_t reserved2;
44 uint8_t noise_power;
45 uint8_t path_cfotail[2];
46 uint8_t pcts_mas
[all...]
H A Dr88e_rom_image.h28 uint8_t reserved1[16];
29 uint8_t cck_tx_pwr[R88E_GROUP_2G];
30 uint8_t ht40_tx_pwr[R88E_GROUP_2G - 1];
31 uint8_t tx_pwr_diff;
32 uint8_t reserved2[156];
33 uint8_t channel_plan;
34 uint8_t crystalcap;
37 uint8_t thermal_meter;
38 uint8_t reserved3[6];
39 uint8_t rf_board_op
[all...]
H A Dr88e_fw_cmd.h28 uint8_t id;
33 uint8_t msg[7];
38 uint8_t probe_resp;
39 uint8_t ps_poll;
40 uint8_t null_data;
41 uint8_t null_data_qos;
42 uint8_t null_data_qos_bt;
47 uint8_t msrb0;
51 uint8_t macid;
56 uint8_t mod
[all...]
/haiku/headers/posix/net/
H A Dif_dl.h14 uint8_t sdl_len; /* Total length of sockaddr */
15 uint8_t sdl_family; /* AF_LINK */
18 uint8_t sdl_type; /* interface type */
19 uint8_t sdl_nlen; /* interface name length (not terminated with a null byte) */
20 uint8_t sdl_alen; /* link level address length */
21 uint8_t sdl_slen; /* link layer selector length */
22 uint8_t sdl_data[46]; /* minimum work area, can be larger */
26 #define LLADDR(s) ((uint8_t *)((s)->sdl_data + (s)->sdl_nlen))
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_rom_image.h29 uint8_t cck[R92E_GROUP_2G];
30 uint8_t ht40[R92E_GROUP_2G - 1];
34 uint8_t ht20_ofdm;
36 uint8_t ht40_ht20;
37 uint8_t ofdm_cck;
44 uint8_t reserved[24];
51 uint8_t reserved1[16];
53 uint8_t channel_plan;
54 uint8_t crystalcap;
57 uint8_t thermal_mete
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_tx.h23 struct mbuf *, uint8_t *, uint8_t, int);
/haiku/headers/private/firewire/
H A Dfwphyreg.h43 uint8_t phy_id:6,
46 uint8_t rhb:1,
49 uint8_t extended:3,
51 uint8_t phy_speed:3,
54 uint8_t lctrl:1,
58 uint8_t wdie:1,
66 uint8_t legacy_spd:3,
70 uint8_t page_select:3,
74 uint8_t cps:1,
77 uint8_t gap_coun
134 uint8_t :5, member in struct:phyreg_page0
138 uint8_t :8; member in struct:phyreg_page0
139 uint8_t :8; member in struct:phyreg_page0
177 uint8_t :8; member in struct:phyreg_page1
[all...]
H A Diec68113.h46 uint8_t eoh0:1, /* 0 */
50 uint8_t src:6,
54 uint8_t len;
56 uint8_t fn:2,
61 uint8_t :2, member in struct:ciphdr
66 uint8_t dbc;
68 uint8_t eoh1:1, /* 1 */
72 uint8_t fmt:6,
81 uint8_t fs:1, /* 50/60 field system
86 uint8_t
120 uint8_t :3, member in struct:dvdbc
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_rom_image.h31 uint8_t reserved1[5];
32 uint8_t dbg_sel;
36 uint8_t usb_opt;
37 uint8_t ep_setting;
39 uint8_t usb_phy;
40 uint8_t reserved4[3];
41 uint8_t macaddr[IEEE80211_ADDR_LEN];
42 uint8_t string[61]; /* "Realtek" */
43 uint8_t subcustomer_id;
44 uint8_t cck_tx_pw
[all...]
H A Dr92c_fw_cmd.h28 uint8_t id;
37 uint8_t msg[5];
42 uint8_t mstatus;
49 uint8_t mode;
58 uint8_t smart_ps;
62 uint8_t bcn_pass; /* unit: beacon interval */
67 uint8_t probe_resp;
68 uint8_t ps_poll;
69 uint8_t null_data;
74 uint8_t maci
[all...]
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusb_endian.h36 typedef uint8_t uByte;
37 typedef uint8_t uWord[2];
38 typedef uint8_t uDWord[4];
39 typedef uint8_t uQWord[8];
69 (w)[0] = (uint8_t)(v); \
73 (w)[0] = (uint8_t)(v); \
74 (w)[1] = (uint8_t)((v) >> 8); \
78 (w)[0] = (uint8_t)(v); \
79 (w)[1] = (uint8_t)((v) >> 8); \
80 (w)[2] = (uint8_t)((
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_rom_image.h38 uint8_t cck[R12A_GROUP_2G];
39 uint8_t ht40[R12A_GROUP_2G - 1];
43 uint8_t ht20_ofdm;
45 uint8_t ht40_ht20;
46 uint8_t ofdm_cck;
51 uint8_t ht40[R12A_GROUP_5G];
55 uint8_t ht20_ofdm;
56 uint8_t ht40_ht20[R12A_MAX_TX_COUNT - 1];
57 uint8_t ofdm_ofdm[2];
58 uint8_t ht80_ht16
[all...]
H A Dr12a_fw_cmd.h44 uint8_t msrb0;
49 uint8_t macid;
50 uint8_t macid_end;
55 uint8_t mode;
56 uint8_t pwrb1;
57 uint8_t bcn_pass;
58 uint8_t queue_uapsd;
59 uint8_t pwr_state;
60 uint8_t pwrb5;
66 uint8_t cha
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h66 uint8_t opCapFlags;
67 uint8_t eepMisc;
69 uint8_t macAddr[6];
70 uint8_t rxMask;
71 uint8_t txMask;
76 uint8_t deviceType;
77 uint8_t txGainType; /* high power tx gain table support */
84 uint8_t switchSettling; // 1
85 uint8_t txRxAttenCh[AR5416_4K_MAX_CHAINS]; // 1
86 uint8_t rxTxMarginC
[all...]
H A Dah_eeprom_v14.h124 uint8_t spurRangeLow;
125 uint8_t spurRangeHigh;
129 uint8_t bChannel;
130 uint8_t tPow2x[4];
134 uint8_t bChannel;
135 uint8_t tPow2x[8];
139 uint8_t bChannel;
140 uint8_t tPowerFlag; /* [0..5] tPower [6..7] flag */
169 uint8_t opCapFlags;
170 uint8_t eepMis
[all...]
H A Dah_eeprom_9287.h62 uint8_t opCapFlags;
63 uint8_t eepMisc;
65 uint8_t macAddr[6];
66 uint8_t rxMask;
67 uint8_t txMask;
72 uint8_t deviceType;
73 uint8_t openLoopPwrCntl;
77 uint8_t futureBase[29];
84 uint8_t switchSettling;
85 uint8_t txRxAttenC
[all...]
/haiku/src/system/libroot/posix/crypt/
H A Dcrypto_scrypt.h44 int crypto_scrypt(const uint8_t *, size_t, const uint8_t *, size_t, uint64_t,
45 uint32_t, uint32_t, uint8_t *, size_t);
H A Dcrypto_scrypt_smix.h41 void crypto_scrypt_smix(uint8_t *, size_t, uint64_t, void *, void *);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.h40 void ieee80211_parse_vhtopmode(struct ieee80211_node *, const uint8_t *);
41 void ieee80211_parse_vhtcap(struct ieee80211_node *, const uint8_t *);
44 const uint8_t *, const uint8_t *);
46 const uint8_t *, const uint8_t *);
53 uint8_t * ieee80211_add_vhtcap(uint8_t *frm, struct ieee80211_node *);
54 uint8_t * ieee80211_add_vhtinfo(uint8_t *fr
[all...]
H A Dieee80211_mesh.h48 uint8_t conf_ie; /* IEEE80211_ELEMID_MESHCONF */
49 uint8_t conf_len;
50 uint8_t conf_pselid; /* Active Path Sel. Proto. ID */
51 uint8_t conf_pmetid; /* Active Metric Identifier */
52 uint8_t conf_ccid; /* Congestion Control Mode ID */
53 uint8_t conf_syncid; /* Sync. Protocol ID */
54 uint8_t conf_authid; /* Auth. Protocol ID */
55 uint8_t conf_form; /* Formation Information */
56 uint8_t conf_cap;
118 uint8_t id_i
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_fw.h37 uint8_t category;
38 uint8_t function;
42 uint8_t month;
43 uint8_t date;
44 uint8_t hour;
45 uint8_t minute;
H A Dif_rtwn_efuse.h22 int rtwn_efuse_read_next(struct rtwn_softc *, uint8_t *);
/haiku/headers/posix/sys/
H A Dun.h13 uint8_t sun_len;
14 uint8_t sun_family;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_tx.h24 struct mbuf *, uint8_t *, uint8_t, int);

Completed in 275 milliseconds

1234567891011>>