1. NAME

cfg80211_new_sta - notify userspace about station

2. SYNOPSIS

void cfg80211_new_sta(struct net_device *  dev , const u8 *  mac_addr , struct station_info *  sinfo , gfp_t  gfp );

3. ARGUMENTS

dev
    the netdev

mac_addr
    the stationAqs address

sinfo
    the station information

gfp
    allocation flags

4. AUTHOR

Johannes Berg <>
    Author.

5. COPYRIGHT