Lines Matching refs:cur_params

8152 	struct mesh_config cur_params;  in nl80211_get_mesh_config()  local
8167 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
8169 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
8188 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
8190 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
8192 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
8194 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
8196 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
8198 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
8200 cur_params.element_ttl) || in nl80211_get_mesh_config()
8202 cur_params.auto_open_plinks) || in nl80211_get_mesh_config()
8204 cur_params.dot11MeshNbrOffsetMaxNeighbor) || in nl80211_get_mesh_config()
8206 cur_params.dot11MeshHWMPmaxPREQretries) || in nl80211_get_mesh_config()
8208 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
8210 cur_params.min_discovery_timeout) || in nl80211_get_mesh_config()
8212 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
8214 cur_params.dot11MeshHWMPpreqMinInterval) || in nl80211_get_mesh_config()
8216 cur_params.dot11MeshHWMPperrMinInterval) || in nl80211_get_mesh_config()
8218 cur_params.dot11MeshHWMPnetDiameterTraversalTime) || in nl80211_get_mesh_config()
8220 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
8222 cur_params.dot11MeshHWMPRannInterval) || in nl80211_get_mesh_config()
8224 cur_params.dot11MeshGateAnnouncementProtocol) || in nl80211_get_mesh_config()
8226 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
8228 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
8230 cur_params.ht_opmode) || in nl80211_get_mesh_config()
8232 cur_params.dot11MeshHWMPactivePathToRootTimeout) || in nl80211_get_mesh_config()
8234 cur_params.dot11MeshHWMProotInterval) || in nl80211_get_mesh_config()
8236 cur_params.dot11MeshHWMPconfirmationInterval) || in nl80211_get_mesh_config()
8238 cur_params.power_mode) || in nl80211_get_mesh_config()
8240 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
8242 cur_params.plink_timeout) || in nl80211_get_mesh_config()
8244 cur_params.dot11MeshConnectedToMeshGate) || in nl80211_get_mesh_config()
8246 cur_params.dot11MeshNolearn) || in nl80211_get_mesh_config()
8248 cur_params.dot11MeshConnectedToAuthServer)) in nl80211_get_mesh_config()