diff --git a/core/rtw_ap.c b/core/rtw_ap.c index d666fad..96d1910 100644 --- a/core/rtw_ap.c +++ b/core/rtw_ap.c @@ -1114,6 +1114,9 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) return _FAIL; } + /* fix bug of flush_cam_entry at STOP AP mode */ + psta->state |= WIFI_AP_STATE; + rtw_indicate_connect(padapter); pmlmepriv->cur_network.join_res = true;/* for check if already set beacon */ return ret; }