Home
last modified time | relevance | path

Searched refs:wl1271_station (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h329 struct wl1271_station { struct
343 static inline struct wl1271_station *wl1271_station(struct ieee80211_sta *sta) in wl1271_station() function
345 return (struct wl1271_station *)sta->drv_priv; in wl1271_station()
Dmain.c932 struct wl1271_station *wl_sta; in wlcore_save_freed_pkts()
3432 struct wl1271_station *wl_sta; in wl1271_set_key()
3436 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl1271_set_key()
3568 struct wl1271_station *wl_sta = (void *)sta->drv_priv; in wlcore_set_key()
5054 struct wl1271_station *wl_sta; in wl1271_allocate_sta()
5063 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl1271_allocate_sta()
5109 struct wl1271_station *wl_sta; in wl12xx_sta_add()
5119 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl12xx_sta_add()
5133 struct wl1271_station *wl_sta; in wl12xx_sta_remove()
5138 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl12xx_sta_remove()
[all …]
Dwlcore.h510 struct wl1271_station *wl_sta, bool in_conn);
Dtx.c143 if (sta && wl1271_station(sta)->fw_added) { in wl12xx_tx_get_hlid_ap()
144 return wl1271_station(sta)->hlid; in wl12xx_tx_get_hlid_ap()