Searched refs:sta_info_alloc (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | ocb.c | 74 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ocb_rx_no_sta()
|
D | sta_info.h | 702 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
D | ibss.c | 648 sta = sta_info_alloc(sdata, addr, GFP_KERNEL); in ieee80211_ibss_add_sta() 1239 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ibss_rx_no_sta()
|
D | mesh_plink.c | 499 sta = sta_info_alloc(sdata, hw_addr, GFP_KERNEL); in __mesh_sta_info_alloc()
|
D | iface.c | 684 sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr, in ieee80211_do_open()
|
D | sta_info.c | 304 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, in sta_info_alloc() function
|
D | cfg.c | 1470 sta = sta_info_alloc(sdata, mac, GFP_KERNEL); in ieee80211_add_station()
|
D | mlme.c | 4744 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()
|
/Linux-v4.19/Documentation/livepatch/ |
D | shadow-vars.txt | 108 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|