Searched refs:sta_info_alloc (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/net/mac80211/ |
D | ocb.c | 70 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ocb_rx_no_sta()
|
D | sta_info.h | 867 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|
D | ibss.c | 621 sta = sta_info_alloc(sdata, addr, GFP_KERNEL); in ieee80211_ibss_add_sta() 1213 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ibss_rx_no_sta()
|
D | mesh_plink.c | 537 sta = sta_info_alloc(sdata, hw_addr, GFP_KERNEL); in __mesh_sta_info_alloc()
|
D | sta_info.c | 726 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, in sta_info_alloc() function
|
D | cfg.c | 2141 sta = sta_info_alloc(sdata, mac, GFP_KERNEL); in ieee80211_add_station()
|
D | mlme.c | 8475 new_sta = sta_info_alloc(sdata, ap_mld_addr, GFP_KERNEL); in ieee80211_prep_connection()
|
/linux-6.14.4/Documentation/livepatch/ |
D | shadow-vars.rst | 123 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
|