Home
last modified time | relevance | path

Searched refs:dot11MeshAwakeWindowDuration (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/wireless/
Dmesh.c83 .dot11MeshAwakeWindowDuration = MESH_DEFAULT_AWAKE_WINDOW,
Dnl80211.c7996 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
8214 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshAwakeWindowDuration, mask, in nl80211_parse_mesh_config()
/linux-6.1.9/net/mac80211/
Ddebugfs_netdev.c655 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration,
656 u.mesh.mshcfg.dot11MeshAwakeWindowDuration, DEC);
781 MESHPARAMS_ADD(dot11MeshAwakeWindowDuration); in add_mesh_config()
Dmesh.c339 put_unaligned_le16(ifmsh->mshcfg.dot11MeshAwakeWindowDuration, pos); in mesh_add_awake_window_ie()
Dcfg.c2500 conf->dot11MeshAwakeWindowDuration = in ieee80211_update_mesh_config()
2501 nconf->dot11MeshAwakeWindowDuration; in ieee80211_update_mesh_config()
/linux-6.1.9/include/net/
Dcfg80211.h2246 u16 dot11MeshAwakeWindowDuration; member