Lines Matching defs:conf

219 			       struct cfg80211_nan_conf *conf)
234 ret = drv_start_nan(sdata->local, sdata, conf);
238 sdata->u.nan.conf = *conf;
254 struct cfg80211_nan_conf *conf,
267 new_conf = sdata->u.nan.conf;
270 new_conf.master_pref = conf->master_pref;
273 new_conf.bands = conf->bands;
277 sdata->u.nan.conf = new_conf;
396 if (key && key->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX)
448 key->conf.flags |= IEEE80211_KEY_FLAG_PAIRWISE;
451 key->conf.flags |= IEEE80211_KEY_FLAG_NO_AUTO_TX;
477 key->conf.flags |= IEEE80211_KEY_FLAG_RX_MGMT;
483 key->conf.flags |= IEEE80211_KEY_FLAG_RX_MGMT;
491 key->conf.flags |= IEEE80211_KEY_FLAG_RX_MGMT;
603 params.cipher = key->conf.cipher;
605 switch (key->conf.cipher) {
607 pn64 = atomic64_read(&key->conf.tx_pn);
612 !(key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV)) {
645 !(key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV)) {
649 pn64 = atomic64_read(&key->conf.tx_pn);
663 if (WARN_ON(key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV))
671 params.key = key->conf.key;
672 params.key_len = key->conf.keylen;
2063 struct mesh_config *conf)
2068 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config));
2138 struct mesh_config *conf;
2146 conf = &(sdata->u.mesh.mshcfg);
2148 conf->dot11MeshRetryTimeout = nconf->dot11MeshRetryTimeout;
2150 conf->dot11MeshConfirmTimeout = nconf->dot11MeshConfirmTimeout;
2152 conf->dot11MeshHoldingTimeout = nconf->dot11MeshHoldingTimeout;
2154 conf->dot11MeshMaxPeerLinks = nconf->dot11MeshMaxPeerLinks;
2156 conf->dot11MeshMaxRetries = nconf->dot11MeshMaxRetries;
2158 conf->dot11MeshTTL = nconf->dot11MeshTTL;
2160 conf->element_ttl = nconf->element_ttl;
2164 conf->auto_open_plinks = nconf->auto_open_plinks;
2167 conf->dot11MeshNbrOffsetMaxNeighbor =
2170 conf->dot11MeshHWMPmaxPREQretries =
2173 conf->path_refresh_time = nconf->path_refresh_time;
2175 conf->min_discovery_timeout = nconf->min_discovery_timeout;
2177 conf->dot11MeshHWMPactivePathTimeout =
2180 conf->dot11MeshHWMPpreqMinInterval =
2183 conf->dot11MeshHWMPperrMinInterval =
2187 conf->dot11MeshHWMPnetDiameterTraversalTime =
2190 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode;
2198 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) {
2199 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN;
2202 conf->dot11MeshGateAnnouncementProtocol =
2206 conf->dot11MeshHWMPRannInterval =
2209 conf->dot11MeshForwarding = nconf->dot11MeshForwarding;
2216 conf->rssi_threshold = nconf->rssi_threshold;
2219 conf->ht_opmode = nconf->ht_opmode;
2224 conf->dot11MeshHWMPactivePathToRootTimeout =
2227 conf->dot11MeshHWMProotInterval =
2230 conf->dot11MeshHWMPconfirmationInterval =
2233 conf->power_mode = nconf->power_mode;
2237 conf->dot11MeshAwakeWindowDuration =
2240 conf->plink_timeout = nconf->plink_timeout;
2242 conf->dot11MeshConnectedToMeshGate =
2245 conf->dot11MeshNolearn = nconf->dot11MeshNolearn;
2247 conf->dot11MeshConnectedToAuthServer =
2254 const struct mesh_config *conf,
2261 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config));
2609 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short;
2614 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long;
2727 *dbm = local->hw.conf.power_level;
3409 struct ieee80211_chanctx_conf *conf;
3432 conf = rcu_dereference_protected(sdata->vif.chanctx_conf,
3434 if (!conf) {
3445 chanctx = container_of(conf, struct ieee80211_chanctx, conf);