def __init__(self, interface_name):
     WirelessInterface.__init__(self, interface_name)
     self.encryption_manager = EncryptionManager(self.interface_name)
Esempio n. 2
0
 def reset(self):
     WirelessInterface.reset(self)
     self.encryption_manager.stop()