Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme.c956 struct sta_info *ptarget_sta = NULL, *pcur_sta = NULL; in rtw_joinbss_event_prehandle() local
997 pcur_sta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); in rtw_joinbss_event_prehandle()
998 if (pcur_sta) { in rtw_joinbss_event_prehandle()
1000 rtw_free_stainfo(adapter, pcur_sta); in rtw_joinbss_event_prehandle()
/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_mlme.c658 struct sta_info *ptarget_sta = NULL, *pcur_sta = NULL; in r8712_joinbss_event_callback() local
733 pcur_sta = r8712_get_stainfo(pstapriv, in r8712_joinbss_event_callback()
737 r8712_free_stainfo(adapter, pcur_sta); in r8712_joinbss_event_callback()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme.c1290 struct sta_info *ptarget_sta = NULL, *pcur_sta = NULL; in rtw_joinbss_event_prehandle() local
1335 pcur_sta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); in rtw_joinbss_event_prehandle()
1336 if (pcur_sta) in rtw_joinbss_event_prehandle()
1337 rtw_free_stainfo(adapter, pcur_sta); in rtw_joinbss_event_prehandle()