MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / ScanJob

Class ScanJob

multi_interface.py:21–29  ·  view source on GitHub ↗

Represents a scheduled Wi-Fi or Ethernet scanning job for a network interface.

Source from the content-addressed store, hash-verified

19
20@dataclass
21class ScanJob:
22 """Represents a scheduled Wi-Fi or Ethernet scanning job for a network interface."""
23 interface: str
24 ssid: str
25 role: str
26 ip_address: Optional[str] = None
27 cidr: Optional[int] = None
28 network_cidr: Optional[str] = None
29 interface_type: str = 'wifi' # 'wifi' or 'ethernet'
30
31
32class NetworkContextRegistry:

Callers 3

get_scan_jobsMethod · 0.85
get_focus_jobMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected