Searched refs:asoc_list (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | sta_info.h | 79 struct list_head asoc_list; member 98 struct list_head asoc_list; member
|
H A D | rtl871x_sta_mgt.c | 33 INIT_LIST_HEAD(&psta->asoc_list); in _init_stainfo() 60 INIT_LIST_HEAD(&pstapriv->asoc_list); in _r8712_init_sta_priv()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 211 phead = &pstapriv->asoc_list; in expire_timeout_chk() 214 psta = list_entry(plist, struct sta_info, asoc_list); in expire_timeout_chk() 256 list_del_init(&psta->asoc_list); in expire_timeout_chk() 308 if (list_empty(&psta->asoc_list) == false) { in expire_timeout_chk() 309 list_del_init(&psta->asoc_list); in expire_timeout_chk() 1691 phead = &pstapriv->asoc_list; in associated_clients_update() 1694 psta = list_entry(plist, struct sta_info, asoc_list); in associated_clients_update() 1943 phead = &pstapriv->asoc_list; in rtw_sta_flush() 1946 psta = list_entry(plist, struct sta_info, asoc_list); in rtw_sta_flush() 1948 list_del_init(&psta->asoc_list); in rtw_sta_flush() [all …]
|
H A D | rtw_sta_mgt.c | 29 INIT_LIST_HEAD(&psta->asoc_list); in _rtw_init_stainfo() 93 INIT_LIST_HEAD(&pstapriv->asoc_list); in _rtw_init_sta_priv()
|
H A D | rtw_mlme_ext.c | 757 if (list_empty(&pstat->asoc_list) == false) { in OnAuth() 758 list_del_init(&pstat->asoc_list); in OnAuth() 1319 if (list_empty(&pstat->asoc_list)) { in OnAssocReq() 1321 list_add_tail(&pstat->asoc_list, &pstapriv->asoc_list); in OnAssocReq() 1491 if (list_empty(&psta->asoc_list) == false) { in OnDeAuth() 1492 list_del_init(&psta->asoc_list); in OnDeAuth() 1562 if (list_empty(&psta->asoc_list) == false) { in OnDisassoc() 1563 list_del_init(&psta->asoc_list); in OnDisassoc()
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | xmit_linux.c | 139 phead = &pstapriv->asoc_list; in rtw_mlcst2unicst() 144 psta = list_entry(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst()
|
H A D | ioctl_cfg80211.c | 2374 phead = &pstapriv->asoc_list; in cfg80211_rtw_del_station() 2377 psta = list_entry(plist, struct sta_info, asoc_list); in cfg80211_rtw_del_station() 2381 list_del_init(&psta->asoc_list); in cfg80211_rtw_del_station() 2415 phead = &pstapriv->asoc_list; in rtw_sta_info_get_by_idx() 2421 psta = container_of(plist, struct sta_info, asoc_list); in rtw_sta_info_get_by_idx()
|
H A D | ioctl_linux.c | 869 if (list_empty(&psta->asoc_list) == false) { in rtw_del_sta() 870 list_del_init(&psta->asoc_list); in rtw_del_sta()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | sta_info.h | 140 struct list_head asoc_list; member 315 struct list_head asoc_list; member
|