Lines Matching defs:config
245 struct ndis_80211_conf config;
849 * Specs say that we can only set config parameters only soon after device
885 netdev_dbg(dev->net, "setting config parameter: %s, value: %s\n",
888 netdev_dbg(dev->net, "setting config parameter: %s, value: %d\n",
925 netdev_dbg(dev->net, "setting rndis config parameter failed, %d\n",
1257 struct ndis_80211_conf config;
1270 len = sizeof(config);
1273 &config, &len);
1280 config.ds_config = cpu_to_le32(dsconfig);
1283 &config, sizeof(config));
1295 struct ndis_80211_conf config;
1299 len = sizeof(config);
1302 &config, &len);
1309 KHZ_TO_MHZ(le32_to_cpu(config.ds_config)));
1314 *beacon_period = le32_to_cpu(config.beacon_period);
1988 KHZ_TO_MHZ(le32_to_cpu(bssid->config.ds_config)));