|
iPXE
|
Go to the source code of this file.
Macros | |
| #define | REG_READ (common->ops->read) |
| #define | REG_WRITE(_ah, _reg, _val) |
| #define | ENABLE_REGWRITE_BUFFER(_ah) |
| #define | REGWRITE_BUFFER_FLUSH(_ah) |
| #define | IEEE80211_WEP_NKID 4 /* number of key ids */ |
Functions | |
| FILE_SECBOOT (FORBIDDEN) | |
| int | ath_hw_keyreset (struct ath_common *common, u16 entry) |
Definition at line 26 of file ath_key.c.
Referenced by ath_hw_keyreset().
| #define REG_WRITE | ( | _ah, | |
| _reg, | |||
| _val ) |
Definition at line 27 of file ath_key.c.
Referenced by ath_hw_keyreset().
| #define ENABLE_REGWRITE_BUFFER | ( | _ah | ) |
Definition at line 28 of file ath_key.c.
Referenced by ath_hw_keyreset().
| #define REGWRITE_BUFFER_FLUSH | ( | _ah | ) |
Definition at line 32 of file ath_key.c.
Referenced by ath_hw_keyreset().
| FILE_SECBOOT | ( | FORBIDDEN | ) |
| int ath_hw_keyreset | ( | struct ath_common * | common, |
| u16 | entry ) |
Definition at line 43 of file ath_key.c.
References ah, AR_KEYTABLE_KEY0, AR_KEYTABLE_KEY1, AR_KEYTABLE_KEY2, AR_KEYTABLE_KEY3, AR_KEYTABLE_KEY4, AR_KEYTABLE_MAC0, AR_KEYTABLE_MAC1, AR_KEYTABLE_TYPE, AR_KEYTABLE_TYPE_CLR, AR_KEYTABLE_TYPE_TKIP, ATH_CRYPT_CAP_MIC_COMBINED, common, DBG, ENABLE_REGWRITE_BUFFER, REG_READ, REG_WRITE, REGWRITE_BUFFER_FLUSH, u16, and u32.
Referenced by ath9k_init_crypto().