Searched refs:cur_params (Results 1 – 5 of 5) sorted by relevance
253 conn_info->dest_params->id = ndev->cur_params.id; in nci_core_conn_create_rsp_packet()254 conn_info->dest_params->protocol = ndev->cur_params.protocol; in nci_core_conn_create_rsp_packet()264 if (ndev->cur_params.id == ndev->hci_dev->nfcee_id) in nci_core_conn_create_rsp_packet()
710 memcpy(&ndev->cur_params, in nci_core_conn_create()714 ndev->cur_params.id = 0; in nci_core_conn_create()716 ndev->cur_params.id = 0; in nci_core_conn_create()
737 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
6031 struct mesh_config cur_params; in nl80211_get_mesh_config() local6046 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()[all …]
269 struct dest_spec_params cur_params; member