| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt73usb.c | 265 if (crypto->cmd == SET_KEY) { in rt73usb_config_shared_key() 344 if (crypto->cmd == SET_KEY) in rt73usb_config_shared_key() 362 if (crypto->cmd == SET_KEY) { in rt73usb_config_pairwise_key() 438 if (crypto->cmd == SET_KEY) in rt73usb_config_pairwise_key() 447 if (crypto->cmd == SET_KEY) in rt73usb_config_pairwise_key()
|
| H A D | rt2x00mac.c | 524 if (cmd == SET_KEY) in rt2x00mac_set_key()
|
| H A D | rt2500usb.c | 327 if (crypto->cmd == SET_KEY) { in rt2500usb_config_key() 389 if (crypto->cmd == SET_KEY) in rt2500usb_config_key()
|
| H A D | rt61pci.c | 330 if (crypto->cmd == SET_KEY) { in rt61pci_config_pairwise_key() 403 if (crypto->cmd == SET_KEY) in rt61pci_config_pairwise_key() 412 if (crypto->cmd == SET_KEY) in rt61pci_config_pairwise_key()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | key.c | 234 if (cmd == SET_KEY) in wfx_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | main.c | 299 if (cmd == SET_KEY) { in mt7915_set_key() 306 cmd == SET_KEY ? key : NULL); in mt7915_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | main.c | 314 if (cmd == SET_KEY) { in mt7601u_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | usb_sdio.c | 171 if (key->cmd == SET_KEY) in mt7663_usb_sdio_set_key()
|
| H A D | mac.c | 1049 if (cmd == SET_KEY) { in mt7615_mac_wtbl_update_key() 1090 if (cmd == SET_KEY) { in mt7615_mac_wtbl_update_pk() 1122 if (cmd == SET_KEY) { in mt7615_mac_wtbl_update_cipher() 1163 if (cmd == SET_KEY) in mt7615_mac_wtbl_set_key()
|
| H A D | main.c | 411 if (cmd == SET_KEY) { in mt7615_set_key() 418 cmd == SET_KEY ? key : NULL); in mt7615_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | mac80211.c | 660 if (cmd == SET_KEY) in iwlagn_mac_set_key() 669 case SET_KEY: in iwlagn_mac_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | mac80211-ops.c | 510 case SET_KEY: in ath5k_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/ |
| H A D | main.c | 521 if (cmd == SET_KEY) { in p54_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_util.c | 456 if (cmd == SET_KEY) { in mt76x02_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 347 SET_KEY, addr, flags); in ath10k_install_peer_wep_keys() 353 SET_KEY, addr, in ath10k_install_peer_wep_keys() 359 SET_KEY, addr, WMI_KEY_GROUP); in ath10k_install_peer_wep_keys() 6363 if (cmd != SET_KEY) in ath10k_set_key_h_def_keyidx() 6419 if (cmd == SET_KEY) in ath10k_set_key() 6433 if (cmd == SET_KEY) { in ath10k_set_key() 6458 cmd == SET_KEY) in ath10k_set_key() 6467 if (cmd == SET_KEY && arvif->def_wep_key_idx == -1) in ath10k_set_key() 6507 if (peer && cmd == SET_KEY) in ath10k_set_key() 6519 else if (sta && cmd == SET_KEY && (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) in ath10k_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | main.c | 492 if (cmd == SET_KEY) { in mt7603_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac80211.c | 508 case SET_KEY: in rtw_ops_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 1533 cmd == SET_KEY ? "Using" : "Disabling", key->keyidx, in rtl_op_set_key() 1618 case SET_KEY: in rtl_op_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | main_usb.c | 909 case SET_KEY: in vnt_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | main.c | 567 case SET_KEY: in wcn36xx_set_key()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | key.c | 180 ret = drv_set_key(key->local, SET_KEY, sdata, in ieee80211_key_enable_hw_accel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 904 case SET_KEY: in wl1251_op_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 2538 if (peer && sta && cmd == SET_KEY) in ath11k_mac_op_set_key() 2543 if (cmd == SET_KEY) { in ath11k_mac_op_set_key() 2575 if (peer && cmd == SET_KEY) { in ath11k_mac_op_set_key() 2603 if (cmd == SET_KEY) in ath11k_mac_op_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/ |
| H A D | main.c | 1565 if (cmd == SET_KEY) { in wl18xx_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | device_main.c | 1575 case SET_KEY: in vnt_set_key()
|