/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.h | 106 u8 bssidx, 116 u8 bssidx,
|
H A D | smd.c | 2042 u8 bssidx, in wcn36xx_smd_set_bsskey() 2052 msg_body.bss_idx = bssidx; in wcn36xx_smd_set_bsskey() 2113 u8 bssidx, in wcn36xx_smd_remove_bsskey() 2121 msg_body.bss_idx = bssidx; in wcn36xx_smd_remove_bsskey() 2040 wcn36xx_smd_set_bsskey(struct wcn36xx *wcn, enum ani_ed_type enc_type, u8 bssidx, u8 keyidx, u8 keylen, u8 *key) wcn36xx_smd_set_bsskey() argument 2111 wcn36xx_smd_remove_bsskey(struct wcn36xx *wcn, enum ani_ed_type enc_type, u8 bssidx, u8 keyidx) wcn36xx_smd_remove_bsskey() argument
|
H A D | hal.h | 3085 u8 bssidx; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.h | 107 u8 bssidx, 117 u8 bssidx,
|
H A D | smd.c | 2118 u8 bssidx, in wcn36xx_smd_set_bsskey() 2128 msg_body.bss_idx = bssidx; in wcn36xx_smd_set_bsskey() 2189 u8 bssidx, in wcn36xx_smd_remove_bsskey() 2197 msg_body.bss_idx = bssidx; in wcn36xx_smd_remove_bsskey() 2116 wcn36xx_smd_set_bsskey(struct wcn36xx *wcn, enum ani_ed_type enc_type, u8 bssidx, u8 keyidx, u8 keylen, u8 *key) wcn36xx_smd_set_bsskey() argument 2187 wcn36xx_smd_remove_bsskey(struct wcn36xx *wcn, enum ani_ed_type enc_type, u8 bssidx, u8 keyidx) wcn36xx_smd_remove_bsskey() argument
|
H A D | hal.h | 3122 u8 bssidx; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 488 crypto.bssidx = rt2x00lib_get_bssidx(rt2x00dev, vif); in rt2x00mac_set_key()
|
H A D | rt2x00.h | 456 u32 bssidx; member
|
H A D | rt73usb.c | 276 mask = (0xf << crypto->bssidx); in rt73usb_config_shared_key() 302 * bssidx 0 and 1 keys are stored in SEC_CSR1 and in rt73usb_config_shared_key() 303 * bssidx 1 and 2 keys are stored in SEC_CSR5. in rt73usb_config_shared_key() 413 reg |= (1 << crypto->bssidx); in rt73usb_config_pairwise_key()
|
H A D | rt2800lib.c | 1604 int wcid, u32 bssidx) in rt2800_config_wcid_attr_bssidx() 1614 rt2x00_set_field32(®, MAC_WCID_ATTRIBUTE_BSS_IDX, (bssidx & 0x7)); in rt2800_config_wcid_attr_bssidx() 1616 (bssidx & 0x8) >> 3); in rt2800_config_wcid_attr_bssidx() 1646 /* Delete the cipher without touching the bssidx */ in rt2800_config_wcid_attr_cipher() 1680 key->hw_key_idx = (4 * crypto->bssidx) + key->keyidx; in rt2800_config_shared_key() 1697 * 32 bits and contains the cipher types for 2 bssidx each. in rt2800_config_shared_key() 1716 crypto->bssidx); in rt2800_config_shared_key() 1603 rt2800_config_wcid_attr_bssidx(struct rt2x00_dev *rt2x00dev, int wcid, u32 bssidx) rt2800_config_wcid_attr_bssidx() argument
|
H A D | rt61pci.c | 378 reg |= (1 << crypto->bssidx); in rt61pci_config_pairwise_key()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 487 crypto.bssidx = rt2x00lib_get_bssidx(rt2x00dev, vif); in rt2x00mac_set_key()
|
H A D | rt2x00.h | 465 u32 bssidx; member
|
H A D | rt73usb.c | 276 mask = (0xf << crypto->bssidx); in rt73usb_config_shared_key() 302 * bssidx 0 and 1 keys are stored in SEC_CSR1 and in rt73usb_config_shared_key() 303 * bssidx 1 and 2 keys are stored in SEC_CSR5. in rt73usb_config_shared_key() 413 reg |= (1 << crypto->bssidx); in rt73usb_config_pairwise_key()
|
H A D | rt2800lib.c | 1637 int wcid, u32 bssidx) in rt2800_config_wcid_attr_bssidx() 1647 rt2x00_set_field32(®, MAC_WCID_ATTRIBUTE_BSS_IDX, (bssidx & 0x7)); in rt2800_config_wcid_attr_bssidx() 1649 (bssidx & 0x8) >> 3); in rt2800_config_wcid_attr_bssidx() 1679 /* Delete the cipher without touching the bssidx */ in rt2800_config_wcid_attr_cipher() 1713 key->hw_key_idx = (4 * crypto->bssidx) + key->keyidx; in rt2800_config_shared_key() 1730 * 32 bits and contains the cipher types for 2 bssidx each. in rt2800_config_shared_key() 1749 crypto->bssidx); in rt2800_config_shared_key() 1636 rt2800_config_wcid_attr_bssidx(struct rt2x00_dev *rt2x00dev, int wcid, u32 bssidx) rt2800_config_wcid_attr_bssidx() argument
|
H A D | rt61pci.c | 378 reg |= (1 << crypto->bssidx); in rt61pci_config_pairwise_key()
|