HomeSort by: relevance | last modified time | path
    Searched defs:wcid (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
rt2860var.h 105 uint8_t wcid; member in struct:rt2860_node
rt2860.c 897 uint8_t wcid = ((struct rt2860_node *)ni)->wcid; local in function:rt2860_iter_func
899 ieee80211_amrr_choose(&sc->amrr, ni, &sc->amn[wcid]);
945 uint8_t rate, wcid = 0; local in function:rt2860_newassoc
950 wcid = rn->wcid = IEEE80211_AID(ni->ni_associd);
952 /* init WCID table entry */
953 RAL_WRITE_REGION_1(sc, RT2860_WCID_ENTRY(wcid),
956 DPRINTF(("new assoc isnew=%d addr=%s WCID=%d\n",
957 isnew, ether_sprintf(ni->ni_macaddr), wcid));
994 uint8_t wcid = ((struct rt2860_node *)ni)->wcid; local in function:rt2860_ampdu_rx_start
1009 uint8_t wcid = ((struct rt2860_node *)ni)->wcid; local in function:rt2860_ampdu_rx_stop
1223 uint8_t wcid, mcs, pid; local in function:rt2860_drain_stats_fifo
3112 uint8_t mode, wcid, iv[8]; local in function:rt2860_set_key
3220 uint8_t wcid; local in function:rt2860_delete_key
    [all...]
rt2860reg.h 186 /* RX WCID search table */
187 #define RT2860_WCID_ENTRY(wcid) (0x1800 + (wcid) * 8)
193 #define RT2860_PKEY(wcid) (0x4000 + (wcid) * 32)
196 #define RT2860_IVEIV(wcid) (0x6000 + (wcid) * 8)
198 /* WCID attribute table */
199 #define RT2860_WCID_ATTR(wcid) (0x6800 + (wcid) * 4
867 uint8_t wcid; \/* Wireless Client ID *\/ member in struct:rt2860_txwi
912 uint8_t wcid; member in struct:rt2860_rxwi
    [all...]
  /src/sys/dev/usb/
if_run.c 1895 uint8_t wcid; local in function:run_newstate_cb
1945 /* add BSS entry to the WCID table */
1946 wcid = RUN_AID2WCID(ni->ni_associd);
1947 run_write_region_1(sc, RT2860_WCID_ENTRY(wcid),
2050 uint8_t mode, wcid, iv[8]; local in function:run_set_key_cb
2072 wcid = 0; /* NB: update WCID0 for group keys */
2075 wcid = RUN_AID2WCID(cmd->associd);
2076 base = RT2860_PKEY(wcid);
2119 run_write_region_1(sc, RT2860_IVEIV(wcid), iv, 8);
2130 run_read(sc, RT2860_WCID_ATTR(wcid), &attr)
2156 uint8_t wcid; local in function:run_delete_key_cb
    [all...]

Completed in 17 milliseconds