Lines Matching refs:cur_params
5020 struct mesh_config cur_params; in nl80211_get_mesh_config() local
5035 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
5037 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
5056 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
5058 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
5060 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
5062 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
5064 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
5066 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
5068 cur_params.element_ttl) || in nl80211_get_mesh_config()
5070 cur_params.auto_open_plinks) || in nl80211_get_mesh_config()
5072 cur_params.dot11MeshNbrOffsetMaxNeighbor) || in nl80211_get_mesh_config()
5074 cur_params.dot11MeshHWMPmaxPREQretries) || in nl80211_get_mesh_config()
5076 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
5078 cur_params.min_discovery_timeout) || in nl80211_get_mesh_config()
5080 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
5082 cur_params.dot11MeshHWMPpreqMinInterval) || in nl80211_get_mesh_config()
5084 cur_params.dot11MeshHWMPperrMinInterval) || in nl80211_get_mesh_config()
5086 cur_params.dot11MeshHWMPnetDiameterTraversalTime) || in nl80211_get_mesh_config()
5088 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
5090 cur_params.dot11MeshHWMPRannInterval) || in nl80211_get_mesh_config()
5092 cur_params.dot11MeshGateAnnouncementProtocol) || in nl80211_get_mesh_config()
5094 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
5096 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
5098 cur_params.ht_opmode) || in nl80211_get_mesh_config()
5100 cur_params.dot11MeshHWMPactivePathToRootTimeout) || in nl80211_get_mesh_config()
5102 cur_params.dot11MeshHWMProotInterval) || in nl80211_get_mesh_config()
5104 cur_params.dot11MeshHWMPconfirmationInterval) || in nl80211_get_mesh_config()
5106 cur_params.power_mode) || in nl80211_get_mesh_config()
5108 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
5110 cur_params.plink_timeout)) in nl80211_get_mesh_config()