Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c50 pstapriv->asoc_sta_count = 0; in _r8712_init_sta_priv()
115 pstapriv->asoc_sta_count++; in r8712_alloc_stainfo()
173 pstapriv->asoc_sta_count--; in r8712_free_stainfo()
200 if (pstapriv->asoc_sta_count == 1) in r8712_free_all_stainfo()
H A Dsta_info.h94 int asoc_sta_count; member
H A Drtl871x_mlme.c600 (adapter->stapriv.asoc_sta_count == 1))) in r8712_free_assoc_resources()
878 if (adapter->stapriv.asoc_sta_count == 2) { in r8712_stassoc_event_callback()
909 if (adapter->stapriv.asoc_sta_count == 1) { in r8712_stadel_event_callback()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c72 pstapriv->asoc_sta_count = 0; in _rtw_init_sta_priv()
222 pstapriv->asoc_sta_count++; in rtw_alloc_stainfo()
341 pstapriv->asoc_sta_count--; in rtw_free_stainfo()
439 if (pstapriv->asoc_sta_count == 1) in rtw_free_all_stainfo()
H A Drtw_mlme.c883 (adapter->stapriv.asoc_sta_count == 1)) in find_network()
1378 if (adapter->stapriv.asoc_sta_count == 2) { in rtw_stassoc_event_callback()
1475 if (adapter->stapriv.asoc_sta_count == 1) {/* a sta + bc/mc_stainfo (not Ibss_stainfo) */ in rtw_stadel_event_callback()
2609 if (padapter->stapriv.asoc_sta_count > 2) in rtw_linked_check()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h309 int asoc_sta_count; member