Lines Matching refs:cur_params

7905 	struct mesh_config cur_params;  in nl80211_get_mesh_config()  local
7920 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
7922 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
7941 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
7943 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
7945 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
7947 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
7949 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
7951 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
7953 cur_params.element_ttl) || in nl80211_get_mesh_config()
7955 cur_params.auto_open_plinks) || in nl80211_get_mesh_config()
7957 cur_params.dot11MeshNbrOffsetMaxNeighbor) || in nl80211_get_mesh_config()
7959 cur_params.dot11MeshHWMPmaxPREQretries) || in nl80211_get_mesh_config()
7961 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
7963 cur_params.min_discovery_timeout) || in nl80211_get_mesh_config()
7965 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
7967 cur_params.dot11MeshHWMPpreqMinInterval) || in nl80211_get_mesh_config()
7969 cur_params.dot11MeshHWMPperrMinInterval) || in nl80211_get_mesh_config()
7971 cur_params.dot11MeshHWMPnetDiameterTraversalTime) || in nl80211_get_mesh_config()
7973 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
7975 cur_params.dot11MeshHWMPRannInterval) || in nl80211_get_mesh_config()
7977 cur_params.dot11MeshGateAnnouncementProtocol) || in nl80211_get_mesh_config()
7979 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
7981 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
7983 cur_params.ht_opmode) || in nl80211_get_mesh_config()
7985 cur_params.dot11MeshHWMPactivePathToRootTimeout) || in nl80211_get_mesh_config()
7987 cur_params.dot11MeshHWMProotInterval) || in nl80211_get_mesh_config()
7989 cur_params.dot11MeshHWMPconfirmationInterval) || in nl80211_get_mesh_config()
7991 cur_params.power_mode) || in nl80211_get_mesh_config()
7993 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
7995 cur_params.plink_timeout) || in nl80211_get_mesh_config()
7997 cur_params.dot11MeshConnectedToMeshGate) || in nl80211_get_mesh_config()
7999 cur_params.dot11MeshNolearn) || in nl80211_get_mesh_config()
8001 cur_params.dot11MeshConnectedToAuthServer)) in nl80211_get_mesh_config()