/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_i.h | 263 u16 msgVersion:4; 264 u16 msgId:12; 265 u16 msgLen; 266 u16 handle; 267 u16 transactionId; 278 u16 type; 279 u16 length; 342 u16 status; 343 u16 value; 349 u16 ttl; [all …]
|
D | pkt_stats.h | 78 u16 flags; 79 u16 missed_cnt; 80 u16 log_type; 81 u16 size; 87 u16 flags; 88 u16 missed_cnt; 89 u16 log_type; 90 u16 size; 336 u16 start_seq_num; 337 u16 ba_seq_num; [all …]
|
D | wifilogger_event_defs.h | 159 u16 event_type; 160 u16 sme_state; 161 u16 mlm_state; 162 u16 status; 163 u16 reason_code; 180 u16 eapol_key_info; 181 u16 eapol_rate; 190 u16 min_dwell_time_active; 191 u16 max_dwell_time_active; 192 u16 min_dwell_time_passive; [all …]
|
D | wifilogger_diag.h | 144 u16 event_id; 145 u16 length; 150 u16 diag_type; 151 u16 length; 166 u16 payload_len; 173 u16 diag_id; 184 u16 payload_len; 191 u16 diag_id;
|
D | wifilogger_vendor_tag_defs.h | 56 u16 scan_params[18]; 57 u16 scan_channels[40]; // first 40 channels only 90 u16 sme_state; 91 u16 mlm_state; 102 u16 ucBaSSN;
|
D | wifihal_internal.h | 69 int (*get_lowi_version) (u16* major_version, 70 u16* minor_version, 71 u16* micro_version);
|
D | common.cpp | 244 void hexdump(void *buf, u16 len) in hexdump() 290 int compareLowiVersion(u16 major, u16 minor, u16 micro) in compareLowiVersion() 344 u16 lowiMajorVersion = WIFIHAL_LOWI_MAJOR_VERSION; in fetchLowiCbTableAndCapabilities() 345 u16 lowiMinorVersion = WIFIHAL_LOWI_MINOR_VERSION; in fetchLowiCbTableAndCapabilities() 346 u16 lowiMicroVersion = WIFIHAL_LOWI_MICRO_VERSION; in fetchLowiCbTableAndCapabilities()
|
D | wifilogger_diag.cpp | 75 tlv_log* addLoggerTlv(u16 type, u16 length, u8* value, tlv_log *pOutTlv) in addLoggerTlv() 85 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code) in add_reason_code_tag() 87 *tlvs = addLoggerTlv(WIFI_TAG_REASON_CODE, sizeof(u16), in add_reason_code_tag() 89 return (sizeof(tlv_log) + sizeof(u16)); in add_reason_code_tag() 286 u16 Tsco = 0; in process_bt_coex_event() 612 tot_len += add_reason_code_tag(&pTlv, (u16)pAddBAFailed->ucReasonCode); in process_addba_failed_event() 770 wifi_error process_firmware_prints(hal_info *info, u8 *buf, u16 length) in process_firmware_prints() 846 static wifi_error process_fw_diag_msg(hal_info *info, u8* buf, u16 length) in process_fw_diag_msg() 848 u16 count = 0, id; in process_fw_diag_msg() 849 u16 payloadlen = 0; in process_fw_diag_msg() [all …]
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 39 typedef u16 transaction_id; 471 u16 scan_period[NAN_MAX_SOCIAL_CHANNELS]; // default value 20 sec 644 u16 publish_id; 699 u16 mesh_id_len; 705 u16 infrastructure_ssid_len; 753 u16 mesh_id_len; 759 u16 infrastructure_ssid_len; 800 u16 cluster_low; // default value 0 801 u16 cluster_high; // default value 0xFFFF 984 u16 publish_id;/* id 0 means new publish, any other id is existing publish */ [all …]
|
D | wifi_logger.h | 50 u16 MCS; // modulation and bandwidth 54 u16 last_transmit_rate; // last transmit rate in .5 mbps 55 u16 link_layer_transmit_sequence; // transmit/reeive sequence for that MPDU packet 188 u16 tag; 189 u16 length; // length of value 194 u16 event; 214 u16 event; 248 u16 entry_size; // the size of payload excluding the header.
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 23 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument 24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
|
D | hw_ar3k.h | 51 #define STREAM_TO_UINT16(u16, p) \ argument 52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;} 53 #define UINT16_TO_STREAM(p, u16) \ argument 54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 32 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument 33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
|
D | hw_ar3k.h | 51 #define STREAM_TO_UINT16(u16, p) \ argument 52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;} 53 #define UINT16_TO_STREAM(p, u16) \ argument 54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 32 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument 33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
|
D | hw_ar3k.h | 51 #define STREAM_TO_UINT16(u16, p) \ argument 52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;} 53 #define UINT16_TO_STREAM(p, u16) \ argument 54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 31 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument 32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
|
D | hw_ar3k.h | 53 #define STREAM_TO_UINT16(u16, p) \ argument 54 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;} 55 #define UINT16_TO_STREAM(p, u16) \ argument 56 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
|
/hardware/qcom/bt/sdm845/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 31 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument 32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
|
D | hw_ar3k.h | 51 #define STREAM_TO_UINT16(u16, p) \ argument 52 {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;} 53 #define UINT16_TO_STREAM(p, u16) \ argument 54 {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
|
/hardware/marvell/bt/libbt-vendor/ |
D | hardware_mrvl.c | 47 #define STREAM_TO_UINT16(u16, p) \ argument 49 u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); \ 53 #define UINT16_TO_STREAM(p, u16) \ argument 55 *(p)++ = (uint8_t)(u16); \ 56 *(p)++ = (uint8_t)((u16) >> 8); \
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.h | 198 u16 channel; 199 u16 flags; 211 u16 beacon_period; // units are Kusec 212 u16 capability; // Capability information
|
D | wifi_offload.cpp | 55 u16 mIpPktLen; 64 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() 201 u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec) in wifi_start_sending_offloaded_packet()
|
/hardware/intel/bootstub/ |
D | spi-uart.c | 82 u16 config; in max3110_write_config() 92 u16 data; in max3110_write_data()
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | pvt.h | 3 typedef unsigned short u16; typedef
|