Skip to content
Commit f1b78157 authored by Qiankun Li's avatar Qiankun Li Committed by Daniel DeGrasse
Browse files

drivers: wifi: nxp: Fix embedded supplicant link mode issue.



1. When external stations connect to soft ap,
   Wi-Fi driver will send UAP_CLIENT_ASSOC event with data.
   nxp_wifi_wlan_event_callback will be called to process this event.
2. The data should include some basic station information
   but not only mac address of station.
3. Fill ap_sta_info with information of
   connected station but not soft ap self.
4. Fix: Wi-Fi driver send UAP_CLIENT_ASSOC event
   with basic station information.
5. Fix: ap_sta_info with information of connected station.

Signed-off-by: default avatarQiankun Li <qiankun.li@nxp.com>
parent 0d293521
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment