From 9c3c1157490feb68e1c12c4527ef6eec28571dd0 Mon Sep 17 00:00:00 2001 From: dado Date: Sun, 27 Apr 2025 12:40:28 +0200 Subject: [PATCH] minor changes --- 005-wireless-frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/005-wireless-frame.md b/005-wireless-frame.md index 1b8cf81..49db87f 100644 --- a/005-wireless-frame.md +++ b/005-wireless-frame.md @@ -52,7 +52,7 @@ Il campo `Frame Control` occupa due byte e contiene numerosi sottocampi, tra cui - **Type e Subtype**: questi campi specificano il tipo e il sottotipo del frame. Esistono tre categorie principali di frame: - **Gestione** (Type 00): Utilizzato per le comunicazioni iniziali tra l'Access Point (AP) e i dispositivi wireless - **Controllo** (Type 01): Questo tipo si suddivide ulteriormente in: - - **Frame RTS** (Request to Send): Sottotipo 1011, + - **Frame RTS** (Request to Send): Sottotipo 1011 - **Frame CTS** (Clear to Send): Sottotipo 1100 - **Frame ACK** (Acknowledgment): Sottotipo 1101 - **Dati** (Type 02): Questo tipo di frame trasporta i dati effettivi