1IWD.CONFIG(5)                 Linux Connectivity                 IWD.CONFIG(5)
2
3
4

NAME

6       iwd.config - Configuration file for wireless daemon
7

SYNOPSIS

9       Configuration file main.conf
10

DESCRIPTION

12       The  main.conf  configuration  file configures the system-wide settings
13       for iwd.  This file lives in the configuration directory  specified  by
14       the  environment  variable  $CONFIGURATION_DIRECTORY, which is normally
15       provided by systemd.  In the absence of such an environment variable it
16       defaults  to /etc/iwd.  If no main.conf is present, then default values
17       are chosen.  The presence of main.conf is not required.
18

FILE FORMAT

20       See iwd.network for details on the file format.
21

SETTINGS

23       The settings are split into several categories.  Each  category  has  a
24       group associated with it and described in separate tables below.
25
26   General Settings
27       The group [General] contains general settings.
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67              ┌───────────────────────────┬────────────────────────────┐
68              │EnableNetworkConfiguration │ Values: true, false        
69              │                           │                            │
70              │                           │ Enable  network configura‐ │
71              │                           │ tion.                      │
72              │                           │                            │
73              │                           │ Setting  this  option   to │
74              │                           │ true  enables  iwd to con‐ │
75              │                           │ figure the network  inter‐ │
76              │                           │ faces   with  the  IP  ad‐ │
77              │                           │ dresses.   There  are  two │
78              │                           │ types  IP  addressing sup‐ │
79              │                           │ ported by iwd: static  and │
80              │                           │ dynamic.   The  static  IP │
81              │                           │ addresses  are  configured │
82              │                           │ through  the  network con‐ │
83              │                           │ figuration files.   If  no │
84              │                           │ static   IP  configuration │
85              │                           │ has been  provided  for  a │
86              │                           │ network,  iwd will attempt │
87              │                           │ to obtain the dynamic  ad‐ │
88              │                           │ dresses  from  the network │
89              │                           │ through the built-in  DHCP │
90              │                           │ client.                    │
91              │                           │                            │
92              │                           │ This  also enables network │
93              │                           │ configuration and the DHCP │
94              │                           │ server when in AP mode and │
95              │                           │ the AP profile being acti‐ │
96              │                           │ vated  does  not  override │
97              │                           │ it.                        │
98              │                           │                            │
99              │                           │ The network  configuration │
100              │                           │ feature is disabled by de‐ │
101              │                           │ fault.  See [Network] set‐ │
102              │                           │ tings  for additional set‐ │
103              │                           │ tings related  to  network │
104              │                           │ configuration.             │
105              ├───────────────────────────┼────────────────────────────┤
106              │UseDefaultInterface        │ Values: true, false        
107              │                           │                            │
108              │                           │ Do  not  allow  iwd to de‐ │
109              │                           │ stroy / recreate  wireless │
110              │                           │ interfaces at startup, in‐ │
111              │                           │ cluding   default   inter‐ │
112              │                           │ faces.  Enable this behav‐ │
113              │                           │ ior if your wireless  card │
114              │                           │ driver  is  buggy  or does │
115              │                           │ not allow such  an  opera‐ │
116              │                           │ tion,  or  if  you  do not │
117              │                           │ want iwd to manage netdevs │
118              │                           │ for  another  reason.  For │
119              │                           │ most  users  with  an  up‐ │
120              │                           │ stream driver it should be │
121              │                           │ safe to omit/disable  this │
122              │                           │ setting.                   │
123              └───────────────────────────┴────────────────────────────┘
124
125
126
127
128
129
130
131
132
133              │AddressRandomization       │ Values:   disabled,  once, │
134              │                           │ network                    │
135              │                           │                            │
136              │                           │ If AddressRandomization is │
137              │                           │ set  to  disabled, the de‐ │
138              │                           │ fault kernel  behavior  is │
139              │                           │ used.  This means the ker‐ │
140              │                           │ nel will assign a mac  ad‐ │
141              │                           │ dress  from  the permanent │
142              │                           │ mac address range provided │
143              │                           │ by  the hardware / driver. │
144              │                           │ Thus it  is  possible  for │
145              │                           │ networks to track the user │
146              │                           │ by the mac  address  which │
147              │                           │ is permanent.              │
148              │                           │                            │
149              │                           │ If AddressRandomization is │
150              │                           │ set to once,  MAC  address │
151              │                           │ is   randomized  a  single │
152              │                           │ time when  iwd  starts  or │
153              │                           │ when  the  hardware is de‐ │
154              │                           │ tected for the first  time │
155              │                           │ (due to hotplug, etc.)     │
156              │                           │                            │
157              │                           │ If AddressRandomization is │
158              │                           │ set to  network,  the  MAC │
159              │                           │ address  is  randomized on │
160              │                           │ each connection to a  net‐ │
161              │                           │ work. The MAC is generated │
162              │                           │ based on the SSID and per‐ │
163              │                           │ manent   address   of  the │
164              │                           │ adapter. This  allows  the │
165              │                           │ same  MAC  to be generated │
166              │                           │ each time connecting to  a │
167              │                           │ given   SSID  while  still │
168              │                           │ hiding the  permanent  ad‐ │
169              │                           │ dress.                     │
170              ├───────────────────────────┼────────────────────────────┤
171              │AddressRandomizationRange  │ Values: full, nic          │
172              │                           │                            │
173              │                           │ One can control which part │
174              │                           │ of the address is  random‐ │
175              │                           │ ized using this setting.   │
176              │                           │                            │
177              │                           │ When  using AddressRandom‐ 
178              │                           │ izationRange set  to  nic, │
179              │                           │ only   the   NIC  specific │
180              │                           │ octets (last 3 octets) are │
181              │                           │ randomized.  Note that the │
182              │                           │ randomization   range   is │
183              │                           │ limited   to  00:00:01  to │
184              │                           │ 00:00:FE.   The  permanent │
185              │                           │ mac address of the card is │
186              │                           │ used  for  the  initial  3 │
187              │                           │ octets.                    │
188              │                           │                            │
189              │                           │ When  using AddressRandom‐ 
190              │                           │ izationRange set to  full, │
191              │                           │ all  6  octets  of the ad‐ │
192              │                           │ dress are randomized.  The │
193              │                           │ locally-administered   bit │
194              │                           │ will be set.               │
195              └───────────────────────────┴────────────────────────────┘
196
197
198
199              │RoamThreshold              │ Value:  rssi  dBm   value, │
200              │                           │ from  -100  to 1, default: │
201              │                           │ -70                        
202              │                           │                            │
203              │                           │ This value can be used  to │
204              │                           │ control  how  aggressively │
205              │                           │ iwd roams  when  connected │
206              │                           │ to a 2.4GHz access point.  │
207              ├───────────────────────────┼────────────────────────────┤
208              │RoamThreshold5G            │ Value:   rssi  dBm  value, │
209              │                           │ from -100 to  1,  default: │
210              │                           │ -76                        
211              │                           │                            │
212              │                           │ This  value can be used to │
213              │                           │ control  how  aggressively │
214              │                           │ iwd  roams  when connected │
215              │                           │ to a 5GHz access point.    │
216              ├───────────────────────────┼────────────────────────────┤
217              │RoamRetryInterval          │ Value: unsigned int  value │
218              │                           │ in seconds (default: 60)   │
219              │                           │                            │
220              │                           │ Specifies   how  long  iwd 
221              │                           │ will wait before  attempt‐ │
222              │                           │ ing  to  roam again if the │
223              │                           │ last roam attempt  failed, │
224              │                           │ or  if  the  signal of the │
225              │                           │ newly  connected  BSS   is │
226              │                           │ still considered weak.     │
227              ├───────────────────────────┼────────────────────────────┤
228              │ManagementFrameProtection  │ Values: 0, 1 or 2          │
229              │                           │                            │
230              │                           │ When   ManagementFramePro‐ 
231              │                           │ tection is 0, MFP is  com‐ │
232              │                           │ pletely  turned  off, even │
233              │                           │ if the hardware  is  capa‐ │
234              │                           │ ble.   This setting is not │
235              │                           │ recommended.               │
236              │                           │                            │
237              │                           │ When   ManagementFramePro‐ 
238              │                           │ tection  is  1, MFP is en‐ │
239              │                           │ abled if the  local  hard‐ │
240              │                           │ ware  and  remote  AP both │
241              │                           │ support it.                │
242              │                           │                            │
243              │                           │ When   ManagementFramePro‐ 
244              │                           │ tection  is  2, MFP is al‐ │
245              │                           │ ways required.   This  can │
246              │                           │ prevent successful connec‐ │
247              │                           │ tion establishment on some │
248              │                           │ hardware  or  to some net‐ │
249              │                           │ works.                     │
250              └───────────────────────────┴────────────────────────────┘
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265              │ControlPortOverNL80211     │ Values: false, true        
266              │                           │                            │
267              │                           │ Enable/Disable     sending │
268              │                           │ EAPoL     packets     over │
269              │                           │ NL80211.  Enabled  by  de‐ │
270              │                           │ fault if kernel support is │
271              │                           │ available.  Doing so sends │
272              │                           │ all EAPoL traffic over di‐ │
273              │                           │ rectly to  the  supplicant │
274              │                           │ process  (iwd)  instead of │
275              │                           │ putting these on the  Eth‐ │
276              │                           │ ernet  device.  Since only │
277              │                           │ the supplicant can usually │
278              │                           │ make sense / decrypt these │
279              │                           │ packets, enabling this op‐ │
280              │                           │ tion can save some CPU cy‐ │
281              │                           │ cles on  your  system  and │
282              │                           │ avoids certain long-stand‐ │
283              │                           │ ing race conditions.       │
284              ├───────────────────────────┼────────────────────────────┤
285              │DisableANQP                │ Values: false, true        
286              │                           │                            │
287              │                           │ Enable/disable        ANQP │
288              │                           │ queries.  The way IWD does │
289              │                           │ ANQP queries is  dependent │
290              │                           │ on  a  recent kernel patch │
291              │                           │ (available in Kernel 5.3). │
292              │                           │ If  your  kernel  does not │
293              │                           │ have  this   functionality │
294              │                           │ this  should  be  disabled │
295              │                           │ (default).   Some  drivers │
296              │                           │ also  do a terrible job of │
297              │                           │ sending   public    action │
298              │                           │ frames     (freezing    or │
299              │                           │ crashes) which is  another │
300              │                           │ reason  why  this has been │
301              │                           │ turned off by default.  If │
302              │                           │ you want to easily utilize │
303              │                           │ Hotspot 2.0 networks, then │
304              │                           │ setting   DisableANQP   to │
305              │                           │ false is recommended.      │
306              ├───────────────────────────┼────────────────────────────┤
307              │DisableOCV                 │ Value: false, true         │
308              │                           │                            │
309              │                           │ Disable Operating  Channel │
310              │                           │ Validation.   Support  for │
311              │                           │ this is not advertised  by │
312              │                           │ the   kernel  so  if  ker‐ │
313              │                           │ nels/drivers  exist  which │
314              │                           │ don't  support  OCV it can │
315              │                           │ be disabled here.          │
316              └───────────────────────────┴────────────────────────────┘
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331              │SystemdEncrypt             │ Value: Systemd key ID      │
332              │                           │                            │
333Warning: This is a  highly │ Enables   network  profile │
334experimental feature       │ encryption using a systemd │
335              │                           │ provided secret key.  Once │
336              │                           │ enabled all PSK/8021x net‐ │
337              │                           │ work  profiles will be en‐ │
338              │                           │ crypted     automatically. │
339              │                           │ Once  the  profile  is en‐ │
340              │                           │ crypted there is no way of │
341              │                           │ going   back   using   IWD │
342              │                           │ alone.  A  tool,   iwd-de‐ 
343              │                           │ crypt-profile, is provided │
344              │                           │ assuming  the  secret   is │
345              │                           │ known which will decrypt a │
346              │                           │ profile.  This   decrypted │
347              │                           │ profile  could manually be │
348              │                           │ set  to  /var/lib/iwd   to │
349              │                           │ 'undo' any profile encryp‐ │
350              │                           │ tion, but its going to  be │
351              │                           │ a manual process.          │
352              │                           │                            │
353              │                           │ Setting up systemd to pro‐ │
354              │                           │ vide the secret is left up │
355              │                           │ to  the user as IWD has no │
356              │                           │ way of performing this au‐ │
357              │                           │ tomatically.  The  systemd │
358              │                           │ options required are Load‐ │
359              │                           │ CredentialEncrypted     or │
360              │                           │ SetCredentialEncrypted,    │
361              │                           │ and  the secret identifier │
362              │                           │ should be  named  whatever │
363              │                           │ SystemdEncrypt is set to.  │
364              ├───────────────────────────┼────────────────────────────┤
365              │Country                    │ Value:  Country  Code (ISO │
366              │                           │ Alpha-2)                   │
367              │                           │                            │
368              │                           │ Requests  the  country  be │
369              │                           │ set  for  the system. Note │
370              │                           │ that setting this is  sim‐ │
371              │                           │ ply  a  request to set the │
372              │                           │ country,  and   does   not │
373              │                           │ guarantee the country will │
374              │                           │ be set. For a self-managed │
375              │                           │ wiphy it is never possible │
376              │                           │ to set  the  country  from │
377              │                           │ userspace.  For  other de‐ │
378              │                           │ vices any  regulatory  do‐ │
379              │                           │ main  request  is  just  a │
380              │                           │ 'hint' and ultimately left │
381              │                           │ up  to  the  kernel to set │
382              │                           │ the country.               │
383              └───────────────────────────┴────────────────────────────┘
384
385   Network
386       The group [Network] contains network configuration related settings.
387
388
389
390
391
392
393
394
395
396
397                 ┌─────────────────────┬────────────────────────────┐
398                 │EnableIPv6           │ Values: true, false        │
399                 │                     │                            │
400                 │                     │ Sets  the  global  default │
401                 │                     │ that  tells iwd whether it │
402                 │                     │ should configure IPv6  ad‐ │
403                 │                     │ dresses and routes (either │
404                 │                     │ provided via  static  set‐ │
405                 │                     │ tings,  Router  Advertise‐ │
406                 │                     │ ments or DHCPv6 protocol). │
407                 │                     │ This setting is enabled by │
408                 │                     │ default.  This setting can │
409                 │                     │ also  be  overridden  on a │
410                 │                     │ per-network basis.         │
411                 ├─────────────────────┼────────────────────────────┤
412                 │NameResolvingService │ Values:  resolvconf,  sys‐ 
413                 │                     │ temd, none                 │
414                 │                     │                            │
415                 │                     │ Configures  a  DNS resolu‐ │
416                 │                     │ tion method  used  by  the │
417                 │                     │ system.                    │
418                 │                     │                            │
419                 │                     │ This  configuration option │
420                 │                     │ must be used  in  conjunc‐ │
421                 │                     │ tion  with  EnableNetwork‐ 
422                 │                     │ Configuration and provides │
423                 │                     │ the  choice  of system re‐ │
424                 │                     │ solver integration.        │
425                 │                     │                            │
426                 │                     │ If not specified,  systemd 
427                 │                     │ is used as default.        │
428                 │                     │                            │
429                 │                     │ If none is specified, then │
430                 │                     │ DNS and domain name infor‐ │
431                 │                     │ mation is ignored.         │
432                 ├─────────────────────┼────────────────────────────┤
433                 │RoutePriorityOffset  │ Values:  uint32 value (de‐ │
434                 │                     │ fault: 300)                │
435                 │                     │                            │
436                 │                     │ Configures a route  prior‐ │
437                 │                     │ ity  offset  used  by  the │
438                 │                     │ system to  prioritize  the │
439                 │                     │ default  routes. The route │
440                 │                     │ with lower priority offset │
441                 │                     │ is preferred.              │
442                 │                     │                            │
443                 │                     │ If  not  specified, 300 is │
444                 │                     │ used as default.           │
445                 └─────────────────────┴────────────────────────────┘
446
447   Blacklist
448       The group [Blacklist] contains  settings  related  to  blacklisting  of
449       BSSes.  If iwd determines that a connection to a BSS fails for a reason
450       that indicates the BSS is currently misbehaving or misconfigured  (e.g.
451       timeouts, unexpected status/reason codes, etc), then iwd will blacklist
452       this BSS and avoid connecting to it for a period of  time.   These  op‐
453       tions  let  the  user  control  how long a misbehaved BSS spends on the
454       blacklist.
455
456
457
458
459
460
461
462
463                    ┌───────────────┬────────────────────────────┐
464                    │InitialTimeout │ Values:  uint64  value  in │
465                    │               │ seconds (default: 60)      │
466                    │               │                            │
467                    │               │ The  initial  time  that a │
468                    │               │ BSS spends on  the  black‐ │
469                    │               │ list.                      │
470                    ├───────────────┼────────────────────────────┤
471                    │Multiplier     │ Values: unsigned int value │
472                    │               │ in seconds (default: 30)   │
473                    │               │                            │
474                    │               │ If the BSS was blacklisted │
475                    │               │ previously   and   another │
476                    │               │ connection   attempt   has │
477                    │               │ failed  after  the initial │
478                    │               │ timeout has expired,  then │
479                    │               │ the   BSS  blacklist  time │
480                    │               │ will be extended by a mul‐ │
481                    │               │ tiple  of  Multiplier  for │
482                    │               │ each unsuccessful  attempt │
483                    │               │ up  to  MaxiumTimeout time │
484                    │               │ in seconds.                │
485                    ├───────────────┼────────────────────────────┤
486                    │MaximumTimeout │ Values:  uint64  value  in │
487                    │               │ seconds (default: 86400)   │
488                    │               │                            │
489                    │               │ Maximum time that a BSS is │
490                    │               │ blacklisted.               │
491                    └───────────────┴────────────────────────────┘
492
493   Rank
494       The group [Rank] contains settings related to ranking of  networks  for
495       autoconnect purposes.
496
497                  ┌───────────────────┬────────────────────────────┐
498                  │BandModifier2_4GHz │ Values:   floating   point │
499                  │                   │ value (default: 1.0)       │
500                  │                   │                            │
501                  │                   │ Increase or  decrease  the │
502                  │                   │ preference  for 2.4GHz ac‐ │
503                  │                   │ cess points by  increasing │
504                  │                   │ or decreasing the value of │
505                  │                   │ this modifier.             │
506                  │                   │                            │
507                  │                   │ A value of 0.0  will  dis‐ │
508                  │                   │ able  the  2.4GHz band and │
509                  │                   │ prevent scanning  or  con‐ │
510                  │                   │ necting  on those frequen‐ │
511                  │                   │ cies.                      │
512                  └───────────────────┴────────────────────────────┘
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529                  │BandModifier5GHz   │ Values:   floating   point │
530                  │                   │ value (default: 1.0)       │
531                  │                   │                            │
532                  │                   │ Increase  or  decrease the │
533                  │                   │ preference for 5GHz access │
534                  │                   │ points  by  increasing  or │
535                  │                   │ decreasing  the  value  of │
536                  │                   │ this  modifier.  5GHz net‐ │
537                  │                   │ works  are  already   pre‐ │
538                  │                   │ ferred  due  to  their in‐ │
539                  │                   │ crease throughput  /  data │
540                  │                   │ rate.   However, 5GHz net‐ │
541                  │                   │ works are highly RSSI sen‐ │
542                  │                   │ sitive,  so  it  is  still │
543                  │                   │ possible for IWD to prefer │
544                  │                   │ 2.4GHz APs in certain cir‐ │
545                  │                   │ cumstances.                │
546                  │                   │                            │
547                  │                   │ A value of 0.0  will  dis‐ │
548                  │                   │ able  the  5GHz  band  and │
549                  │                   │ prevent scanning  or  con‐ │
550                  │                   │ necting  on those frequen‐ │
551                  │                   │ cies.                      │
552                  ├───────────────────┼────────────────────────────┤
553                  │BandModifier6GHz   │ Values:   floating   point │
554                  │                   │ value (default: 1.0)       │
555                  │                   │                            │
556                  │                   │ Increase  or  decrease the │
557                  │                   │ preference for 6GHz access │
558                  │                   │ points  by  increasing  or │
559                  │                   │ decreasing  the  value  of │
560                  │                   │ this modifier.  Since 6GHz │
561                  │                   │ networks are  highly  RSSI │
562                  │                   │ sensitive,  this  gives an │
563                  │                   │ option to prefer 6GHz  APs │
564                  │                   │ over 5GHz APs.             │
565                  │                   │                            │
566                  │                   │ A  value  of 0.0 will dis‐ │
567                  │                   │ able  the  6GHz  band  and │
568                  │                   │ prevent  scanning  or con‐ │
569                  │                   │ necting on those  frequen‐ │
570                  │                   │ cies.                      │
571                  └───────────────────┴────────────────────────────┘
572
573   Scan
574       The  group  [Scan] contains settings related to scanning functionality.
575       No modification from defaults is normally required.
576
577              ┌──────────────────────────┬────────────────────────────┐
578              │DisablePeriodicScan       │ Values: true, false        
579              │                          │                            │
580              │                          │ Disable   periodic   scan. │
581              │                          │ Setting   this  option  to │
582              │                          │ 'true'  will  prevent  iwd 
583              │                          │ from  issuing the periodic │
584              │                          │ scans  for  the  available │
585              │                          │ networks   while   discon‐ │
586              │                          │ nected.  The  behavior  of │
587              │                          │ the  user-initiated  scans │
588              │                          │ isn't affected.  The peri‐ │
589              │                          │ odic  scan  is  enabled by │
590              │                          │ default.                   │
591              └──────────────────────────┴────────────────────────────┘
592
593
594
595              │InitialPeriodicScanInter‐ │ Values: unsigned int value │
596              │val                       │ in seconds (default: 10)   │
597              │                          │                            │
598              │                          │ The initial periodic  scan │
599              │                          │ interval upon disconnect.  │
600              ├──────────────────────────┼────────────────────────────┤
601              │MaximumPeriodicScanInter‐ │ Values: unsigned int value │
602              │val                       │ in seconds (default: 300)  │
603              │                          │                            │
604              │                          │ The  maximum periodic scan │
605              │                          │ interval.                  │
606              ├──────────────────────────┼────────────────────────────┤
607              │DisableRoamingScan        │ Values: true, false        
608              │                          │                            │
609              │                          │ Disable roaming scan. Set‐ │
610              │                          │ ting this option to 'true' │
611              │                          │ will prevent iwd from try‐ │
612              │                          │ ing  to  scan when roaming │
613              │                          │ decisions  are  activated. │
614              │                          │ This  can prevent iwd from │
615              │                          │ roaming properly, but  can │
616              │                          │ be useful for networks op‐ │
617              │                          │ erating  under   extremely │
618              │                          │ low   rssi   levels  where │
619              │                          │ roaming isn't possible.    │
620              └──────────────────────────┴────────────────────────────┘
621
622   IPv4
623       The group [IPv4] contains settings related to IPv4  network  configura‐
624       tion.
625
626                    ┌──────────────┬────────────────────────────┐
627                    │APAddressPool │ Values:    comma-separated │
628                    │              │ list of prefix-notation IP │
629                    │              │ strings                    │
630                    │              │                            │
631                    │              │ Defines  the  space of IPs │
632                    │              │ used   for   the    Access │
633                    │              │ Point-mode    subnet   ad‐ │
634                    │              │ dresses   and   the   DHCP │
635                    │              │ server.     Defaults    to │
636                    │              │ 192.168.0.0/16.  The  pre‐ │
637                    │              │ fix   length  decides  the │
638                    │              │ size  of  the  pool   from │
639                    │              │ which  an  address  is se‐ │
640                    │              │ lected but the actual sub‐ │
641                    │              │ net   size   (netmask)  is │
642                    │              │ based on  the  AP  profile │
643                    │              │ being  activated  and  de‐ │
644                    │              │ faults to 28 bits.  The AP │
645                    │              │ profile's   [IPv4].Address 
646                    │              │ setting   overrides    the │
647                    │              │ global   value  set  here. │
648                    │              │ Setting a  too  small  ad‐ │
649                    │              │ dress space will limit the │
650                    │              │ number  of  access  points │
651                    │              │ that can be running simul‐ │
652                    │              │ taneously on different in‐ │
653                    │              │ terfaces.                  │
654                    └──────────────┴────────────────────────────┘
655
656   DriverQuirks
657       The group [DriverQuirks] contains special flags associated with drivers
658       that are buggy or just don't behave similar enough to the  majority  of
659       other drivers.
660
661                   ┌─────────────────┬────────────────────────────┐
662                   │DefaultInterface │ Values:    comma-separated │
663                   │                 │ list of  drivers  or  glob │
664                   │                 │ matches                    │
665                   │                 │                            │
666                   │                 │ If a driver in use matches │
667                   │                 │ one in this list IWD  will │
668                   │                 │ not  attempt to remove and │
669                   │                 │ re-create the default  in‐ │
670                   │                 │ terface.                   │
671                   ├─────────────────┼────────────────────────────┤
672                   │ForcePae         │ Values:    comma-separated │
673                   │                 │ list of  drivers  or  glob │
674                   │                 │ matches                    │
675                   │                 │                            │
676                   │                 │ If a driver in use matches │
677                   │                 │ one in this list  Control‐ │
678                   │                 │ PortOverNL80211  will  not │
679                   │                 │ be used, and PAE  will  be │
680                   │                 │ used instead. Some drivers │
681                   │                 │ do  not  properly  support │
682                   │                 │ ControlPortOverNL80211     │
683                   │                 │ even though they advertise │
684                   │                 │ support for it.            │
685                   ├─────────────────┼────────────────────────────┤
686                   │PowerSaveDisable │ Values:    comma-separated │
687                   │                 │ list of  drivers  or  glob │
688                   │                 │ matches                    │
689                   │                 │                            │
690                   │                 │ If   a   driver   in  user │
691                   │                 │ matches one in  this  list │
692                   │                 │ power  save  will  be dis‐ │
693                   │                 │ abled.                     │
694                   └─────────────────┴────────────────────────────┘
695

SEE ALSO

697       iwd(8), iwd.network(5)
698

AUTHOR

700       Marcel     Holtmann      <marcel@holtmann.org>,      Denis      Kenzior
701       <denkenz@gmail.com>,  Andrew  Zaborowski <andrew.zaborowski@intel.com>,
702       Tim  Kourt  <tim.a.kourt@linux.intel.com>,  James   Prestwood   <prest‐
703       woj@gmail.com>
704
706       2013-2019 Intel Corporation
707
708
709
710
711iwd                            22 September 2019                 IWD.CONFIG(5)
Impressum