Searched refs:dot11MeshAwakeWindowDuration (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_netdev.c | 637 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration, 638 u.mesh.mshcfg.dot11MeshAwakeWindowDuration, DEC); 766 MESHPARAMS_ADD(dot11MeshAwakeWindowDuration); in add_mesh_config()
|
H A D | mesh.c | 338 put_unaligned_le16(ifmsh->mshcfg.dot11MeshAwakeWindowDuration, pos); in mesh_add_awake_window_ie()
|
H A D | cfg.c | 2237 conf->dot11MeshAwakeWindowDuration = in ieee80211_update_mesh_config() 2238 nconf->dot11MeshAwakeWindowDuration; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 79 .dot11MeshAwakeWindowDuration = MESH_DEFAULT_AWAKE_WINDOW,
|
H A D | nl80211.c | 7184 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config() 7402 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshAwakeWindowDuration, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 83 .dot11MeshAwakeWindowDuration = MESH_DEFAULT_AWAKE_WINDOW,
|
H A D | nl80211.c | 8215 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config() 8433 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshAwakeWindowDuration, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_netdev.c | 683 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration, 684 u.mesh.mshcfg.dot11MeshAwakeWindowDuration, DEC); 819 MESHPARAMS_ADD(dot11MeshAwakeWindowDuration); in add_mesh_config()
|
H A D | mesh.c | 340 put_unaligned_le16(ifmsh->mshcfg.dot11MeshAwakeWindowDuration, pos); in mesh_add_awake_window_ie()
|
H A D | cfg.c | 2619 conf->dot11MeshAwakeWindowDuration = in ieee80211_update_mesh_config() 2620 nconf->dot11MeshAwakeWindowDuration; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1938 * @dot11MeshAwakeWindowDuration: The duration in TUs the STA will remain awake 1982 u16 dot11MeshAwakeWindowDuration; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2281 * @dot11MeshAwakeWindowDuration: The duration in TUs the STA will remain awake 2328 u16 dot11MeshAwakeWindowDuration; member
|
Completed in 84 milliseconds