/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_peer.c | 280 struct dp_peer *dp_find_peer_by_macaddr(struct dp_soc *soc, uint8_t *mac_addr, in dp_find_peer_by_macaddr() 357 union dp_align_mac_addr *mac_addr) in dp_peer_find_hash_index() 376 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_find_hash_find() local 814 union dp_align_mac_addr *mac_addr) in dp_peer_mec_hash_index() 831 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_mec_hash_find_by_pdevid() local 871 uint8_t *mac_addr) in dp_peer_mec_add_entry() 999 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_exist_on_pdev() local 1043 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_exist_on_pdev() local 1168 union dp_align_mac_addr *mac_addr) in dp_peer_ast_hash_index() 1234 union dp_align_mac_addr local_mac_addr_aligned, *mac_addr; in dp_peer_ast_hash_find_by_vdevid() local [all …]
|
D | dp_rx_defrag.c | 1016 union dp_align_mac_addr mac_addr; in dp_rx_defrag_nwifi_to_8023() local 1612 uint8_t *mac_addr) in dp_rx_defrag_vdev_mac_addr_cmp() 1622 uint8_t *mac_addr) in dp_rx_defrag_vdev_mac_addr_cmp() 1633 union dp_align_mac_addr mac_addr; in dp_rx_defrag_addr1_check() local
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_softap_txrx.c | 110 struct qdf_mac_addr *mac_addr; in dp_softap_inspect_tx_eap_pkt() local 175 struct qdf_mac_addr *mac_addr) in dp_softap_check_wait_for_tx_eap_pkt() 215 int dp_post_dhcp_ind(struct wlan_dp_link *dp_link, uint8_t *mac_addr, in dp_post_dhcp_ind() 435 uint8_t *mac_addr) in dp_wds_replace_peer_mac() 461 uint8_t *mac_addr) in dp_wds_replace_peer_mac() 470 struct qdf_mac_addr mac_addr; in dp_softap_validate_peer_state() local
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/ |
D | wlan_cfg80211_crypto.c | 39 const u8 *mac_addr, in wlan_cfg80211_translate_ml_sta_key() 74 const u8 *mac_addr, in wlan_cfg80211_translate_key() 118 const u8 *mac_addr, struct key_params *params, in wlan_cfg80211_store_link_key() 190 const u8 *mac_addr, struct key_params *params) in wlan_cfg80211_store_key()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_sawf.h | 350 cdp_sawf_peer_config_ul(ol_txrx_soc_handle soc, uint8_t *mac_addr, uint8_t tid, in cdp_sawf_peer_config_ul() 381 cdp_sawf_peer_flow_count(ol_txrx_soc_handle soc, uint8_t *mac_addr, in cdp_sawf_peer_flow_count() 406 cdp_swaf_peer_sla_configuration(ol_txrx_soc_handle soc, uint8_t *mac_addr, in cdp_swaf_peer_sla_configuration() 448 cdp_swaf_peer_sla_configuration(ol_txrx_soc_handle soc, uint8_t *mac_addr, in cdp_swaf_peer_sla_configuration() 473 cdp_sawf_3_link_peer_flow_count(ol_txrx_soc_handle soc, uint8_t *mac_addr, in cdp_sawf_3_link_peer_flow_count()
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/ |
D | wlan_roam_debug.h | 30 #define wlan_rec_conn_info(vdev_id, op, mac_addr, arg1, arg2) \ argument 115 struct qdf_mac_addr mac_addr; member 219 uint16_t peer_id, void *mac_addr, in wlan_roam_debug_log() 226 uint16_t peer_id, const void *mac_addr, in wlan_rec_debug_log()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_station_info.c | 1382 struct qdf_mac_addr mac_addr) in hdd_get_cached_station_remote() 1530 struct qdf_mac_addr mac_addr, in hdd_get_connected_station_info() 1657 struct qdf_mac_addr mac_addr) in hdd_get_station_remote() 1730 struct qdf_mac_addr mac_addr; in __hdd_cfg80211_get_station_cmd() local 2327 const uint8_t *mac_addr; in hdd_get_connected_station_info_ex() local 2436 struct qdf_mac_addr mac_addr) in hdd_get_station_remote_ex() 2565 struct qdf_mac_addr mac_addr; in __hdd_cfg80211_get_sta_info_cmd() local
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_util.h | 371 static inline bool qdf_is_macaddr_zero(const struct qdf_mac_addr *mac_addr) in qdf_is_macaddr_zero() 386 static inline void qdf_zero_macaddr(struct qdf_mac_addr *mac_addr) in qdf_zero_macaddr() 404 static inline bool qdf_is_macaddr_group(struct qdf_mac_addr *mac_addr) in qdf_is_macaddr_group() 420 static inline bool qdf_is_macaddr_broadcast(const struct qdf_mac_addr *mac_addr) in qdf_is_macaddr_broadcast() 450 static inline void qdf_set_macaddr_broadcast(struct qdf_mac_addr *mac_addr) in qdf_set_macaddr_broadcast()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_txrx_peer_find.c | 142 union ol_txrx_align_mac_addr_t *mac_addr) in ol_txrx_peer_find_hash_index() 179 union ol_txrx_align_mac_addr_t local_mac_addr_aligned, *mac_addr; in ol_txrx_peer_vdev_find_hash() local 214 union ol_txrx_align_mac_addr_t local_mac_addr_aligned, *mac_addr; in ol_txrx_peer_find_hash_find_get_ref() local
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ |
D | wlan_crypto_obj_mgr.c | 95 union crypto_align_mac_addr *mac_addr, in crypto_hash_index() 130 uint8_t *mac_addr) in crypto_hash_find_by_linkid_and_macaddr() 225 uint8_t *mac_addr, in crypto_add_entry()
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
D | iot_sim_utils.c | 221 struct qdf_mac_addr *mac_addr) in iot_sim_apply_delay_drop_rule() 330 struct qdf_mac_addr *mac_addr; in iot_sim_frame_update() local
|
D | iot_sim_common.c | 933 struct qdf_mac_addr *mac_addr; in iot_sim_delay_cb() local 1187 struct qdf_mac_addr mac_addr = QDF_MAC_ADDR_BCAST_INIT; in iot_sim_debug_content_change_write() local 1381 struct qdf_mac_addr mac_addr = QDF_MAC_ADDR_BCAST_INIT; in iot_sim_debug_delay_write() local 1571 struct qdf_mac_addr mac_addr = QDF_MAC_ADDR_BCAST_INIT; in iot_sim_debug_drop_write() local
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_probe_rsp_frame.c | 214 struct qdf_mac_addr *mac_addr, in lim_update_mlo_mgr_prb_info() 230 struct qdf_mac_addr *mac_addr, in lim_update_mlo_mgr_prb_info()
|
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ |
D | wlan_tdls_api.h | 258 struct qdf_mac_addr *mac_addr) in wlan_tdls_update_tx_pkt_cnt() 264 struct qdf_mac_addr *mac_addr, in wlan_tdls_update_rx_pkt_cnt()
|
D | wlan_tdls_ucfg_api.h | 542 struct qdf_mac_addr *mac_addr, in ucfg_tdls_update_rx_pkt_cnt() 549 struct qdf_mac_addr *mac_addr) in ucfg_tdls_update_tx_pkt_cnt()
|
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/ |
D | wlan_ipa_core.c | 2072 const uint8_t *mac_addr) in wlan_ipa_uc_find_add_assoc_sta() 2195 const uint8_t *mac_addr) in wlan_ipa_cleanup_iface() 2344 const uint8_t *mac_addr, in wlan_ipa_setup_iface() 2863 const uint8_t *mac_addr) in wlan_ipa_send_msg() 2971 const uint8_t *mac_addr) in wlan_ipa_save_bssid_iface_ctx() 2992 const uint8_t *mac_addr) in wlan_ipa_set_peer_id() 3054 const uint8_t *mac_addr) in wlan_ipa_set_peer_id() 3108 const uint8_t *mac_addr, bool is_2g_iface, in __wlan_ipa_wlan_evt() 3826 const uint8_t *mac_addr, bool is_2g_iface, in wlan_ipa_wlan_evt() 5144 uint8_t *mac_addr, in wlan_ipa_uc_send_evt()
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/ |
D | wlan_roam_debug.c | 151 uint16_t peer_id, void *mac_addr, in wlan_roam_debug_log() 161 uint16_t peer_id, const void *mac_addr, in wlan_rec_debug_log()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v1/ |
D | hal_8074v1.c | 443 uint8_t *mac_addr) in hal_rx_mpdu_get_addr1_8074v1() 477 static QDF_STATUS hal_rx_mpdu_get_addr2_8074v1(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr2_8074v1() 511 static QDF_STATUS hal_rx_mpdu_get_addr3_8074v1(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr3_8074v1() 545 static QDF_STATUS hal_rx_mpdu_get_addr4_8074v1(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr4_8074v1()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/ |
D | hal_8074v2.c | 427 static QDF_STATUS hal_rx_mpdu_get_addr1_8074v2(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr1_8074v2() 461 static QDF_STATUS hal_rx_mpdu_get_addr2_8074v2(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr2_8074v2() 495 static QDF_STATUS hal_rx_mpdu_get_addr3_8074v2(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr3_8074v2() 529 static QDF_STATUS hal_rx_mpdu_get_addr4_8074v2(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr4_8074v2()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/ |
D | hal_6390.c | 403 static QDF_STATUS hal_rx_mpdu_get_addr1_6390(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr1_6390() 438 uint8_t *mac_addr) in hal_rx_mpdu_get_addr2_6390() 472 static QDF_STATUS hal_rx_mpdu_get_addr3_6390(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr3_6390() 506 static QDF_STATUS hal_rx_mpdu_get_addr4_6390(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr4_6390()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/ |
D | hal_6290.c | 403 static QDF_STATUS hal_rx_mpdu_get_addr1_6290(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr1_6290() 437 uint8_t *mac_addr) in hal_rx_mpdu_get_addr2_6290() 470 static QDF_STATUS hal_rx_mpdu_get_addr3_6290(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr3_6290() 503 static QDF_STATUS hal_rx_mpdu_get_addr4_6290(uint8_t *buf, uint8_t *mac_addr) in hal_rx_mpdu_get_addr4_6290()
|
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
D | wlan_dp_txrx.h | 135 uint8_t *mac_addr, bool dhcp_start) in dp_post_dhcp_ind() 491 struct qdf_mac_addr *mac_addr) in dp_get_tx_resource()
|
/wlan-driver/qcacld-3.0/components/son/dispatcher/src/ |
D | son_api.c | 91 uint8_t *mac_addr, in wlan_son_peer_ext_stat_enable() 123 uint8_t *mac_addr, in wlan_son_peer_req_inst_stats() 579 uint8_t *mac_addr, in wlan_son_deliver_rrm_rpt()
|
/wlan-driver/qcacld-3.0/components/action_oui/dispatcher/inc/ |
D | wlan_action_oui_public_struct.h | 215 uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; member 252 uint8_t *mac_addr; member
|
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/ |
D | wlan_tdls_api.c | 508 struct qdf_mac_addr *mac_addr) in wlan_tdls_update_tx_pkt_cnt() 514 struct qdf_mac_addr *mac_addr, in wlan_tdls_update_rx_pkt_cnt()
|