Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_sta_info.c119 sta_info->is_attached = true; in hdd_sta_info_attach()
143 if (info->is_attached) { in hdd_sta_info_detach()
144 info->is_attached = false; in hdd_sta_info_detach()
H A Dwlan_hdd_sta_info.h314 bool is_attached; member
H A Dwlan_hdd_softap_tx_rx.c398 if (sta_info->is_attached) { in hdd_sta_info_re_attach()
409 sta_info->is_attached = true; in hdd_sta_info_re_attach()
H A Dwlan_hdd_hostapd.c1634 cache_sta_info->is_attached = 0; in hdd_fill_station_info()