Add station tracking based on other management frame subtypes
This extends the previous tracking design to add a station entry based on other management frames than Probe Request frames. For example, this covers a case where the station is using passive scanning. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c4f0c4d67d
commit
b308a304d4
3 changed files with 5 additions and 1 deletions
|
@ -592,7 +592,7 @@ static struct hostapd_sta_info * sta_track_get(struct hostapd_iface *iface,
|
|||
}
|
||||
|
||||
|
||||
static void sta_track_add(struct hostapd_iface *iface, const u8 *addr)
|
||||
void sta_track_add(struct hostapd_iface *iface, const u8 *addr)
|
||||
{
|
||||
struct hostapd_sta_info *info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue