Home
last modified time | relevance | path

Searched refs:iwl_mvm_mgmt_mcast_key_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h457 struct iwl_mvm_mgmt_mcast_key_cmd { struct
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c943 frob_start = offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_frob_hcmd()
944 BUILD_BUG_ON(offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk) != in iwl_mvm_frob_hcmd()
947 frob_end = offsetofend(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_frob_hcmd()
948 BUILD_BUG_ON(offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk) < in iwl_mvm_frob_hcmd()
H A Dsta.c3705 struct iwl_mvm_mgmt_mcast_key_cmd igtk_cmd = {}; in iwl_mvm_send_sta_igtk()