Home | History | Annotate | Download | only in net

Lines Matching refs:attr

54   unique_ptr<NetlinkAttribute> attr;
57 attr.reset(new Nl80211AttributeBss());
60 attr.reset(new Nl80211AttributeCipherSuites());
63 attr.reset(new Nl80211AttributeControlPortEthertype());
66 attr.reset(new Nl80211AttributeCookie());
69 attr.reset(new Nl80211AttributeCqm());
72 attr.reset(new Nl80211AttributeDeviceApSme());
75 attr.reset(new Nl80211AttributeDfsRegion());
78 attr.reset(new Nl80211AttributeDisconnectedByAp());
81 attr.reset(new Nl80211AttributeDuration());
84 attr.reset(new Nl80211AttributeFeatureFlags());
87 attr.reset(new Nl80211AttributeFrame());
90 attr.reset(new Nl80211AttributeGeneration());
93 attr.reset(new Nl80211AttributeHtCapabilityMask());
96 attr.reset(new Nl80211AttributeIfindex());
99 attr.reset(new Nl80211AttributeIftype());
102 attr.reset(new Nl80211AttributeKeyIdx());
105 attr.reset(new Nl80211AttributeKeySeq());
108 attr.reset(new Nl80211AttributeKeyType());
111 attr.reset(new Nl80211AttributeMac());
114 attr.reset(new Nl80211AttributeMaxMatchSets());
117 attr.reset(new Nl80211AttributeMaxNumPmkids());
120 attr.reset(new Nl80211AttributeMaxNumScanSsids());
123 attr.reset(new Nl80211AttributeMaxNumSchedScanSsids());
126 attr.reset(new Nl80211AttributeMaxRemainOnChannelDuration());
129 attr.reset(new Nl80211AttributeMaxScanIeLen());
132 attr.reset(new Nl80211AttributeMaxSchedScanIeLen());
135 attr.reset(new Nl80211AttributeOffchannelTxOk());
138 attr.reset(new Nl80211AttributeProbeRespOffload());
141 attr.reset(new Nl80211AttributeReasonCode());
144 attr.reset(new Nl80211AttributeRegAlpha2());
147 attr.reset(new Nl80211AttributeRegInitiator());
150 attr.reset(new Nl80211AttributeRegRules());
153 attr.reset(new Nl80211AttributeRegType());
156 attr.reset(new Nl80211AttributeRespIe());
159 attr.reset(new Nl80211AttributeRoamSupport());
162 attr.reset(new Nl80211AttributeScanFrequencies());
165 attr.reset(new Nl80211AttributeScanSsids());
168 attr.reset(new Nl80211AttributeStaInfo());
171 attr.reset(new Nl80211AttributeStatusCode());
174 attr.reset(new Nl80211AttributeSupportApUapsd());
177 attr.reset(new Nl80211AttributeSupportIbssRsn());
180 attr.reset(new Nl80211AttributeSupportMeshAuth());
183 attr.reset(new Nl80211AttributeSupportedIftypes());
186 attr.reset(new Nl80211AttributeTdlsExternalSetup());
189 attr.reset(new Nl80211AttributeTdlsSupport());
192 attr.reset(new Nl80211AttributeTimedOut());
195 attr.reset(new Nl80211AttributeWiphyAntennaAvailRx());
198 attr.reset(new Nl80211AttributeWiphyAntennaAvailTx());
201 attr.reset(new Nl80211AttributeWiphyAntennaRx());
204 attr.reset(new Nl80211AttributeWiphyAntennaTx());
207 attr.reset(new Nl80211AttributeWiphyBands());
210 attr.reset(new Nl80211AttributeWiphyCoverageClass());
213 attr.reset(new Nl80211AttributeWiphyFragThreshold());
216 attr.reset(new Nl80211AttributeWiphyFreq());
219 attr.reset(new Nl80211AttributeChannelType());
222 attr.reset(new Nl80211AttributeChannelWidth());
225 attr.reset(new Nl80211AttributeCenterFreq1());
228 attr.reset(new Nl80211AttributeCenterFreq2());
231 attr.reset(new Nl80211AttributeWiphy());
234 attr.reset(new Nl80211AttributeWiphyName());
237 attr.reset(new Nl80211AttributeWiphyRetryLong());
240 attr.reset(new Nl80211AttributeWiphyRetryShort());
243 attr.reset(new Nl80211AttributeWiphyRtsThreshold());
247 attr.reset(new Nl80211AttributeWowlanTriggers(context));
250 attr.reset(new Nl80211AttributeWowlanTriggersSupported());
254 attr.reset(new Nl80211AttributeSurveyInfo());
257 attr.reset(new NetlinkAttributeGeneric(id));
260 return attr.release();
265 unique_ptr<NetlinkAttribute> attr;
268 attr.reset(new ControlAttributeFamilyId());
271 attr.reset(new ControlAttributeFamilyName());
274 attr.reset(new ControlAttributeVersion());
277 attr.reset(new ControlAttributeHdrSize());
280 attr.reset(new ControlAttributeMaxAttr());
283 attr.reset(new ControlAttributeAttrOps());
286 attr.reset(new ControlAttributeMcastGroups());
289 attr.reset(new NetlinkAttributeGeneric(id));
292 return attr.release();