/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 286 u8 pmk[NAN_PMK_INFO_LEN]; 297 u8 passphrase[NAN_SECURITY_MAX_PASSPHRASE_LEN]; 333 u8 config_nan_data_path; 415 u8 payload_transmit_flag; 420 u8 tx_in_discovery_beacon; 421 u8 tx_in_sync_beacon; 422 u8 tx_in_service_discovery; 430 u8 vsa[NAN_MAX_VSA_DATA_LEN]; 447 u8 vsa_received_on; 452 u8 vsa[NAN_MAX_VSA_DATA_LEN]; [all …]
|
D | link_layer_stats.h | 49 u8 mac_addr[6]; // interface mac address (self) 53 u8 ssid[33]; // null terminated SSID 54 u8 bssid[6]; // bssid 55 u8 ap_country_str[3]; // country string advertised by AP 56 u8 country_str[3]; // country string for this association 163 u8 peer_mac_address[6]; // mac address 252 u32 stats_clear_req_mask, u32 *stats_clear_rsp_mask, u8 stop_req, u8 *stop_rsp);
|
D | wifi_offload.h | 19 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
|
D | wifi_logger.h | 48 u8 flags; 49 u8 tid; // transmit or received tid 51 u8 rssi; // TX: RSSI of ACK for that packet 53 u8 num_retries; // number of attempted retries 66 u8 data[0]; // packet data. The length of packet data is determined by the entry_size field of 190 u8 value[0]; 249 u8 flags; 250 u8 type; // entry type 267 u8 name[32];
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/test/ |
D | ipa_nat_test.h | 41 #define u8 uint8_t macro 82 int ipa_nat_test000(int, u32, u8); 83 int ipa_nat_test001(int, u32, u8); 84 int ipa_nat_test002(int, u32, u8); 85 int ipa_nat_test003(int, u32, u8); 86 int ipa_nat_test004(int, u32, u8); 87 int ipa_nat_test005(int, u32, u8); 88 int ipa_nat_test006(int, u32, u8); 89 int ipa_nat_test007(int, u32, u8); 90 int ipa_nat_test008(int, u32, u8); [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/ |
D | ipa_nat_test.h | 41 #define u8 uint8_t macro 82 int ipa_nat_test000(int, u32, u8); 83 int ipa_nat_test001(int, u32, u8); 84 int ipa_nat_test002(int, u32, u8); 85 int ipa_nat_test003(int, u32, u8); 86 int ipa_nat_test004(int, u32, u8); 87 int ipa_nat_test005(int, u32, u8); 88 int ipa_nat_test006(int, u32, u8); 89 int ipa_nat_test007(int, u32, u8); 90 int ipa_nat_test008(int, u32, u8); [all …]
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifilogger_event_defs.h | 179 u8 event_sub_type; 180 u8 eapol_packet_type; 183 u8 dest_addr[6]; 184 u8 src_addr[6]; 189 u8 bucket_id; 190 u8 base_period_multiplier; 195 u8 num_channels; 196 u8 channel_offset; 197 u8 forwarding_flags; 198 u8 channel_band; [all …]
|
D | wifilogger_vendor_tag_defs.h | 35 u8 Tsniff; 36 u8 attempts; 50 u8 threshold_num_scans; 68 u8 ssid[33]; 69 u8 auth_mode; 70 u8 ucast_cipher; 71 u8 mcast_cipher; 80 u8 scan_type; 81 u8 scan_bitmap; 85 u8 scan_type; [all …]
|
D | nan_req.cpp | 181 u8* tlvs = pFwReq->ptlv; in putNanEnable() 186 (const u8*)&pReq->cluster_low, tlvs); in putNanEnable() 188 (const u8*)&pReq->cluster_high, tlvs); in putNanEnable() 190 (const u8*)&pReq->master_pref, tlvs); in putNanEnable() 193 (const u8*)&pReq->support_5g_val, tlvs); in putNanEnable() 197 (const u8*)&pReq->sid_beacon_val, tlvs); in putNanEnable() 202 (const u8*)&pReq->rssi_close_2dot4g_val, tlvs); in putNanEnable() 207 (const u8*)&pReq->rssi_middle_2dot4g_val, tlvs); in putNanEnable() 212 (const u8*)&pReq->hop_count_limit_val, tlvs); in putNanEnable() 216 (const u8*)&pReq->support_2dot4g_val, tlvs); in putNanEnable() [all …]
|
D | nan_i.h | 284 u8* value; 379 u8 ptlv[]; 433 u8 ptlv[]; 478 u8 ptlv[]; 518 u8 ptlv[]; 552 u8 ptlv[]; 574 u8 ptlv[]; 603 u8 ptlv[]; 626 u8 statsType; 627 u8 reserved; [all …]
|
D | wifilogger_diag.cpp | 75 tlv_log* addLoggerTlv(u16 type, u16 length, u8* value, tlv_log *pOutTlv) in addLoggerTlv() 82 return((tlv_log *)((u8 *)pOutTlv + sizeof(tlv_log) + length)); in addLoggerTlv() 88 (u8 *)&reason_code, *tlvs); in add_reason_code_tag() 95 (u8 *)&status, *tlvs); in add_status_tag() 117 (u8*)rbe, total_length, 1, total_length); in update_connectivity_ring_buf() 125 u8* buf, int length) in process_log_extscan_capabilities() 134 u8 out_buf[SCAN_CAP_ENTRY_SIZE]; in process_log_extscan_capabilities() 149 (u8 *)&pScanCapabilities->request_id, pTlv); in process_log_extscan_capabilities() 176 (u8 *)&gscan_cap, pTlv); in process_log_extscan_capabilities() 214 (u8 *)&cap_vendor_data, pTlv); in process_log_extscan_capabilities() [all …]
|
D | wifilogger_diag.h | 169 u8 payload_len; 170 u8 vdev_level:3; 171 u8 vdev_id:5; 175 u8 payload[0]; 187 u8 payload_len; 188 u8 vdev_level:3; 189 u8 vdev_id:5; 193 u8 payload[0];
|
D | nancommand.h | 73 u8 *pOutValue); 78 u8 *pOutValue); 81 const u8* pInValue, 83 void getNanReceiveSdeaCtrlParams(const u8* pInValue, 85 int getNanReceivePostDiscoveryVal(const u8 *pInValue, 88 int getNanFurtherAvailabilityMap(const u8 *pInValue, 90 u8* num_chans,
|
D | nan_cert.h | 50 u8 master_pref; 52 u8 random_factor; 54 u8 hop_count; 197 u8 debug_cmd_data[NAN_MAX_DEBUG_MESSAGE_DATA_LEN];
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
D | pdata.h | 85 u8 legacy_mode:MAX_AMIC_CHANNEL; 86 u8 txfe_enable:MAX_AMIC_CHANNEL; 87 u8 txfe_buff:MAX_AMIC_CHANNEL; 88 u8 use_pdata:MAX_AMIC_CHANNEL; 101 u8 ldoh_v; 110 u8 bias1_cfilt_sel; 111 u8 bias2_cfilt_sel; 112 u8 bias3_cfilt_sel; 113 u8 bias4_cfilt_sel; 114 u8 bias1_cap_mode; [all …]
|
D | core.h | 132 u8 version; 136 u8 irq_masks_cur[WCD9XXX_NUM_IRQ_REGS]; 137 u8 irq_masks_cache[WCD9XXX_NUM_IRQ_REGS]; 138 u8 irq_level[WCD9XXX_NUM_IRQ_REGS]; 160 u8 idbyte[4]; 165 u8 val); 168 u8 val); 170 int count, u8 *buf); 172 int count, u8 *buf); 175 int wcd9xxx_get_logical_addresses(u8 *pgd_la, u8 *inf_la);
|
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
D | pdata.h | 81 u8 legacy_mode:MAX_AMIC_CHANNEL; 82 u8 txfe_enable:MAX_AMIC_CHANNEL; 84 u8 txfe_buff:MAX_AMIC_CHANNEL; 85 u8 use_pdata:MAX_AMIC_CHANNEL; 89 u8 ldoh_v; 94 u8 bias1_cfilt_sel; 95 u8 bias2_cfilt_sel; 96 u8 bias3_cfilt_sel; 97 u8 bias4_cfilt_sel; 99 u8 bias1_cap_mode; [all …]
|
D | core.h | 149 u8 version; 152 u8 irq_masks_cur[WCD9XXX_NUM_IRQ_REGS]; 154 u8 irq_masks_cache[WCD9XXX_NUM_IRQ_REGS]; 155 u8 irq_level[WCD9XXX_NUM_IRQ_REGS]; 174 u8 idbyte[4];
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_offload.cpp | 71 u8 mIndex; 72 u8 *mIpPkt; 74 u8 *mSrcMacAddr; 75 u8 *mDstMacAddr; 82 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() 83 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType) in MKeepAliveCommand() 90 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) in MKeepAliveCommand() 120 result = request.put(MKEEP_ALIVE_ATTRIBUTE_IP_PKT, (u8*)mIpPkt, mIpPktLen); in createRequest() 219 u16 /* ether_type */, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, in wifi_start_sending_offloaded_packet()
|
/hardware/qcom/msm8998/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 82 u8 reg; 83 u8 mask; 84 u8 val; 123 u8 master); 145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 82 u8 reg; 83 u8 mask; 84 u8 val; 123 u8 master); 145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 82 u8 reg; 83 u8 mask; 84 u8 val; 123 u8 master); 145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
|
/hardware/qcom/msm8994/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 82 u8 reg; 83 u8 mask; 84 u8 val; 123 u8 master); 145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 82 u8 reg; 83 u8 mask; 84 u8 val; 123 u8 master); 145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/ |
D | msm-adie-codec.h | 82 u8 reg; 83 u8 mask; 84 u8 val; 123 u8 master); 145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
|