Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dtrace.h502 __field(u8, sync_dtim_count)
531 __entry->sync_dtim_count = link_conf->sync_dtim_count;
H A Dmlme.c5622 &link->conf->sync_dtim_count, in ieee80211_assoc_success()
6761 bss_conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
6897 bss_conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
8254 &link->conf->sync_dtim_count, in ieee80211_prep_connection()
8263 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
8267 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
8658 link->conf->sync_dtim_count = dtim_count; in ieee80211_setup_assoc_link()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c620 dtim_offs = link_conf->sync_dtim_count * in iwl_mvm_set_fw_dtim_tbtt()
/linux/include/net/
H A Dmac80211.h770 u8 sync_dtim_count; member