mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 14:03:05 +00:00
rtl8188eu: Remove CONFIG_WAPI_SUPPORT
This symbol is not defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1d52d1060a
commit
4b61fd5bf7
17 changed files with 7 additions and 591 deletions
|
@ -1397,19 +1397,6 @@ void rtw_indicate_disconnect( struct adapter *padapter )
|
|||
if(rtw_to_roaming(padapter) > 0)
|
||||
_clr_fwstate_(pmlmepriv, _FW_LINKED);
|
||||
|
||||
#ifdef CONFIG_WAPI_SUPPORT
|
||||
psta = rtw_get_stainfo(pstapriv,cur_network->MacAddress);
|
||||
if (check_fwstate(pmlmepriv, WIFI_STATION_STATE))
|
||||
{
|
||||
rtw_wapi_return_one_sta_info(padapter, psta->hwaddr);
|
||||
}
|
||||
else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) ||
|
||||
check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE))
|
||||
{
|
||||
rtw_wapi_return_all_sta_info(padapter);
|
||||
}
|
||||
#endif
|
||||
|
||||
if(check_fwstate(&padapter->mlmepriv, _FW_LINKED)
|
||||
|| (rtw_to_roaming(padapter) <= 0)
|
||||
)
|
||||
|
@ -3191,10 +3178,6 @@ void _rtw_roaming(struct adapter *padapter, struct wlan_network *tgt_network)
|
|||
|
||||
pmlmepriv->assoc_by_bssid = false;
|
||||
|
||||
#ifdef CONFIG_WAPI_SUPPORT
|
||||
rtw_wapi_return_all_sta_info(padapter);
|
||||
#endif
|
||||
|
||||
while(1) {
|
||||
if( _SUCCESS==(do_join_r=rtw_do_join(padapter)) ) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue