Searched refs:sta_info_alloc (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ocb.c | 71 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ocb_rx_no_sta()
|
H A D | sta_info.h | 792 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
H A D | ibss.c | 643 sta = sta_info_alloc(sdata, addr, GFP_KERNEL); in __acquires() 1243 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ibss_rx_no_sta()
|
H A D | mesh_plink.c | 513 sta = sta_info_alloc(sdata, hw_addr, GFP_KERNEL); in __mesh_sta_info_alloc()
|
H A D | iface.c | 1221 sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr, in ieee80211_do_open()
|
H A D | sta_info.c | 38 * Upon allocating a STA info structure with sta_info_alloc(), the caller 254 * This function must undo everything done by sta_info_alloc() 336 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, in sta_info_alloc() function
|
H A D | cfg.c | 1700 sta = sta_info_alloc(sdata, mac, GFP_KERNEL); in ieee80211_add_station()
|
H A D | mlme.c | 5196 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ocb.c | 72 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ocb_rx_no_sta()
|
H A D | sta_info.h | 858 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
H A D | ibss.c | 635 sta = sta_info_alloc(sdata, addr, GFP_KERNEL); in __acquires() 1237 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ibss_rx_no_sta()
|
H A D | mesh_plink.c | 527 sta = sta_info_alloc(sdata, hw_addr, GFP_KERNEL); in __mesh_sta_info_alloc()
|
H A D | sta_info.c | 38 * Upon allocating a STA info structure with sta_info_alloc(), the caller 391 * This function must undo everything done by sta_info_alloc() 704 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, in sta_info_alloc() function
|
H A D | cfg.c | 2074 sta = sta_info_alloc(sdata, mac, GFP_KERNEL); in ieee80211_add_station()
|
H A D | mlme.c | 6978 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()
|
Completed in 48 milliseconds