Home
last modified time | relevance | path

Searched refs:src_mac (Results 1 – 25 of 25) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_mscs.h44 uint8_t *src_mac, uint8_t *dst_mac, in cdp_mscs_peer_lookup_n_get_priority() argument
55 src_mac, dst_mac, nbuf); in cdp_mscs_peer_lookup_n_get_priority()
Dcdp_txrx_ops.h2436 uint8_t *src_mac,
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_direct_link_ut_cmd.c109 qdf_mac_parse(token, &cmd_info.src_mac); in __hdd_sysfs_direct_link_ut_cmd_store()
127 qdf_copy_macaddr(&cmd_info.src_mac, &adapter->mac_addr); in __hdd_sysfs_direct_link_ut_cmd_store()
Dwlan_hdd_softap_tx_rx.c160 struct qdf_mac_addr *src_mac; in hdd_ipa_update_rx_mcbc_stats() local
163 src_mac = (struct qdf_mac_addr *)(skb->data + in hdd_ipa_update_rx_mcbc_stats()
168 src_mac->bytes, in hdd_ipa_update_rx_mcbc_stats()
Dwlan_hdd_cm_connect.c2142 rsp->connect_ies.fils_ie->src_mac.bytes, in hdd_update_hlp_info()
/wlan-driver/qcacld-3.0/os_if/qmi/inc/
Dos_if_qmi.h83 struct qdf_mac_addr src_mac; member
Dos_if_qmi_wifi_driver_service_v01.h339 u8 src_mac[6]; member
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_softap_txrx.c296 struct qdf_mac_addr *src_mac; in dp_softap_inspect_dhcp_packet() local
303 src_mac = (struct qdf_mac_addr *)(qdf_nbuf_data(nbuf) + in dp_softap_inspect_dhcp_packet()
309 src_mac->bytes, in dp_softap_inspect_dhcp_packet()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_fils_defs.h372 struct qdf_mac_addr src_mac; member
/wlan-driver/qcacld-3.0/os_if/qmi/src/
Dos_if_qmi_wfds.c505 req->src_mac[i] = cmd_info->src_mac.bytes[i]; in os_if_qmi_wfds_send_ut_cmd_req_msg()
Dos_if_qmi_wifi_driver_service_v01.c560 src_mac),
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_public_struct.h452 struct qdf_mac_addr src_mac; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_fils.c1691 cds_copy_hlp_info(&fils_info->dst_mac, &fils_info->src_mac, in populate_fils_connect_params()
1693 &fils_ie->dst_mac, &fils_ie->src_mac, in populate_fils_connect_params()
1831 &pe_fils_info->src_mac, in lim_update_fils_hlp_data()
1908 &assoc_rsp->src_mac, in lim_verify_fils_params_assoc_rsp()
Dlim_api.c2354 &session_ptr->fils_info->src_mac, in lim_copy_and_free_hlp_data_from_session()
2358 &roam_sync_ind_ptr->src_mac, in lim_copy_and_free_hlp_data_from_session()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
Dwlan_cp_stats_chipset_stats.c397 CSTATS_MAC_COPY(stat.src_mac, sa); in wlan_cp_stats_cstats_pkt_log()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
Dwlan_cp_stats_chipset_stats_events.h490 uint8_t src_mac[CSTATS_MAC_LEN]; member
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_fw_sync.c312 &roam_synch_data->src_mac, in cm_fill_fils_ie()
316 &fils_ie->src_mac, in cm_fill_fils_ie()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_roam_public_struct.h2926 struct qdf_mac_addr src_mac; member
/wlan-driver/qcacld-3.0/core/mac/src/include/
Dparser_api.h515 struct qdf_mac_addr src_mac; member
Ddot11f.h9482 uint8_t src_mac[6]; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c2626 uint8_t *src_mac; in wma_wow_parse_data_pkt() local
2635 src_mac = data + QDF_NBUF_SRC_MAC_OFFSET; in wma_wow_parse_data_pkt()
2639 QDF_MAC_ADDR_FMT, QDF_MAC_ADDR_REF(src_mac), in wma_wow_parse_data_pkt()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h451 struct qdf_mac_addr src_mac; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms3026 src_mac[6];
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3598 sir_copy_mac_addr(pAssocRsp->src_mac.bytes,
3599 ar->fils_hlp_container.src_mac);
Ddot11f.c9865 DOT11F_MEMCPY(pCtx, pDst->src_mac, pBuf, 6); in dot11f_unpack_ie_fils_hlp_container()
30519 DOT11F_MEMCPY(pCtx, pBuf, pSrc->src_mac, 6); in dot11f_pack_ie_fils_hlp_container()