Searched defs:key_index (Results 1 - 25 of 46) sorted by last modified time

12

/linux-master/tools/hv/
H A Dhv_kvp_daemon.c58 enum key_index { enum
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c842 cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
922 cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) argument
931 cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
946 cfg80211_rtw_set_default_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool unicast, bool multicast) argument
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h1118 u8 key_index; member in struct:sw_cam_table
/linux-master/drivers/net/ieee802154/
H A Dca8210.c403 u8 key_index; member in struct:secspec
/linux-master/drivers/md/
H A Ddm-crypt.c1477 unsigned int key_index = ctx->cc_sector & (cc->tfms_count - 1); local
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c2077 void rtl92de_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c193 void rtl92c_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c539 add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
644 del_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
685 get_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *)) argument
723 set_default_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool unicast, bool multicast) argument
730 set_default_mgmt_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index) argument
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h452 u32 key_index; member in struct:mwifiex_wep_key
H A Dfw.h1962 u8 key_index; member in struct:host_cmd_tlv_wep_key
H A Dcfg80211.c144 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
434 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool unicast, bool multicast) argument
459 mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
496 mwifiex_cfg80211_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index) argument
[all...]
H A Dsta_ioctl.c1096 mwifiex_set_encode(struct mwifiex_private *priv, struct key_params *kp, const u8 *key, int key_len, u8 key_index, const u8 *mac_addr, int disable) argument
H A Dioctl.h64 u8 key_index; member in struct:wep_key
244 u32 key_index; member in struct:mwifiex_ds_encrypt_key
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h468 u8 key_index; member in struct:iwl_mvm_wep_key
H A Dd3.h554 u8 key_index; member in struct:iwl_wowlan_gtk_status_v1
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1126 ath6kl_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
1251 ath6kl_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
1281 ath6kl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params *)) argument
1316 ath6kl_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool unicast, bool multicast) argument
[all...]
/linux-master/net/wireless/
H A Drdev-ops.h79 rdev_add_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
94 rdev_get_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) argument
108 rdev_del_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
122 rdev_set_default_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, int link_id, u8 key_index, bool unicast, bool multicast) argument
136 rdev_set_default_mgmt_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, int link_id, u8 key_index) argument
149 rdev_set_default_beacon_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, int link_id, u8 key_index) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c3776 void rtl8821ae_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c2414 void rtl92ee_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c2533 void rtl8723be_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c2141 void rtl8723e_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c2071 void rtl92ce_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c2270 void rtl88ee_set_key(struct ieee80211_hw *hw, u32 key_index, argument
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1725 int qtnf_cmd_send_add_key(struct qtnf_vif *vif, u8 key_index, bool pairwise, argument
1768 int qtnf_cmd_send_del_key(struct qtnf_vif *vif, u8 key_index, bool pairwise, argument
1800 int qtnf_cmd_send_set_default_key(struct qtnf_vif *vif, u8 key_index, argument
1827 int qtnf_cmd_send_set_default_mgmt_key(struct qtnf_vif *vif, u8 key_index) argument
[all...]
H A Dcfg80211.c534 qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
550 qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
572 qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index, bool unicast, bool multicast) argument
589 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index) argument
[all...]

Completed in 511 milliseconds

12