Home
last modified time | relevance | path

Searched refs:wl1271_station (Results 1 – 4 of 4) 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 Dmain.c929 struct wl1271_station *wl_sta; in wlcore_save_freed_pkts()
3426 struct wl1271_station *wl_sta; in wl1271_set_key()
3430 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl1271_set_key()
3561 struct wl1271_station *wl_sta = (void *)sta->drv_priv; in wlcore_set_key()
5037 struct wl1271_station *wl_sta; in wl1271_allocate_sta()
5046 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl1271_allocate_sta()
5092 struct wl1271_station *wl_sta; in wl12xx_sta_add()
5102 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl12xx_sta_add()
5116 struct wl1271_station *wl_sta; in wl12xx_sta_remove()
5121 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl12xx_sta_remove()
[all …]
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()