Home
last modified time | relevance | path

Searched refs:wl_sta (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c932 struct wl1271_station *wl_sta; in wlcore_save_freed_pkts() local
935 wl_sta = (void *)sta->drv_priv; in wlcore_save_freed_pkts()
936 wl_sta->total_freed_pkts = wl->links[hlid].total_freed_pkts; in wlcore_save_freed_pkts()
946 wl_sta->total_freed_pkts += sqn_recovery_padding; in wlcore_save_freed_pkts()
3432 struct wl1271_station *wl_sta; in wl1271_set_key() local
3436 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl1271_set_key()
3437 hlid = wl_sta->hlid; in wl1271_set_key()
3568 struct wl1271_station *wl_sta = (void *)sta->drv_priv; in wlcore_set_key() local
3569 hlid = wl_sta->hlid; in wlcore_set_key()
5054 struct wl1271_station *wl_sta; in wl1271_allocate_sta() local
[all …]
H A Dwlcore.h510 struct wl1271_station *wl_sta, bool in_conn);