Closed XZCendence closed 1 year ago
How can I put an interface in monitor mode without using async with? I want to use the AirmonNg class without aexit getting called.
async with
@XZCendence you can always use it manually:
foo = await AirmonNg().__aenter__()
Detailed Description
How can I put an interface in monitor mode without using
async with
? I want to use the AirmonNg class without aexit getting called.