Advertisement
Guest User

10.8.5 airportd output

a guest
May 14th, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. metis:~ la$ /usr/libexec/airportd
  2. Usage: airportd <interface> <verb> <options>
  3.  
  4. <interface>
  5. If an interface is not specified, airportd will use the first AirPort interface on the system.
  6.  
  7. <verb is one of the following:
  8. prefs If specified with no key value pairs, displays a subset of AirPort preferences for
  9. the specified interface.
  10.  
  11. Preferences may be configured using key=value syntax. Keys and possible values are specified below.
  12. Boolean settings may be configured using 'YES' and 'NO'.
  13.  
  14. DisconnectOnLogout (Boolean)
  15. JoinMode (String)
  16. Automatic
  17. Preferred
  18. Ranked
  19. Recent
  20. Strongest
  21. JoinModeFallback (String)
  22. Prompt
  23. JoinOpen
  24. KeepLooking
  25. DoNothing
  26. RememberRecentNetworks (Boolean)
  27. RequireAdmin (Boolean)
  28. RequireAdminIBSS (Boolean)
  29. RequireAdminNetworkChange (Boolean)
  30. RequireAdminPowerToggle (Boolean)
  31. WoWEnabled (Boolean)
  32. P2PDevicesManaged (Boolean)
  33. P2PFirewall (Boolean)
  34.  
  35. logger Monitor the driver's logging facility.
  36.  
  37. sniff If a channel number is specified, airportd will attempt to configure the interface
  38. to use that channel before it begins sniffing 802.11 frames. Captures files are saved to /tmp.
  39. Requires super user privileges.
  40.  
  41. debug Enable debug logging. A debug log setting may be enabled by prefixing it with a '+', and disabled
  42. by prefixing it with a '-'.
  43.  
  44. AirPort Userland Debug Flags
  45. DriverDiscovery
  46. DriverEvent
  47. Info
  48. SystemConfiguration
  49. UserEvent
  50. PreferredNetworks
  51. AutoJoin
  52. IPC
  53. Scan
  54. 802.1x
  55. Assoc
  56. Keychain
  57. RSNAuth
  58. WoW
  59. P2P
  60. Roam
  61. BTCoex
  62. AllUserland - Enable/Disable all userland debug flags
  63.  
  64. AirPort Driver Common Flags
  65. DriverInfo
  66. DriverError
  67. DriverWPA
  68. DriverScan
  69. AllDriver - Enable/Disable all driver debug flags
  70.  
  71. AirPort Driver Vendor Flags
  72. VendorAssoc
  73. VendorConnection
  74. VendorP2P
  75. AllVendor - Enable/Disable all vendor debug flags
  76.  
  77. AirPort Global Flags
  78. LogFile - Save all AirPort logs to /var/log/wifi.log
  79.  
  80. P2PRelease Disassociate any P2P client interfaces managed by the P2PSupervisor.
  81. P2PDump Dump P2PSupervisor state.
  82.  
  83. <options> is one of the following:
  84. No options currently defined.
  85.  
  86. readNVRAM Read the recovery network list stored in NVRAM.
  87. Examples:
  88.  
  89. Configuring preferences (requires admin privileges)
  90. sudo airportd en1 prefs JoinMode=Preferred RememberRecentNetworks=NO RequireAdmin=YES
  91.  
  92. Sniffing on channel 1:
  93. airportd en1 sniff 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement