Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/rsi/
H A Drsi_common.h89 struct rsi_sta *rsi_find_sta(struct rsi_common *common, u8 *mac_addr);
H A Drsi_91x_core.c338 struct rsi_sta *rsi_find_sta(struct rsi_common *common, u8 *mac_addr) in rsi_find_sta() function
453 rsta = rsi_find_sta(common, wh->addr1); in rsi_core_xmit()
H A Drsi_91x_mac80211.c981 rsta = rsi_find_sta(adapter->priv, sta->addr); in rsi_hal_key_config()
1121 rsta = rsi_find_sta(common, sta->addr); in rsi_mac80211_ampdu_action()
H A Drsi_91x_hal.c137 struct rsi_sta *rsta = rsi_find_sta(common, wh->addr1); in rsi_prepare_mgmt_desc()