Searched refs:wl1271_station (Results 1 – 4 of 4) sorted by relevance
329 struct wl1271_station { struct343 static inline struct wl1271_station *wl1271_station(struct ieee80211_sta *sta) in wl1271_station() function345 return (struct wl1271_station *)sta->drv_priv; in wl1271_station()
932 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 …]
510 struct wl1271_station *wl_sta, bool in_conn);
143 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()