Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c1979 struct wlan_objmgr_peer *sta_peer; in hdd_hostapd_sap_fill_peer_ml_info() local
1997 sta_peer = wlan_objmgr_get_peer_by_mac(adapter->hdd_ctx->psoc, in hdd_hostapd_sap_fill_peer_ml_info()
2000 if (!sta_peer) { in hdd_hostapd_sap_fill_peer_ml_info()
2005 qdf_mem_copy(sta_info->mld_addr, wlan_peer_mlme_get_mldaddr(sta_peer), in hdd_hostapd_sap_fill_peer_ml_info()
2009 sta_peer, in hdd_hostapd_sap_fill_peer_ml_info()
2012 wlan_objmgr_peer_release_ref(sta_peer, WLAN_OSIF_ID); in hdd_hostapd_sap_fill_peer_ml_info()
2023 struct wlan_objmgr_peer *sta_peer; in hdd_hostapd_sap_fill_peer_ml_info() local
2042 sta_peer = wlan_objmgr_get_peer_by_mac(adapter->hdd_ctx->psoc, in hdd_hostapd_sap_fill_peer_ml_info()
2045 if (!sta_peer) { in hdd_hostapd_sap_fill_peer_ml_info()
2050 qdf_mem_copy(sta_info->mld_addr, wlan_peer_mlme_get_mldaddr(sta_peer), in hdd_hostapd_sap_fill_peer_ml_info()
[all …]