> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple-pager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple-pager/glossary.md).

# Glossary

<table data-header-hidden><thead><tr><th width="192.84765625"></th><th></th></tr></thead><tbody><tr><td>Term</td><td>Definition</td></tr><tr><td>Access Point</td><td>A wireless device which provides Wi-Fi signal to client devices.</td></tr><tr><td>BSSID</td><td>“Basic Service Set Identifier”, the MAC address of an access point</td></tr><tr><td>EAPOL</td><td>“Extended Authentication Packet Over LAN”; When mentioned here, an EAPOL packet is part of a WPA handshake.</td></tr><tr><td>GNSS</td><td>“Global Navigation Satellite System”; the technically accurate term for any of several global positioning systems, including GPS, GLONASS, BeiDou, and Galileo</td></tr><tr><td>GPS</td><td>“Global Positioning System”, often used as an encompassing term for any satellite-based positioning, but technically only the system owned and operated by the United States. See also <em>GNSS</em>*</td></tr><tr><td>MAC Address</td><td>A unique (typically 6 byte) address assigned to a network interface. MAC addresses identify an Ethernet, Wi-Fi, Bluetooth, and other types of devices.</td></tr><tr><td>Monitor mode</td><td>A firmware mode for a Wi-Fi adapter which allows capture of raw 802.11 packets, without being associated to a network. Monitor mode is supported by most, but not all, Wi-Fi adapters under Linux, but frequently is not available on other operating systems. Monitor mode is a crucial part of the Pineapple Recon system.</td></tr><tr><td>PMKID</td><td>The hashed result of a WPA network PSK and SSID; When mentioned here, a PMKID packet is part of a WPA handshake generated by the EvilWPA access point. Typically less reliable than a full WPA handshake for discovering the original PSK, but still a viable attack.</td></tr><tr><td>PSK</td><td>“Pre-Shared Key”; The secret key used on a WPA network, or the WPA network password.</td></tr><tr><td>SSID</td><td>Service Set Identifier, or more correctly, the ESSID (Extended Service Set Identifier). The SSID is the name advertised for a Wi-Fi network.</td></tr><tr><td>WPA</td><td>A generic term for “Wi-Fi Protected Access”, the current-generation suite of encryption and authentication standards for Wi-Fi. Sometimes also used to refer to <code>WPA1</code>, the informal name for the first revision of the WPA standards. WPA1 is considered weakened and dangerous to use on new networks at this point.</td></tr><tr><td>WPA2</td><td>A generic term for the second generation of WPA standards. WPA2 mandates a stronger encryption suite than WPA1 and includes additional protections. WPA2 is the most commonly deployed network type.</td></tr><tr><td>WPA3</td><td>A generic term for the third generation of WPA standards. The WPA3 suite attemts to address vulnerabilities in the WPA1 and WPA2 standards which allow for access point impersonation, client disconnection, and offline attacks against captured handshakes. The WPA3 suite also introduces encrypted networks without a pre-shared password. Currently very few networks use WPA3 protection, but it is mandated for newer Wi-Fi standards such as Wi-Fi 6e on 6GHz.</td></tr><tr><td>WPA3-OWE</td><td>“Opportunistic Wireless Encryption”; the new standard for WPA3 networks operating in ‘open’ mode. An OWE-enabled network does not require a password to join, but does a key exchange when the client connects which encrypts the data on a per-user basis. OWE does not prevent impersonation, but does protect data packets from being captured via monitoring.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.hak5.org/wifi-pineapple-pager/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
