Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. airmon-ng stop wlan0mon
  2.  
  3. iw dev wlan0mon del
  4.  
  5. dev <devname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*]
  6. phy <phyname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*]
  7. Add a new virtual interface with the given configuration.
  8. Valid interface types are: managed, ibss, monitor, mesh, wds.
  9.  
  10. The flags are only used for monitor interfaces, valid flags are:
  11. none: no special flags
  12. fcsfail: show frames with FCS errors
  13. control: show control frames
  14. otherbss: show frames from other BSSes
  15. cook: use cooked mode
  16.  
  17. The mesh_id is used only for mesh mode.
  18.  
  19. dev <devname> del
  20. Remove this virtual interface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement