Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dtrace.h470 __field(u8, sync_dtim_count)
499 __entry->sync_dtim_count = link_conf->sync_dtim_count;
Dmlme.c5181 &link->conf->sync_dtim_count, in ieee80211_assoc_success()
5982 link->conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
6112 link->conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
7031 &link->conf->sync_dtim_count, in ieee80211_prep_connection()
7040 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
7044 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
7356 link->conf->sync_dtim_count = dtim_count; in ieee80211_setup_assoc_link()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c609 dtim_offs = link_conf->sync_dtim_count * in iwl_mvm_set_fw_dtim_tbtt()
/Linux-v6.6/include/net/
Dmac80211.h712 u8 sync_dtim_count; member