Home
last modified time | relevance | path

Searched refs:peer_mld_mac (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_epcs.c86 !qdf_mem_cmp(epcs_ctx->authorize_info[i].peer_mld_mac, in wlan_mlo_is_node_epcs_authorized()
514 uint8_t *peer_mld_mac) in wlan_mlo_update_authorize_epcs_mac_addr() argument
536 !qdf_mem_cmp(epcs_ctx->authorize_info[i].peer_mld_mac, in wlan_mlo_update_authorize_epcs_mac_addr()
537 peer_mld_mac, in wlan_mlo_update_authorize_epcs_mac_addr()
546 QDF_MAC_ADDR_REF(peer_mld_mac)); in wlan_mlo_update_authorize_epcs_mac_addr()
558 qdf_mem_copy(epcs_ctx->authorize_info[free_index]. peer_mld_mac, in wlan_mlo_update_authorize_epcs_mac_addr()
559 peer_mld_mac, in wlan_mlo_update_authorize_epcs_mac_addr()
564 QDF_MAC_ADDR_REF(peer_mld_mac), free_index); in wlan_mlo_update_authorize_epcs_mac_addr()
571 uint8_t *peer_mld_mac) in wlan_mlo_update_deauthorize_epcs_mac_addr() argument
586 if (!qdf_mem_cmp(epcs_ctx->authorize_info[i].peer_mld_mac, in wlan_mlo_update_deauthorize_epcs_mac_addr()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
Dwlan_mlo_epcs.h131 uint8_t peer_mld_mac[QDF_MAC_ADDR_SIZE]; member
422 uint8_t *peer_mld_mac);
433 uint8_t *peer_mld_mac);
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
Dwlan_connectivity_logging.c549 struct qdf_mac_addr peer_mac, peer_mld_mac; in wlan_populate_mlo_mgmt_event_param() local
567 status = wlan_vdev_get_bss_peer_mld_mac(vdev, &peer_mld_mac); in wlan_populate_mlo_mgmt_event_param()
574 qdf_mem_copy(data->mld_addr, peer_mld_mac.bytes, QDF_MAC_ADDR_SIZE); in wlan_populate_mlo_mgmt_event_param()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c2473 struct qdf_mac_addr *peer_mld_mac) in csr_is_deauth_disassoc_cmd_active() argument
2485 if (peer_mac && peer_mld_mac) { in csr_is_deauth_disassoc_cmd_active()
2491 qdf_copy_macaddr(peer_mld_mac, &peer_mac_info.peer_mld); in csr_is_deauth_disassoc_cmd_active()
2506 struct qdf_mac_addr peer_mld_mac = QDF_MAC_ADDR_ZERO_INIT; in csr_roam_issue_discon_sta_roam_cmd() local
2510 &peer_mac, &peer_mld_mac)) in csr_roam_issue_discon_sta_roam_cmd()
2527 qdf_copy_macaddr(&cmd->u.roamCmd.peer_mld_addr, &peer_mld_mac); in csr_roam_issue_discon_sta_roam_cmd()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_stats.c8012 struct qdf_mac_addr peer_mld_mac; in wlan_is_mlo_aggregated_stats_allowed() local
8020 status = wlan_hdd_get_bss_peer_mld_mac(adapter->deflink, &peer_mld_mac); in wlan_is_mlo_aggregated_stats_allowed()
8026 is_mld_req = qdf_is_macaddr_equal(&peer_mld_mac, in wlan_is_mlo_aggregated_stats_allowed()