Lines Matching refs:cur_params

6536 	struct mesh_config cur_params;  in nl80211_get_mesh_config()  local
6551 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
6553 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
6572 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
6574 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
6576 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
6578 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
6580 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
6582 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
6584 cur_params.element_ttl) || in nl80211_get_mesh_config()
6586 cur_params.auto_open_plinks) || in nl80211_get_mesh_config()
6588 cur_params.dot11MeshNbrOffsetMaxNeighbor) || in nl80211_get_mesh_config()
6590 cur_params.dot11MeshHWMPmaxPREQretries) || in nl80211_get_mesh_config()
6592 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
6594 cur_params.min_discovery_timeout) || in nl80211_get_mesh_config()
6596 cur_params.dot11MeshHWMPactivePathTimeout) || in nl80211_get_mesh_config()
6598 cur_params.dot11MeshHWMPpreqMinInterval) || in nl80211_get_mesh_config()
6600 cur_params.dot11MeshHWMPperrMinInterval) || in nl80211_get_mesh_config()
6602 cur_params.dot11MeshHWMPnetDiameterTraversalTime) || in nl80211_get_mesh_config()
6604 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
6606 cur_params.dot11MeshHWMPRannInterval) || in nl80211_get_mesh_config()
6608 cur_params.dot11MeshGateAnnouncementProtocol) || in nl80211_get_mesh_config()
6610 cur_params.dot11MeshForwarding) || in nl80211_get_mesh_config()
6612 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
6614 cur_params.ht_opmode) || in nl80211_get_mesh_config()
6616 cur_params.dot11MeshHWMPactivePathToRootTimeout) || in nl80211_get_mesh_config()
6618 cur_params.dot11MeshHWMProotInterval) || in nl80211_get_mesh_config()
6620 cur_params.dot11MeshHWMPconfirmationInterval) || in nl80211_get_mesh_config()
6622 cur_params.power_mode) || in nl80211_get_mesh_config()
6624 cur_params.dot11MeshAwakeWindowDuration) || in nl80211_get_mesh_config()
6626 cur_params.plink_timeout) || in nl80211_get_mesh_config()
6628 cur_params.dot11MeshConnectedToMeshGate)) in nl80211_get_mesh_config()