Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dtrace.h502 __field(u8, sync_dtim_count)
531 __entry->sync_dtim_count = link_conf->sync_dtim_count;
H A Dmlme.c6130 &link->conf->sync_dtim_count, in ieee80211_assoc_success()
7272 bss_conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
7408 bss_conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
8799 &link->conf->sync_dtim_count, in ieee80211_prep_connection()
8808 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
8812 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
9225 link->conf->sync_dtim_count = dtim_count; in ieee80211_setup_assoc_link()
10075 &link->conf->sync_dtim_count, in ieee80211_process_ml_reconf_resp()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c616 dtim_offs = link_conf->sync_dtim_count * in iwl_mvm_set_fw_dtim_tbtt()
/linux-6.15/include/net/
H A Dmac80211.h784 u8 sync_dtim_count; member