wayle-network 0.1.2

WiFi and wired network management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// WiFi access point discovery, properties, and security management.
pub mod access_point;
/// Network configuration management for IPv4, IPv6, and DHCP settings.
pub mod config;
/// Active network connection management and monitoring.
pub mod connection;
/// Network device abstraction for WiFi, ethernet, and other interfaces.
pub mod device;
/// Settings and profile management.
pub mod settings;
/// Persistent connection settings and profile management.
pub mod settings_connection;