Searched refs:wcid (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2x00mac.c498 crypto.wcid = sta_priv->wcid;
546 * -1 as wcid but tell mac80211 everything went ok.
549 sta_priv->wcid = -1;
564 if (sta_priv->wcid < 0)
567 return rt2x00dev->ops->lib->sta_remove(rt2x00dev, sta_priv->wcid);
H A Drt2800mmio.c173 int wcid, tx_wcid; local
175 wcid = rt2x00_get_field32(status, TX_STA_FIFO_WCID);
181 return (tx_wcid == wcid);
199 * in the tx queue with a matching wcid.
H A Drt2800lib.h186 int rt2800_sta_remove(struct rt2x00_dev *rt2x00dev, int wcid);
H A Drt2x00queue.h322 int wcid; member in struct:txentry_desc::__anon4652::__anon4654
H A Drt2x00.h466 int wcid; member in struct:rt2x00lib_crypto
502 * wcid: Wireless Client ID
505 int wcid; member in struct:rt2x00_sta
627 int wcid);
H A Drt2800usb.c549 int wcid, ack, pid; local
560 wcid = rt2x00_get_field32(reg, TX_STA_FIFO_WCID);
576 if (wcid != tx_wcid || ack != tx_ack || (!is_agg && pid != tx_pid)) {
H A Drt2x00queue.c315 txdesc->u.ht.wcid = sta_priv->wcid;
H A Drt2800lib.c749 txdesc->key_idx : txdesc->u.ht.wcid);
1245 int wcid)
1250 offset = MAC_WCID_ENTRY(wcid);
1260 static void rt2800_delete_wcid_attr(struct rt2x00_dev *rt2x00dev, int wcid) argument
1263 offset = MAC_WCID_ATTR_ENTRY(wcid);
1268 int wcid, u32 bssidx)
1270 u32 offset = MAC_WCID_ATTR_ENTRY(wcid);
1428 if (crypto->wcid < 0)
1430 key->hw_key_idx = crypto->wcid;
1456 int wcid; local
1243 rt2800_config_wcid(struct rt2x00_dev *rt2x00dev, const u8 *address, int wcid) argument
1267 rt2800_config_wcid_attr_bssidx(struct rt2x00_dev *rt2x00dev, int wcid, u32 bssidx) argument
1488 rt2800_sta_remove(struct rt2x00_dev *rt2x00dev, int wcid) argument
[all...]

Completed in 1723 milliseconds