Home
last modified time | relevance | path

Searched defs:pairwise (Results 1 - 25 of 64) sorted by relevance

123

/third_party/skia/gn/
H A Dcompile_sksl_tests.py22 def pairwise(iterable): function
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dkey.c165 bool pairwise = key->flags & IEEE80211_KEY_FLAG_PAIRWISE; in wfx_add_key() local
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c65 bool pairwise = keyconf->flags & IEEE80211_KEY_FLAG_PAIRWISE; in iwl_mvm_get_sec_flags() local
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dkey.c158 bool pairwise = key->flags & IEEE80211_KEY_FLAG_PAIRWISE; in wfx_add_key() local
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c600 u8 pairwise; in qtnf_event_handle_mic_failure() local
H A Dcfg80211.c533 qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) qtnf_add_key() argument
549 qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr) qtnf_del_key() argument
H A Dcommands.c1738 int qtnf_cmd_send_add_key(struct qtnf_vif *vif, u8 key_index, bool pairwise, in qtnf_cmd_send_add_key() argument
1784 int qtnf_cmd_send_del_key(struct qtnf_vif *vif, u8 key_index, bool pairwise, in qtnf_cmd_send_del_key() argument
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dcfg80211.c145 prism2_add_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) prism2_add_key() argument
174 prism2_get_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) prism2_get_key() argument
204 prism2_del_key(struct wiphy *wiphy, struct net_device *dev, u8 key_index, bool pairwise, const u8 *mac_addr) prism2_del_key() argument
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dcfg80211.c145 prism2_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) prism2_add_key() argument
174 prism2_get_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) prism2_get_key() argument
204 prism2_del_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) prism2_del_key() argument
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c601 u8 pairwise; in qtnf_event_handle_mic_failure() local
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) qtnf_add_key() argument
550 qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) qtnf_del_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp244 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; in addNetwork() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp244 const char *key_mgmt = NULL, *proto = NULL, *pairwise = NULL; in addNetwork() local
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-compat.c395 __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) __cfg80211_set_encryption() argument
548 cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) cfg80211_set_encryption() argument
H A Dutil.c294 cfg80211_valid_key_idx(struct cfg80211_registered_device *rdev, int key_idx, bool pairwise) cfg80211_valid_key_idx() argument
317 cfg80211_validate_key_settings(struct cfg80211_registered_device *rdev, struct key_params *params, int key_idx, bool pairwise, const u8 *mac_addr) cfg80211_validate_key_settings() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dkey.c805 bool pairwise = key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE; in ieee80211_key_link() local
427 ieee80211_key_replace(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, bool pairwise, struct ieee80211_key *old, struct ieee80211_key *new) ieee80211_key_replace() argument
/kernel/linux/linux-6.6/net/wireless/
H A Dwext-compat.c418 __cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) __cfg80211_set_encryption() argument
583 cfg80211_set_encryption(struct cfg80211_registered_device *rdev, struct net_device *dev, bool pairwise, const u8 *addr, bool remove, bool tx_key, int idx, struct key_params *params) cfg80211_set_encryption() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.c853 bool pairwise = key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE; in ieee80211_key_link() local
441 ieee80211_key_replace(struct ieee80211_sub_if_data *sdata, struct ieee80211_link_data *link, struct sta_info *sta, bool pairwise, struct ieee80211_key *old, struct ieee80211_key *new) ieee80211_key_replace() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.c692 int pairwise = (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ? in cw1200_set_key() local
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.c693 int pairwise = (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) ? in cw1200_set_key() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.h291 wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) wpa_sm_key_request() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c229 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) in wpa_sm_key_request() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c542 add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) add_key() argument
652 del_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) del_key() argument
689 get_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *)) get_key() argument
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dcfg.c1459 lbs_cfg_add_key(struct wiphy *wiphy, struct net_device *netdev, u8 idx, bool pairwise, const u8 *mac_addr, struct key_params *params) lbs_cfg_add_key() argument
1520 lbs_cfg_del_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) lbs_cfg_del_key() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1034 cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) cfg80211_rtw_add_key() argument
1139 cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) cfg80211_rtw_get_key() argument
1149 cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr) cfg80211_rtw_del_key() argument
[all...]

Completed in 47 milliseconds

123