Lines Matching refs:cur_params

6031 	struct mesh_config cur_params;  in nl80211_get_mesh_config()  local
6046 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
6048 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
6067 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
6069 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
6071 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
6073 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
6075 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
6077 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
6079 cur_params.element_ttl) || in nl80211_get_mesh_config()
6081 cur_params.auto_open_plinks) || in nl80211_get_mesh_config()
6083 cur_params.dot11MeshNbrOffsetMaxNeighbor) || in nl80211_get_mesh_config()
6085 cur_params.dot11MeshHWMPmaxPREQretries) || in nl80211_get_mesh_config()
6087 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
6089 cur_params.min_discovery_timeout) || in nl80211_get_mesh_config()
6091 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
6093 cur_params.dot11MeshHWMPpreqMinInterval) || in nl80211_get_mesh_config()
6095 cur_params.dot11MeshHWMPperrMinInterval) || in nl80211_get_mesh_config()
6097 cur_params.dot11MeshHWMPnetDiameterTraversalTime) || in nl80211_get_mesh_config()
6099 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
6101 cur_params.dot11MeshHWMPRannInterval) || in nl80211_get_mesh_config()
6103 cur_params.dot11MeshGateAnnouncementProtocol) || in nl80211_get_mesh_config()
6105 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
6107 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
6109 cur_params.ht_opmode) || in nl80211_get_mesh_config()
6111 cur_params.dot11MeshHWMPactivePathToRootTimeout) || in nl80211_get_mesh_config()
6113 cur_params.dot11MeshHWMProotInterval) || in nl80211_get_mesh_config()
6115 cur_params.dot11MeshHWMPconfirmationInterval) || in nl80211_get_mesh_config()
6117 cur_params.power_mode) || in nl80211_get_mesh_config()
6119 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
6121 cur_params.plink_timeout)) in nl80211_get_mesh_config()