Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sta_info.c320 hdd_for_each_sta_ref_safe(adapter->cache_sta_info_list, sta_info, tmp, in hdd_clear_cached_sta_info()
322 hdd_sta_info_detach(&adapter->cache_sta_info_list, &sta_info); in hdd_clear_cached_sta_info()
323 hdd_put_sta_info_ref(&adapter->cache_sta_info_list, &sta_info, in hdd_clear_cached_sta_info()
H A Dwlan_hdd_station_info.c1391 stainfo = hdd_get_sta_info_by_mac(&adapter->cache_sta_info_list, in hdd_get_cached_station_remote()
1416 hdd_put_sta_info_ref(&adapter->cache_sta_info_list, in hdd_get_cached_station_remote()
1506 hdd_sta_info_detach(&adapter->cache_sta_info_list, &stainfo); in hdd_get_cached_station_remote()
1507 hdd_put_sta_info_ref(&adapter->cache_sta_info_list, &stainfo, true, in hdd_get_cached_station_remote()
1513 hdd_put_sta_info_ref(&adapter->cache_sta_info_list, &stainfo, true, in hdd_get_cached_station_remote()
H A Dwlan_hdd_hostapd.c1624 hdd_get_sta_info_by_mac(&adapter->cache_sta_info_list, in hdd_fill_station_info()
1651 hdd_sta_info_attach(&adapter->cache_sta_info_list, in hdd_fill_station_info()
1657 &adapter->cache_sta_info_list; in hdd_fill_station_info()
1662 hdd_for_each_sta_ref_safe(adapter->cache_sta_info_list, in hdd_fill_station_info()
1682 hdd_sta_info_detach(&adapter->cache_sta_info_list, in hdd_fill_station_info()
1684 hdd_sta_info_attach(&adapter->cache_sta_info_list, in hdd_fill_station_info()
1690 hdd_put_sta_info_ref(&adapter->cache_sta_info_list, in hdd_fill_station_info()
2828 &adapter->cache_sta_info_list, in hdd_hostapd_sap_event_cb()
2847 hdd_put_sta_info_ref(&adapter->cache_sta_info_list, in hdd_hostapd_sap_event_cb()
H A Dwlan_hdd_main.c8107 hdd_sta_info_deinit(&adapter->cache_sta_info_list); in hdd_cleanup_adapter()
9168 hdd_sta_info_init(&adapter->cache_sta_info_list); in hdd_open_adapter()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h1357 struct hdd_sta_info_obj cache_sta_info_list; member