netbox/docs/models/wireless/wirelesslink.md
Arthur Hanson 91dcecbd07
15106 Add Length Field to Wireless Link (#16528)
* 15106 add wireles link length

* 15106 add wireles link length

* 15106 add wireless link length

* 15106 add tests

* 15106 rename length -> distance

* 15106 rename length -> distance

* 15106 review comments

* 15106 review comments

* 15106 fix form

* 15106 length -> distance
2024-06-17 09:19:49 -04:00

47 lines
1.1 KiB
Markdown

# Wireless Links
A wireless link represents a connection between exactly two wireless interfaces. Unlike a [wireless LAN](./wirelesslan.md), which permit an arbitrary number of client associations, wireless links are used to model point-to-point wireless connections.
## Fields
### Interfaces
Select two interfaces: One for side A and one for side B. (Both must be wireless interfaces.)
### Status
The operational status of the link. Options include:
* Connected
* Planned
* Decommissioning
### SSID
The service set identifier (SSID) for the wireless link (optional).
### Authentication Type
The type of wireless authentication in use. Options include:
* Open
* WEP
* WPA Personal (PSK)
* WPA Enterprise
### Authentication Cipher
The security cipher used to apply wireless authentication. Options include:
* Auto (automatic)
* TKIP
* AES
### Pre-Shared Key
The security key configured on each client to grant access to the secured wireless LAN. This applies only to certain authentication types.
### Distance
The numeric distance of the link, including a unit designation (e.g. 100 meters or 25 feet).