Adding log file and generic wifilogger refactoring
[wifihood] / wifisniffer / ieee80211.py
index 0b38558..791de1d 100755 (executable)
@@ -69,7 +69,7 @@ radiotap_tx_flags = (
 
 
 # without IEEE80211_FC0_TYPE_
-frame_type = (
+frame_types = (
 ( "MGT"               , 0x00 ) ,
 ( "CTL"               , 0x04 ) ,
 ( "DATA"              , 0x08 )