Wireless Networking ├── Wireless Concepts │ ├── EM Waves │ ├── GSM │ ├── Bandwidth │ ├── AP │ └── SSID ├── Types of Wireless Networks │ ├── Extension to Wired Network │ │ ├── Software APs │ │ └── Hardware APs │ ├── LAN-to-LAN Wireless Network │ └── 3G/4G Hotspots ├── Wireless Standards │ ├── 802.11a │ ├── 802.11b │ ├── 802.11n │ └── 802.11ac └── Hacking Wireless Networks ├── WEP Cracking (Wesside-ng) │ ├── Identify Network │ ├── Associate │ ├── Inject ARP Requests │ └── Obtain WEP Key └── WPA/WPA2 Brute Forcing (Fern Wifi Cracker) ├── Dictionary Attacks ├── WPS Attacks └── Network-Based Attacks