Searched refs:uint8 (Results 1 – 25 of 59) sorted by relevance
123
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
D | bt_amp_hci.h | 31 uint8 plen; 32 uint8 parms[1]; 40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F)) 80 uint8 plh; 81 uint8 offset[2]; /* length so far */ 82 uint8 max_remote[2]; 86 uint8 plh; 87 uint8 offset[2]; 88 uint8 len[2]; 89 uint8 frag[1]; [all …]
|
D | 802.11.h | 91 uint8 dsap; 92 uint8 ssap; 93 uint8 ctl; 94 uint8 oui[DOT11_OUI_LEN]; 155 uint8 category; 156 uint8 OUI[3]; 157 uint8 type; 158 uint8 subtype; 159 uint8 data[1040]; 165 uint8 category; [all …]
|
D | ethernet.h | 82 ((uint8 *)ea)[0] = 0x01; \ 83 ((uint8 *)ea)[1] = 0x00; \ 84 ((uint8 *)ea)[2] = 0x5e; \ 85 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \ 86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \ 87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \ 93 uint8 ether_dhost[ETHER_ADDR_LEN]; 94 uint8 ether_shost[ETHER_ADDR_LEN]; 100 uint8 octet[ETHER_ADDR_LEN]; 105 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)) [all …]
|
D | bcmip.h | 41 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT) 63 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK)) 67 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ 68 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0) 70 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ 71 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff) 76 #define IPV4_TOS(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_TOS_OFFSET]) 85 #define IPV4_PROT(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_PROT_OFFSET]) 96 uint8 addr[IPV4_ADDR_LEN]; 100 uint8 version_ihl; [all …]
|
D | wpa.h | 52 uint8 tag; 53 uint8 length; 54 uint8 oui[3]; 55 uint8 oui_type; 57 uint8 low; 58 uint8 high; 66 uint8 tag; 67 uint8 length; 69 uint8 low; 70 uint8 high; [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 31 uint8 plen; 32 uint8 parms[1]; 40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F)) 80 uint8 plh; 81 uint8 offset[2]; /* length so far */ 82 uint8 max_remote[2]; 86 uint8 plh; 87 uint8 offset[2]; 88 uint8 len[2]; 89 uint8 frag[1]; [all …]
|
D | 802.11.h | 91 uint8 dsap; 92 uint8 ssap; 93 uint8 ctl; 94 uint8 oui[DOT11_OUI_LEN]; 155 uint8 category; 156 uint8 OUI[3]; 157 uint8 type; 158 uint8 subtype; 159 uint8 data[1040]; 165 uint8 category; [all …]
|
D | ethernet.h | 82 ((uint8 *)ea)[0] = 0x01; \ 83 ((uint8 *)ea)[1] = 0x00; \ 84 ((uint8 *)ea)[2] = 0x5e; \ 85 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \ 86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \ 87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \ 93 uint8 ether_dhost[ETHER_ADDR_LEN]; 94 uint8 ether_shost[ETHER_ADDR_LEN]; 100 uint8 octet[ETHER_ADDR_LEN]; 105 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)) [all …]
|
D | bcmip.h | 41 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT) 63 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK)) 67 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ 68 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0) 70 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ 71 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff) 76 #define IPV4_TOS(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_TOS_OFFSET]) 85 #define IPV4_PROT(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_PROT_OFFSET]) 96 uint8 addr[IPV4_ADDR_LEN]; 100 uint8 version_ihl; [all …]
|
D | wpa.h | 52 uint8 tag; 53 uint8 length; 54 uint8 oui[3]; 55 uint8 oui_type; 57 uint8 low; 58 uint8 high; 66 uint8 tag; 67 uint8 length; 69 uint8 low; 70 uint8 high; [all …]
|
D | bcmevent.h | 75 uint8 ifidx; 76 uint8 bsscfgidx; 271 uint8 ifidx; 272 uint8 opcode; 273 uint8 reserved; 274 uint8 bssidx; 275 uint8 role;
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_infoele.h | 194 uint8 wakeUpConditionBitmap; /* The host can set one bit only. */ 198 uint8 listenInterval; /* 0 for Beacon and Dtim, */ 201 uint8 padding[2]; /* alignment to 32bits boundry */ 216 uint8 rxMemblockNumber; /* specifies the number of memory buffers that */ 224 uint8 txMinimumMemblockNumber; /* specifies the minimum number of blocks that */ 229 uint8 numStations; /* The number of STAs supported in IBSS mode. */ 233 uint8 numSsidProfiles; /* The number of SSID profiles used in IBSS mode */ 258 typedef uint8 SlotTime_e; 267 uint8 woneIndex; /* reserved*/ 270 uint8 reserved[6]; [all …]
|
D | public_commands.h | 164 uint8 parameters[MAX_CMD_PARAMS]; 358 typedef uint8 TidTrigger_t; 389 uint8 numChannels; /* Number of scan channels in the list (minimum is*/ 392 uint8 numOfProbRqst; /* This field indicates the number of probe */ 401 uint8 ssidLength; /* This field specifies the size of the SSID, */ 405 uint8 padding1[2]; /* in order to align */ 416 uint8 useSsidList; /* Whether to use SSID list (configured seperately) 419 uint8 scanTag; /* Scan results tag */ 421 uint8 padding2; /* in order to align */ 457 typedef uint8 ETCondition_e; [all …]
|
D | public_radio.h | 166 uint8 uDbm[NUMBER_OF_SUB_BANDS_E][NUM_OF_POWER_LEVEL]; 586 uint8 TxGain; /*Total TX chain gain according to the current setting*/ 587 uint8 TxUpperBound; /*the max gain setting allowed*/ 588 uint8 TxLowerBound; /*the min gain setting allowed*/ 589 uint8 padding; /* padding to 32 bit */ 594 uint8 refTxPower; 595 uint8 band; 596 uint8 channel; 597 uint8 padding; 612 uint8 txPowerTable[NUMBER_OF_SUB_BANDS_E][NUM_OF_POWER_LEVEL]; /* Maximun Dbm in Dbm/10 units */ [all …]
|
D | public_descriptors.h | 93 typedef uint8 TxDescStatus_e; 102 …uint8 extraMemBlks; /* Number of extra memory blocks to allocate for this packet in addi… 104 …uint8 totalMemBlks; /* Total number of memory blocks allocated by the host for this pa… 110 uint8 descID; /* Packet identifier used also in the Tx-Result. */ 111 uint8 tid; /* The packet TID value (as User-Priority) */ 112 uint8 aid; /* Identifier of the remote STA in IBSS, 1 in infra-BSS */ 113 uint8 reserved; /* For HW use, set to 0 */ 121 uint8 descID; /* Packet Identifier - same value used in the Tx descriptor.*/ 127 …uint8 lsbSecuritySequenceNumber; /* LS-byte of last TKIP seq-num (saved per AC for recovery).*/ 128 uint8 ackFailures; /* Retry count - number of transmissions without successful ACK.*/ [all …]
|
D | public_event_mbox.h | 153 typedef uint8 ScheduledScanReportStatus_e; 154 typedef uint8 ChannelSwitchReportStatus_e; 155 typedef uint8 EventsPowerSave_e; 156 typedef uint8 dbgEventId_e; 169 uint8 numberOfRelevantParams; 178 uint8 numberOfScanResults; /* How many results were parsed */ 179 uint8 scanTag; /* Tag of scan */ 180 uint8 padding[2]; /* for alignment to 32 bits boundry*/ 208 … uint8 softGeminiSenseInfo; /* Contains the type of the BT Coexistence sense event.*/ 211 … uint8 softGeminiProtectiveInfo; /* Contains information from the BT activity prediction */ [all …]
|
D | public_types.h | 52 #ifndef uint8 53 typedef unsigned char uint8; typedef 111 typedef uint8 Bool_e; 129 uint8 addr[MAC_ADDR_SIZE]; 208 typedef uint8 Channel_e; 221 typedef uint8 RadioBand_e; 298 typedef uint8 Mod_e; 316 typedef uint8 TxRateIndex_t; /* set with ETxRateClassId values */
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmendian.h | 82 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \ 83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \ 84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \ 85 *(uint8 *)0) 88 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \ 89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \ 90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \ 91 *(uint8 *)0) 123 uint8 *_bytes = (uint8 *)(bytes); \ 130 uint8 *_bytes = (uint8 *)(bytes); \ [all …]
|
D | wlioctl.h | 55 uint8 data[ACTION_FRAME_SIZE]; 86 uint8 SSID_len; 87 uint8 SSID[32]; 90 uint8 rates[16]; 94 uint8 dtim_period; 98 uint8 n_cap; 100 uint8 ctl_ch; 102 uint8 flags; 103 uint8 reserved[3]; 104 uint8 basic_mcs[MCSSET_LEN]; [all …]
|
D | bcmutils.h | 167 uint8 txdh; 168 uint8 txd11; 169 uint8 enq; 170 uint8 rxdh; 171 uint8 rxd11; 172 uint8 rxfill; 173 uint8 idle; 186 uint8 cbtoggle; 187 uint8 cbcnt; 188 uint8 ecbcnt; [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 82 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \ 83 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \ 84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \ 85 *(uint8 *)0) 88 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \ 89 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \ 90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \ 91 *(uint8 *)0) 123 uint8 *_bytes = (uint8 *)(bytes); \ 130 uint8 *_bytes = (uint8 *)(bytes); \ [all …]
|
D | wlioctl.h | 55 uint8 data[ACTION_FRAME_SIZE]; 86 uint8 SSID_len; 87 uint8 SSID[32]; 90 uint8 rates[16]; 94 uint8 dtim_period; 98 uint8 n_cap; 100 uint8 ctl_ch; 102 uint8 flags; 103 uint8 reserved[3]; 104 uint8 basic_mcs[MCSSET_LEN]; [all …]
|
D | bcmutils.h | 167 uint8 txdh; 168 uint8 txd11; 169 uint8 enq; 170 uint8 rxdh; 171 uint8 rxd11; 172 uint8 rxfill; 173 uint8 idle; 186 uint8 cbtoggle; 187 uint8 cbcnt; 188 uint8 ecbcnt; [all …]
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 63 uint8 *data; 74 uint8 ucNBits, 80 uint8 ucNBits 85 uint8 ucNBits, 101 uint8 *buffer, 117 uint8 *buffer, 127 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length); 137 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_video_config_parser.cpp | 37 #define LoadBYTE( b, p ) b = *(uint8 *)p; p += sizeof( uint8 ) 45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \ 46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 )) 64 int32 GetNAL_Config(uint8** bitstream, int32* size); 112 uint8 *tp = aInputs->inPtr; in ti_video_config_parser() 119 uint8* tmp_ptr = tp; in ti_video_config_parser() 120 uint8* buffer_begin = tp; in ti_video_config_parser() 175 uint8 bdat; in ti_video_config_parser() 176 uint8 *pData = aInputs->inPtr; in ti_video_config_parser() 260 int32 GetNAL_Config(uint8** bitstream, int32* size) in GetNAL_Config() [all …]
|
123