Searched refs:rtw_alloc_stainfo23a (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 115 rtw_alloc_stainfo23a(struct sta_priv *pstapriv, const u8 *hwaddr, gfp_t gfp) in rtw_alloc_stainfo23a() function 394 psta = rtw_alloc_stainfo23a(pstapriv, bc_addr, GFP_KERNEL); in rtw_init_bcmc_stainfo23a()
|
D | rtw_mlme.c | 896 psta = rtw_alloc_stainfo23a(pstapriv, in rtw_joinbss_update_stainfo() 1257 psta = rtw_alloc_stainfo23a(&adapter->stapriv, pstassoc->macaddr, in rtw_stassoc_event_callback23a()
|
D | rtw_cmd.c | 1359 psta = rtw_alloc_stainfo23a(&padapter->stapriv, in rtw_createbss_cmd23a_callback()
|
D | rtw_ap.c | 1015 psta = rtw_alloc_stainfo23a(&padapter->stapriv, in rtw_check_beacon_data23a()
|
D | rtw_mlme_ext.c | 972 pstat = rtw_alloc_stainfo23a(pstapriv, sa, GFP_ATOMIC); in OnAuth23a()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | sta_info.h | 365 struct sta_info *rtw_alloc_stainfo23a(struct sta_priv *pstapriv, const u8 *hwaddr, gfp_t gfp);
|