Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h37 u_int txPower, u_int txRate0, u_int txTries0, u_int keyIx,
58 u_int keyIx, HAL_CIPHER cipher, uint8_t numDelims,
69 u_int keyIx, u_int flags);
H A Dar9300_freebsd.c728 u_int txRate0, u_int txTries0, u_int keyIx, u_int antMode, u_int flags, in ar9300_freebsd_setup_tx_desc() argument
736 if (keyIx != HAL_TXKEYIX_INVALID) in ar9300_freebsd_setup_tx_desc()
737 keyType = ahp->ah_keytype[keyIx]; in ar9300_freebsd_setup_tx_desc()
740 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_tx_desc()
814 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, in ar9300_freebsd_chain_tx_desc() argument
850 HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags) in ar9300_freebsd_setup_11n_desc() argument
858 if (keyIx != HAL_TXKEYIX_INVALID) in ar9300_freebsd_setup_11n_desc()
859 keyType = ahp->ah_keytype[keyIx]; in ar9300_freebsd_setup_11n_desc()
862 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_11n_desc()
H A Dar9300_stub_funcs.h179 u_int keyIx, u_int antMode, u_int flags,
H A Dar9300_stub_funcs.c1021 u_int keyIx, u_int antMode, u_int flags, in ar9300_Stub_SetupTxDesc() argument