/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_i.h | 267 u16 msgVersion:4; 268 u16 msgId:12; 269 u16 msgLen; 270 u16 handle; 271 u16 transactionId; 282 u16 type; 283 u16 length; 346 u16 status; 347 u16 value; 353 u16 ttl; [all …]
|
D | pkt_stats.h | 105 u16 flags; 106 u16 missed_cnt; 107 u16 log_type; 108 u16 size; 114 u16 flags; 115 u16 missed_cnt; 116 u16 log_type : 8; //[7:0] 117 u16 mac_id : 8; //[15:8] 118 u16 size; 397 u16 frm_ctrl; [all …]
|
D | wifilogger_event_defs.h | 160 u16 event_type; 161 u16 sme_state; 162 u16 mlm_state; 163 u16 status; 164 u16 reason_code; 181 u16 eapol_key_info; 182 u16 eapol_rate; 191 u16 min_dwell_time_active; 192 u16 max_dwell_time_active; 193 u16 min_dwell_time_passive; [all …]
|
D | wifilogger_diag.h | 148 u16 event_id; 149 u16 length; 154 u16 diag_type; 155 u16 length; 170 u16 payload_len; 177 u16 diag_id; 188 u16 payload_len; 195 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 | common.cpp | 197 void hexdump(void *buf, u16 len) in hexdump() 243 int compareLowiVersion(u16 major, u16 minor, u16 micro) in compareLowiVersion() 297 u16 lowiMajorVersion = WIFIHAL_LOWI_MAJOR_VERSION; in fetchLowiCbTableAndCapabilities() 298 u16 lowiMinorVersion = WIFIHAL_LOWI_MINOR_VERSION; in fetchLowiCbTableAndCapabilities() 299 u16 lowiMicroVersion = WIFIHAL_LOWI_MICRO_VERSION; in fetchLowiCbTableAndCapabilities()
|
D | wifihal_internal.h | 90 int (*get_lowi_version) (u16* major_version, 91 u16* minor_version, 92 u16* micro_version);
|
D | wifilogger_diag.cpp | 77 tlv_log* addLoggerTlv(u16 type, u16 length, u8* value, tlv_log *pOutTlv) in addLoggerTlv() 87 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code) in add_reason_code_tag() 89 *tlvs = addLoggerTlv(WIFI_TAG_REASON_CODE, sizeof(u16), in add_reason_code_tag() 91 return (sizeof(tlv_log) + sizeof(u16)); in add_reason_code_tag() 289 u16 Tsco = 0; in process_bt_coex_event() 615 tot_len += add_reason_code_tag(&pTlv, (u16)pAddBAFailed->ucReasonCode); in process_addba_failed_event() 775 wifi_error process_firmware_prints(hal_info *info, u8 *buf, u16 length) in process_firmware_prints() 851 static wifi_error process_fw_diag_msg(hal_info *info, u8* buf, u16 length) in process_fw_diag_msg() 853 u16 count = 0, id; in process_fw_diag_msg() 854 u16 payloadlen = 0; in process_fw_diag_msg() [all …]
|
D | common.h | 201 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet, 202 u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec); 232 void hexdump(void *bytes, u16 len);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 39 typedef u16 transaction_id; 494 u16 scan_period[NAN_MAX_SOCIAL_CHANNELS]; // default value 20 sec 667 u16 publish_id; 722 u16 mesh_id_len; 728 u16 infrastructure_ssid_len; 776 u16 mesh_id_len; 782 u16 infrastructure_ssid_len; 823 u16 cluster_low; // default value 0 824 u16 cluster_high; // default value 0xFFFF 1044 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.
|
D | wifi_offload.h | 19 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
|
/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/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/sdm845/bt/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/qcom/bt/msm8909w_3100/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/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/msm8909/libbt-vendor/include/ |
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/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_offload.cpp | 74 u16 mIpPktLen; 79 u16 mEther_type; 84 …MKeepAliveCommand(wifi_interface_handle iface, u8 index, u16 ether_type, u8 *ip_packet, u16 ip_pac… in MKeepAliveCommand() 233 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, in wifi_start_sending_offloaded_packet()
|
D | common.h | 280 u16 channel; 281 u16 flags; 293 u16 beacon_period; // units are Kusec 294 u16 capability; // Capability information
|