Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h329 struct wl1271_station { struct
343 static inline struct wl1271_station *wl1271_station(struct ieee80211_sta *sta) in wl1271_station() argument
345 return (struct wl1271_station *)sta->drv_priv; in wl1271_station()
H A Dwlcore.h510 struct wl1271_station *wl_sta, bool in_conn);
H A 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()