(command.CommandList
  children: [
    (command.ShFunction
      name: _nmcli_list
      body: 
        (BraceGroup
          children: [
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (sh_array_literal
                        left: <Id.Op_LParen _>
                        words: [
                          {
                            (command_sub
                              left_token: <Id.Left_DollarParen '$('>
                              child: 
                                (C {<compgen>} {<-W>} {(SQ <'$1'>)} {<-->} 
                                  {(DQ ($ Id.VSub_DollarName '$cur'))}
                                )
                            )
                          }
                        ]
                      )
                    }
                  spids: [18]
                )
              ]
            )
          ]
        )
    )
    (command.ShFunction
      name: _nmcli_con_id
      body: 
        (BraceGroup
          children: [
            (C {<local>} 
              {<Id.Lit_VarLike 'IFS='> 
                (single_quoted
                  left: <Id.Left_DollarSingleQuote '$\''>
                  tokens: [<Id.Char_OneChar '\\n'>]
                  multiline: F
                )
              }
            )
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (sh_array_literal
                        left: <Id.Op_LParen _>
                        words: [
                          {
                            (command_sub
                              left_token: <Id.Left_DollarParen '$('>
                              child: 
                                (C {<compgen>} {<-W>} 
                                  {
                                    (DQ 
                                      (command_sub
                                        left_token: <Id.Left_DollarParen '$('>
                                        child: 
                                          (command.Pipeline
                                            children: [
                                              (command.Simple
                                                words: [{<nmcli>} {<con>} {<list>}]
                                                redirects: [
                                                  (redir
                                                    op: <Id.Redir_Great '2>'>
                                                    loc: (redir_loc.Fd fd:2)
                                                    arg: {<'/dev/null'>}
                                                  )
                                                ]
                                                do_fork: T
                                              )
                                              (C {<tail>} {<-n>} {<Id.Lit_Other '+'> <2>})
                                              (C {<awk>} {<-F>} {(SQ <' {2,}'>)} {(SQ <'{print $1 }'>)})
                                            ]
                                            negated: F
                                          )
                                      )
                                    )
                                  } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                )
                            )
                          }
                        ]
                      )
                    }
                  spids: [59]
                )
              ]
            )
          ]
        )
    )
    (command.ShFunction
      name: _nmcli_con_uuid
      body: 
        (BraceGroup
          children: [
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (sh_array_literal
                        left: <Id.Op_LParen _>
                        words: [
                          {
                            (command_sub
                              left_token: <Id.Left_DollarParen '$('>
                              child: 
                                (C {<compgen>} {<-W>} 
                                  {
                                    (DQ 
                                      (command_sub
                                        left_token: <Id.Left_DollarParen '$('>
                                        child: 
                                          (command.Pipeline
                                            children: [
                                              (command.Simple
                                                words: [{<nmcli>} {<con>} {<list>}]
                                                redirects: [
                                                  (redir
                                                    op: <Id.Redir_Great '2>'>
                                                    loc: (redir_loc.Fd fd:2)
                                                    arg: {<'/dev/null'>}
                                                  )
                                                ]
                                                do_fork: T
                                              )
                                              (C {<tail>} {<-n>} {<Id.Lit_Other '+'> <2>})
                                              (C {<awk>} {<-F>} {(SQ <' {2,}'>)} {(SQ <'{print $2}'>)})
                                            ]
                                            negated: F
                                          )
                                      )
                                    )
                                  } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                )
                            )
                          }
                        ]
                      )
                    }
                  spids: [126]
                )
              ]
            )
          ]
        )
    )
    (command.ShFunction
      name: _nmcli_ap_ssid
      body: 
        (BraceGroup
          children: [
            (C {<local>} 
              {<Id.Lit_VarLike 'IFS='> 
                (single_quoted
                  left: <Id.Left_DollarSingleQuote '$\''>
                  tokens: [<Id.Char_OneChar '\\n'>]
                  multiline: F
                )
              }
            )
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (sh_array_literal
                        left: <Id.Op_LParen _>
                        words: [
                          {
                            (command_sub
                              left_token: <Id.Left_DollarParen '$('>
                              child: 
                                (C {<compgen>} {<-W>} 
                                  {
                                    (DQ 
                                      (command_sub
                                        left_token: <Id.Left_DollarParen '$('>
                                        child: 
                                          (command.Pipeline
                                            children: [
                                              (command.Simple
                                                words: [{<nmcli>} {<dev>} {<wifi>} {<list>}]
                                                redirects: [
                                                  (redir
                                                    op: <Id.Redir_Great '2>'>
                                                    loc: (redir_loc.Fd fd:2)
                                                    arg: {<'/dev/null'>}
                                                  )
                                                ]
                                                do_fork: T
                                              )
                                              (C {<tail>} {<-n>} {<Id.Lit_Other '+'> <2>})
                                              (C {<awk>} {<-F>} {(SQ <' {2,}'>)} {(SQ <'{print $1}'>)})
                                            ]
                                            negated: F
                                          )
                                      )
                                    )
                                  } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                )
                            )
                          }
                        ]
                      )
                    }
                  spids: [201]
                )
              ]
            )
          ]
        )
    )
    (command.ShFunction
      name: _nmcli_ab_bssid
      body: 
        (BraceGroup
          children: [
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (sh_array_literal
                        left: <Id.Op_LParen _>
                        words: [
                          {
                            (command_sub
                              left_token: <Id.Left_DollarParen '$('>
                              child: 
                                (C {<compgen>} {<-W>} 
                                  {
                                    (DQ 
                                      (command_sub
                                        left_token: <Id.Left_DollarParen '$('>
                                        child: 
                                          (command.Pipeline
                                            children: [
                                              (command.Simple
                                                words: [{<nmcli>} {<dev>} {<wifi>} {<list>}]
                                                redirects: [
                                                  (redir
                                                    op: <Id.Redir_Great '2>'>
                                                    loc: (redir_loc.Fd fd:2)
                                                    arg: {<'/dev/null'>}
                                                  )
                                                ]
                                                do_fork: T
                                              )
                                              (C {<tail>} {<-n>} {<Id.Lit_Other '+'> <2>})
                                              (C {<awk>} {<-F>} {(SQ <' {2,}'>)} {(SQ <'{print $2}'>)})
                                            ]
                                            negated: F
                                          )
                                      )
                                    )
                                  } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                )
                            )
                          }
                        ]
                      )
                    }
                  spids: [270]
                )
              ]
            )
          ]
        )
    )
    (command.AndOr
      ops: [Id.Op_DAmp]
      children: [
        (command.ShFunction
          name: _nmcli
          body: 
            (BraceGroup
              children: [
                (C {<local>} {<cur>} {<prev>} {<words>} {<cword>})
                (command.AndOr
                  ops: [Id.Op_DPipe]
                  children: [
                    (C {<_init_completion>})
                    (command.ControlFlow token:<Id.ControlFlow_Return return>)
                  ]
                )
                (command.Case
                  to_match: {($ Id.VSub_DollarName '$prev')}
                  arms: [
                    (case_arm
                      pat_list: [{<-m>} {<--mode>}]
                      action: [
                        (command.ShAssignment
                          pairs: [
                            (assign_pair
                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                              op: assign_op.Equal
                              rhs: 
                                {
                                  (sh_array_literal
                                    left: <Id.Op_LParen _>
                                    words: [
                                      {
                                        (command_sub
                                          left_token: <Id.Left_DollarParen '$('>
                                          child: 
                                            (C {<compgen>} {<-W>} {(SQ <'tabular multiline'>)} {<-->} 
                                              {(DQ ($ Id.VSub_DollarName '$cur'))}
                                            )
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [371]
                            )
                          ]
                        )
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [365 368 400 -1]
                    )
                    (case_arm
                      pat_list: [{<-f>} {<--fields>}]
                      action: [
                        (command.ShAssignment
                          pairs: [
                            (assign_pair
                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                              op: assign_op.Equal
                              rhs: 
                                {
                                  (sh_array_literal
                                    left: <Id.Op_LParen _>
                                    words: [
                                      {
                                        (command_sub
                                          left_token: <Id.Left_DollarParen '$('>
                                          child: 
                                            (C {<compgen>} {<-W>} {(SQ <'all common'>)} {<-->} 
                                              {(DQ ($ Id.VSub_DollarName '$cur'))}
                                            )
                                        )
                                      }
                                    ]
                                  )
                                }
                              spids: [409]
                            )
                          ]
                        )
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [403 406 438 -1]
                    )
                    (case_arm
                      pat_list: [{<-e>} {<--escape>}]
                      action: [
                        (C {<_nmcli_list>} {(DQ <'yes no'>)})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [441 444 459 -1]
                    )
                    (case_arm
                      pat_list: [{<id>}]
                      action: [
                        (C {<_nmcli_con_id>})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [462 463 474 -1]
                    )
                    (case_arm
                      pat_list: [{<uuid>}]
                      action: [
                        (C {<_nmcli_con_uuid>})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [477 478 489 -1]
                    )
                    (case_arm
                      pat_list: [{<iface>}]
                      action: [
                        (C {<_available_interfaces>})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [492 493 504 -1]
                    )
                    (case_arm
                      pat_list: [{<bssid>}]
                      action: [
                        (C {<_nmcli_ab_bssid>})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [507 508 519 -1]
                    )
                    (case_arm
                      pat_list: [{<wep-key-type>}]
                      action: [
                        (C {<_nmcli_list>} {(DQ <'key phrase'>)})
                        (command.ControlFlow
                          token: <Id.ControlFlow_Return return>
                          arg_word: {<0>}
                        )
                      ]
                      spids: [522 523 538 -1]
                    )
                  ]
                )
                (command.If
                  arms: [
                    (if_arm
                      cond: 
                        (condition.Shell
                          commands: [
                            (command.Sentence
                              child: 
                                (command.DBracket
                                  expr: 
                                    (bool_expr.Binary
                                      op_id: Id.BoolBinary_eq
                                      left: {($ Id.VSub_DollarName '$cword')}
                                      right: {<1>}
                                    )
                                )
                              terminator: <Id.Op_Semi _>
                            )
                          ]
                        )
                      action: [
                        (command.If
                          arms: [
                            (if_arm
                              cond: 
                                (condition.Shell
                                  commands: [
                                    (command.Sentence
                                      child: 
                                        (command.DBracket
                                          expr: 
                                            (bool_expr.Binary
                                              op_id: Id.BoolBinary_GlobDEqual
                                              left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                                              right: {<-> <Id.Lit_Other '*'>}
                                            )
                                        )
                                      terminator: <Id.Op_Semi _>
                                    )
                                  ]
                                )
                              action: [
                                (command.ShAssignment
                                  pairs: [
                                    (assign_pair
                                      lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                      op: assign_op.Equal
                                      rhs: 
                                        {
                                          (sh_array_literal
                                            left: <Id.Op_LParen _>
                                            words: [
                                              {
                                                (command_sub
                                                  left_token: <Id.Left_DollarParen '$('>
                                                  child: 
                                                    (C {<compgen>} {<-W>} 
                                                      {
                                                        (SQ <'--terse --pretty --mode --fields\n'> 
                                                          <
'                --escape --version --help'
                                                          >
                                                        )
                                                      } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                    )
                                                )
                                              }
                                            ]
                                          )
                                        }
                                      spids: [581]
                                    )
                                  ]
                                )
                              ]
                              spids: [562 578]
                            )
                          ]
                          else_action: [
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (sh_array_literal
                                        left: <Id.Op_LParen _>
                                        words: [
                                          {
                                            (command_sub
                                              left_token: <Id.Left_DollarParen '$('>
                                              child: 
                                                (C {<compgen>} {<-W>} {(DQ <'nm con dev'>)} {<-->} 
                                                  {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                            )
                                          }
                                        ]
                                      )
                                    }
                                  spids: [609]
                                )
                              ]
                            )
                          ]
                        )
                      ]
                      spids: [545 559]
                    )
                  ]
                  else_action: [
                    (C {<local>} 
                      {<Id.Lit_VarLike 'object='> 
                        (braced_var_sub
                          token: <Id.VSub_Name words>
                          bracket_op: (bracket_op.ArrayIndex expr:{<Id.Lit_Digits 1>})
                        )
                      }
                    )
                    (C {<local>} 
                      {<Id.Lit_VarLike 'command='> 
                        (braced_var_sub
                          token: <Id.VSub_Name words>
                          bracket_op: (bracket_op.ArrayIndex expr:{<Id.Lit_Digits 2>})
                        )
                      }
                    )
                    (command.Case
                      to_match: {($ Id.VSub_DollarName '$object')}
                      arms: [
                        (case_arm
                          pat_list: [{<nm>}]
                          action: [
                            (command.Case
                              to_match: {($ Id.VSub_DollarName '$command')}
                              arms: [
                                (case_arm
                                  pat_list: [{<enable>}]
                                  action: [
                                    (C {<_nmcli_list>} {(DQ <'true false'>)})
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [680 681 696 -1]
                                )
                                (case_arm
                                  pat_list: [{<sleep>}]
                                  action: [
                                    (C {<_nmcli_list>} {(DQ <'true false'>)})
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [699 700 715 -1]
                                )
                                (case_arm
                                  pat_list: [{<wifi>}]
                                  action: [
                                    (C {<_nmcli_list>} {(DQ <'on off'>)})
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [718 719 734 -1]
                                )
                                (case_arm
                                  pat_list: [{<wwan>}]
                                  action: [
                                    (C {<_nmcli_list>} {(DQ <'on off'>)})
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [737 738 753 -1]
                                )
                                (case_arm
                                  pat_list: [{<wimax>}]
                                  action: [
                                    (C {<_nmcli_list>} {(DQ <'on off'>)})
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [756 757 772 -1]
                                )
                              ]
                            )
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (sh_array_literal
                                        left: <Id.Op_LParen _>
                                        words: [
                                          {
                                            (command_sub
                                              left_token: <Id.Left_DollarParen '$('>
                                              child: 
                                                (C {<compgen>} {<-W>} 
                                                  {
                                                    (SQ <'status permissions enable sleep\n'> 
                                                      <'                    wifi wwan wimax'>
                                                    )
                                                  } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                            )
                                          }
                                        ]
                                      )
                                    }
                                  spids: [779]
                                )
                              ]
                            )
                          ]
                          spids: [669 670 804 -1]
                        )
                        (case_arm
                          pat_list: [{<con>}]
                          action: [
                            (command.Case
                              to_match: {($ Id.VSub_DollarName '$command')}
                              arms: [
                                (case_arm
                                  pat_list: [{<list>}]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (sh_array_literal
                                                left: <Id.Op_LParen _>
                                                words: [
                                                  {
                                                    (command_sub
                                                      left_token: <Id.Left_DollarParen '$('>
                                                      child: 
                                                        (C {<compgen>} {<-W>} {(SQ <'id uuid'>)} {<-->} 
                                                          {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                    )
                                                  }
                                                ]
                                              )
                                            }
                                          spids: [822]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [818 819 851 -1]
                                )
                                (case_arm
                                  pat_list: [{<up>}]
                                  action: [
                                    (command.If
                                      arms: [
                                        (if_arm
                                          cond: 
                                            (condition.Shell
                                              commands: [
                                                (command.Sentence
                                                  child: 
                                                    (command.DBracket
                                                      expr: 
                                                        (bool_expr.Binary
                                                          op_id: Id.BoolBinary_GlobDEqual
                                                          left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                          right: {<-> <Id.Lit_Other '*'>}
                                                        )
                                                    )
                                                  terminator: <Id.Op_Semi _>
                                                )
                                              ]
                                            )
                                          action: [
                                            (command.ShAssignment
                                              pairs: [
                                                (assign_pair
                                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                                  op: assign_op.Equal
                                                  rhs: 
                                                    {
                                                      (sh_array_literal
                                                        left: <Id.Op_LParen _>
                                                        words: [
                                                          {
                                                            (command_sub
                                                              left_token: <Id.Left_DollarParen '$('>
                                                              child: 
                                                                (C {<compgen>} {<-W>} 
                                                                  {(SQ <'--nowait --timeout'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                                )
                                                            )
                                                          }
                                                        ]
                                                      )
                                                    }
                                                  spids: [877]
                                                )
                                              ]
                                            )
                                          ]
                                          spids: [858 874]
                                        )
                                      ]
                                      else_action: [
                                        (command.ShAssignment
                                          pairs: [
                                            (assign_pair
                                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                              op: assign_op.Equal
                                              rhs: 
                                                {
                                                  (sh_array_literal
                                                    left: <Id.Op_LParen _>
                                                    words: [
                                                      {
                                                        (command_sub
                                                          left_token: <Id.Left_DollarParen '$('>
                                                          child: 
                                                            (C {<compgen>} {<-W>} 
                                                              {(SQ <'id uuid iface ap nsp'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                            )
                                                        )
                                                      }
                                                    ]
                                                  )
                                                }
                                              spids: [906]
                                            )
                                          ]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [854 855 940 -1]
                                )
                                (case_arm
                                  pat_list: [{<down>}]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (sh_array_literal
                                                left: <Id.Op_LParen _>
                                                words: [
                                                  {
                                                    (command_sub
                                                      left_token: <Id.Left_DollarParen '$('>
                                                      child: 
                                                        (C {<compgen>} {<-W>} {(SQ <'id uuid'>)} {<-->} 
                                                          {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                    )
                                                  }
                                                ]
                                              )
                                            }
                                          spids: [947]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [943 944 976 -1]
                                )
                                (case_arm
                                  pat_list: [{<delete>}]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (sh_array_literal
                                                left: <Id.Op_LParen _>
                                                words: [
                                                  {
                                                    (command_sub
                                                      left_token: <Id.Left_DollarParen '$('>
                                                      child: 
                                                        (C {<compgen>} {<-W>} {(SQ <'id uuid'>)} {<-->} 
                                                          {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                    )
                                                  }
                                                ]
                                              )
                                            }
                                          spids: [983]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [979 980 1012 -1]
                                )
                              ]
                            )
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (sh_array_literal
                                        left: <Id.Op_LParen _>
                                        words: [
                                          {
                                            (command_sub
                                              left_token: <Id.Left_DollarParen '$('>
                                              child: 
                                                (C {<compgen>} {<-W>} 
                                                  {(SQ <'list status up down delete'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                            )
                                          }
                                        ]
                                      )
                                    }
                                  spids: [1019]
                                )
                              ]
                            )
                          ]
                          spids: [807 808 1045 -1]
                        )
                        (case_arm
                          pat_list: [{<dev>}]
                          action: [
                            (command.Case
                              to_match: {($ Id.VSub_DollarName '$command')}
                              arms: [
                                (case_arm
                                  pat_list: [{<list>}]
                                  action: [
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (sh_array_literal
                                                left: <Id.Op_LParen _>
                                                words: [
                                                  {
                                                    (command_sub
                                                      left_token: <Id.Left_DollarParen '$('>
                                                      child: 
                                                        (C {<compgen>} {<-W>} {(SQ <iface>)} {<-->} 
                                                          {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                    )
                                                  }
                                                ]
                                              )
                                            }
                                          spids: [1063]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [1059 1060 1092 -1]
                                )
                                (case_arm
                                  pat_list: [{<disconnect>}]
                                  action: [
                                    (command.If
                                      arms: [
                                        (if_arm
                                          cond: 
                                            (condition.Shell
                                              commands: [
                                                (command.Sentence
                                                  child: 
                                                    (command.DBracket
                                                      expr: 
                                                        (bool_expr.Binary
                                                          op_id: Id.BoolBinary_GlobDEqual
                                                          left: {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                          right: {<-> <Id.Lit_Other '*'>}
                                                        )
                                                    )
                                                  terminator: <Id.Op_Semi _>
                                                )
                                              ]
                                            )
                                          action: [
                                            (command.ShAssignment
                                              pairs: [
                                                (assign_pair
                                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                                  op: assign_op.Equal
                                                  rhs: 
                                                    {
                                                      (sh_array_literal
                                                        left: <Id.Op_LParen _>
                                                        words: [
                                                          {
                                                            (command_sub
                                                              left_token: <Id.Left_DollarParen '$('>
                                                              child: 
                                                                (C {<compgen>} {<-W>} 
                                                                  {(SQ <'--nowait --timeout'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                                )
                                                            )
                                                          }
                                                        ]
                                                      )
                                                    }
                                                  spids: [1118]
                                                )
                                              ]
                                            )
                                          ]
                                          spids: [1099 1115]
                                        )
                                      ]
                                      else_action: [
                                        (command.ShAssignment
                                          pairs: [
                                            (assign_pair
                                              lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                              op: assign_op.Equal
                                              rhs: 
                                                {
                                                  (sh_array_literal
                                                    left: <Id.Op_LParen _>
                                                    words: [
                                                      {
                                                        (command_sub
                                                          left_token: <Id.Left_DollarParen '$('>
                                                          child: 
                                                            (C {<compgen>} {<-W>} {(SQ <iface>)} {<-->} 
                                                              {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                            )
                                                        )
                                                      }
                                                    ]
                                                  )
                                                }
                                              spids: [1147]
                                            )
                                          ]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [1095 1096 1179 -1]
                                )
                                (case_arm
                                  pat_list: [{<wifi>}]
                                  action: [
                                    (C {<local>} 
                                      {<Id.Lit_VarLike 'subcommand='> 
                                        (braced_var_sub
                                          token: <Id.VSub_Name words>
                                          bracket_op: (bracket_op.ArrayIndex expr:{<Id.Lit_Digits 3>})
                                        )
                                      }
                                    )
                                    (command.Case
                                      to_match: {($ Id.VSub_DollarName '$subcommand')}
                                      arms: [
                                        (case_arm
                                          pat_list: [{<list>}]
                                          action: [
                                            (command.ShAssignment
                                              pairs: [
                                                (assign_pair
                                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                                  op: assign_op.Equal
                                                  rhs: 
                                                    {
                                                      (sh_array_literal
                                                        left: <Id.Op_LParen _>
                                                        words: [
                                                          {
                                                            (command_sub
                                                              left_token: <Id.Left_DollarParen '$('>
                                                              child: 
                                                                (C {<compgen>} {<-W>} 
                                                                  {(SQ <'iface bssid'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                                )
                                                            )
                                                          }
                                                        ]
                                                      )
                                                    }
                                                  spids: [1209]
                                                )
                                              ]
                                            )
                                            (command.ControlFlow
                                              token: <Id.ControlFlow_Return return>
                                              arg_word: {<0>}
                                            )
                                          ]
                                          spids: [1205 1206 1240 -1]
                                        )
                                        (case_arm
                                          pat_list: [{<connect>}]
                                          action: [
                                            (command.If
                                              arms: [
                                                (if_arm
                                                  cond: 
                                                    (condition.Shell
                                                      commands: [
                                                        (command.Sentence
                                                          child: 
                                                            (command.DBracket
                                                              expr: 
                                                                (bool_expr.Binary
                                                                  op_id: Id.BoolBinary_GlobDEqual
                                                                  left: 
                                                                    {
                                                                      (DQ 
                                                                        ($ Id.VSub_DollarName '$cur')
                                                                      )
                                                                    }
                                                                  right: {<-> <Id.Lit_Other '*'>}
                                                                )
                                                            )
                                                          terminator: <Id.Op_Semi _>
                                                        )
                                                      ]
                                                    )
                                                  action: [
                                                    (command.ShAssignment
                                                      pairs: [
                                                        (assign_pair
                                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                                          op: assign_op.Equal
                                                          rhs: 
                                                            {
                                                              (sh_array_literal
                                                                left: <Id.Op_LParen _>
                                                                words: [
                                                                  {
                                                                    (command_sub
                                                                      left_token: 
                                                                        <Id.Left_DollarParen '$('>
                                                                      child: 
                                                                        (C {<compgen>} {<-W>} 
                                                                          {
                                                                            (SQ <'--private\n'> 
                                                                              <
'                                        --nowait --timeout'
                                                                              >
                                                                            )
                                                                          } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                                        )
                                                                    )
                                                                  }
                                                                ]
                                                              )
                                                            }
                                                          spids: [1266]
                                                        )
                                                      ]
                                                    )
                                                  ]
                                                  spids: [1247 1263]
                                                )
                                              ]
                                              else_action: [
                                                (command.If
                                                  arms: [
                                                    (if_arm
                                                      cond: 
                                                        (condition.Shell
                                                          commands: [
                                                            (command.Sentence
                                                              child: 
                                                                (command.DBracket
                                                                  expr: 
                                                                    (bool_expr.Binary
                                                                      op_id: 
Id.BoolBinary_GlobDEqual
                                                                      left: 
                                                                        {
                                                                          (DQ 
                                                                            ($ Id.VSub_DollarName 
'$prev'
                                                                            )
                                                                          )
                                                                        }
                                                                      right: {(DQ <connect>)}
                                                                    )
                                                                )
                                                              terminator: <Id.Op_Semi _>
                                                            )
                                                          ]
                                                        )
                                                      action: [(C {<_nmcli_ap_ssid>})]
                                                      spids: [1294 1311]
                                                    )
                                                  ]
                                                  else_action: [
                                                    (command.ShAssignment
                                                      pairs: [
                                                        (assign_pair
                                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                                          op: assign_op.Equal
                                                          rhs: 
                                                            {
                                                              (sh_array_literal
                                                                left: <Id.Op_LParen _>
                                                                words: [
                                                                  {
                                                                    (command_sub
                                                                      left_token: 
                                                                        <Id.Left_DollarParen '$('>
                                                                      child: 
                                                                        (C {<compgen>} {<-W>} 
                                                                          {
                                                                            (SQ <'password\n'> 
                                                                              <
'                                            wep-key-type iface bssid name'
                                                                              >
                                                                            )
                                                                          } {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                                        )
                                                                    )
                                                                  }
                                                                ]
                                                              )
                                                            }
                                                          spids: [1320]
                                                        )
                                                      ]
                                                    )
                                                  ]
                                                )
                                              ]
                                            )
                                            (command.ControlFlow
                                              token: <Id.ControlFlow_Return return>
                                              arg_word: {<0>}
                                            )
                                          ]
                                          spids: [1243 1244 1358 -1]
                                        )
                                      ]
                                    )
                                    (command.ShAssignment
                                      pairs: [
                                        (assign_pair
                                          lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                          op: assign_op.Equal
                                          rhs: 
                                            {
                                              (sh_array_literal
                                                left: <Id.Op_LParen _>
                                                words: [
                                                  {
                                                    (command_sub
                                                      left_token: <Id.Left_DollarParen '$('>
                                                      child: 
                                                        (C {<compgen>} {<-W>} {(SQ <'list connect'>)} 
                                                          {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                        )
                                                    )
                                                  }
                                                ]
                                              )
                                            }
                                          spids: [1365]
                                        )
                                      ]
                                    )
                                    (command.ControlFlow
                                      token: <Id.ControlFlow_Return return>
                                      arg_word: {<0>}
                                    )
                                  ]
                                  spids: [1182 1183 1394 -1]
                                )
                              ]
                            )
                            (command.ShAssignment
                              pairs: [
                                (assign_pair
                                  lhs: (sh_lhs_expr.Name name:COMPREPLY)
                                  op: assign_op.Equal
                                  rhs: 
                                    {
                                      (sh_array_literal
                                        left: <Id.Op_LParen _>
                                        words: [
                                          {
                                            (command_sub
                                              left_token: <Id.Left_DollarParen '$('>
                                              child: 
                                                (C {<compgen>} {<-W>} 
                                                  {(SQ <'status list disconnect wifi'>)} {<-->} {(DQ ($ Id.VSub_DollarName '$cur'))}
                                                )
                                            )
                                          }
                                        ]
                                      )
                                    }
                                  spids: [1401]
                                )
                              ]
                            )
                          ]
                          spids: [1048 1049 1427 -1]
                        )
                      ]
                    )
                  ]
                )
                (command.ControlFlow
                  token: <Id.ControlFlow_Return return>
                  arg_word: {<0>}
                )
              ]
            )
        )
        (C {<complete>} {<-F>} {<_nmcli>} {<nmcli>})
      ]
    )
  ]
)