1CFG80211_NEW_STA(9) Actions and configuration CFG80211_NEW_STA(9)
23
4
NAME
6cfg80211_new_sta - notify userspace about station
7
SYNOPSIS
9void cfg80211_new_sta(struct net_device * dev, const u8 * mac_addr,
10struct station_info * sinfo, gfp_t gfp);
11
ARGUMENTS
13dev
14the netdev
1516
mac_addr
17the station's address
1819
sinfo
20the station information
2122
gfp
23allocation flags
24
AUTHOR
26Johannes Berg <johannes@sipsolutions.net>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 3.10 June 2019 CFG80211_NEW_STA(9)