spease / wpa-ctrl-rs

wpa supplicant control interface wrapper for rust
MIT License
10 stars 10 forks source link

impl AsRawFd for Client and ClientAttached #10

Open haileys opened 2 years ago

haileys commented 2 years ago

This makes external readiness polling possible

spease commented 2 years ago

Sorry for the delay. Can you include a unit test for how it's intended to be used? Thanks.