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.h505 __field(u8, sync_dtim_count)
534 __entry->sync_dtim_count = link_conf->sync_dtim_count;
H A Dmlme.c6472 &link->conf->sync_dtim_count, in ieee80211_assoc_success()
7565 bss_conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
7702 bss_conf->sync_dtim_count = elems->dtim_count; in ieee80211_rx_mgmt_beacon()
9171 &link->conf->sync_dtim_count, in ieee80211_prep_connection()
9180 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
9184 link->conf->sync_dtim_count = 0; in ieee80211_prep_connection()
9606 link->conf->sync_dtim_count = dtim_count; in ieee80211_setup_assoc_link()
10497 &link->conf->sync_dtim_count, in ieee80211_process_ml_reconf_resp()
/linux/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/include/net/
H A Dmac80211.h791 u8 sync_dtim_count; member