Lines Matching refs:cur_params

7994 	struct mesh_config cur_params;  in nl80211_get_mesh_config()  local
8009 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
8011 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
8030 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
8032 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
8034 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
8036 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
8038 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
8040 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
8042 cur_params.element_ttl) || in nl80211_get_mesh_config()
8044 cur_params.auto_open_plinks) || in nl80211_get_mesh_config()
8046 cur_params.dot11MeshNbrOffsetMaxNeighbor) || in nl80211_get_mesh_config()
8048 cur_params.dot11MeshHWMPmaxPREQretries) || in nl80211_get_mesh_config()
8050 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
8052 cur_params.min_discovery_timeout) || in nl80211_get_mesh_config()
8054 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
8056 cur_params.dot11MeshHWMPpreqMinInterval) || in nl80211_get_mesh_config()
8058 cur_params.dot11MeshHWMPperrMinInterval) || in nl80211_get_mesh_config()
8060 cur_params.dot11MeshHWMPnetDiameterTraversalTime) || in nl80211_get_mesh_config()
8062 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
8064 cur_params.dot11MeshHWMPRannInterval) || in nl80211_get_mesh_config()
8066 cur_params.dot11MeshGateAnnouncementProtocol) || in nl80211_get_mesh_config()
8068 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
8070 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
8072 cur_params.ht_opmode) || in nl80211_get_mesh_config()
8074 cur_params.dot11MeshHWMPactivePathToRootTimeout) || in nl80211_get_mesh_config()
8076 cur_params.dot11MeshHWMProotInterval) || in nl80211_get_mesh_config()
8078 cur_params.dot11MeshHWMPconfirmationInterval) || in nl80211_get_mesh_config()
8080 cur_params.power_mode) || in nl80211_get_mesh_config()
8082 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
8084 cur_params.plink_timeout) || in nl80211_get_mesh_config()
8086 cur_params.dot11MeshConnectedToMeshGate) || in nl80211_get_mesh_config()
8088 cur_params.dot11MeshNolearn) || in nl80211_get_mesh_config()
8090 cur_params.dot11MeshConnectedToAuthServer)) in nl80211_get_mesh_config()