Home
last modified time | relevance | path

Searched refs:sta_info_alloc (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Dsta_info.h595 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
Dibss.c638 sta = sta_info_alloc(sdata, addr, GFP_KERNEL); in ieee80211_ibss_add_sta()
1194 sta = sta_info_alloc(sdata, addr, GFP_ATOMIC); in ieee80211_ibss_rx_no_sta()
Dmesh_plink.c429 sta = sta_info_alloc(sdata, hw_addr, GFP_KERNEL); in __mesh_sta_info_alloc()
Diface.c657 sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr, in ieee80211_do_open()
Dsta_info.c293 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, in sta_info_alloc() function
Dcfg.c1182 sta = sta_info_alloc(sdata, mac, GFP_KERNEL); in ieee80211_add_station()
Dmlme.c4005 new_sta = sta_info_alloc(sdata, cbss->bssid, GFP_KERNEL); in ieee80211_prep_connection()