Home
last modified time | relevance | path

Searched refs:bcn_prot (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c375 key = rcu_dereference(mvmvif->bcn_prot.keys[0]); in iwl_mvm_rx_mgmt_prot()
377 key = rcu_dereference(mvmvif->bcn_prot.keys[1]); in iwl_mvm_rx_mgmt_prot()
399 key = rcu_dereference(mvmvif->bcn_prot.keys[keyid - 6]); in iwl_mvm_rx_mgmt_prot()
H A Dd3.c935 if (rcu_access_pointer(mvmvif->bcn_prot.keys[0]) || in iwl_mvm_get_wowlan_config()
936 rcu_access_pointer(mvmvif->bcn_prot.keys[1])) in iwl_mvm_get_wowlan_config()
1952 rcu_assign_pointer(mvmvif->bcn_prot.keys[keyidx - 6], in iwl_mvm_d3_igtk_bigtk_rekey_add()
H A Dmvm.h519 } bcn_prot; member
H A Dmac80211.c4343 rcu_assign_pointer(mvmvif->bcn_prot.keys[keyidx - 6], in __iwl_mvm_mac_set_key()
4481 RCU_INIT_POINTER(mvmvif->bcn_prot.keys[keyidx - 6], in __iwl_mvm_mac_set_key()