aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src/control.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5020 from simonborje/improve_cyw43_join_resultDario Nieuwenhuis2025-12-111-27/+47
|\ | | | | | | Improve cyw43 join handling
| * Update examples and testsSimon Börjesson2025-12-101-0/+1
| |
| * Improve cyw43 join handlingSimon Börjesson2025-12-081-27/+46
| |
* | cyw43: added get_rssi to Controllerdiogo4642025-12-091-0/+8
|/
* Disable authentication before setting up ApSimon Börjesson2025-12-021-2/+3
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Fixes #4709. Creating an open AP after joining a WPA network doesn't workNathan Samson2025-09-271-0/+2
| | | | | This fixes the issue by always resetting the security value when creating a new open AP.
* docs(cyw43): clarify Control::join() docsOwen Phillips2025-09-171-1/+1
| | | | | Update doc comment to clarify that Control::join() can be used to join networks using the provided options, not only open networks.
* Update control.rsFlamenco2025-02-171-1/+1
| | | Fix function name
* Fix ScanType enum exportKarim2025-01-021-0/+5
| | | | Exports the ScanType enum, which is needed to build the ScanOptions struct
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-091-51/+133
|
* cyw43: log ioctls.Dario Nieuwenhuis2024-09-091-4/+12
|
* cyw43: use enum for ioctl instead of consts.Dario Nieuwenhuis2024-09-091-33/+26
|
* cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-051-3/+7
| | | | Co-Authored-By: Brandon Ros <[email protected]>
* Added doc comment to a public enum variantVicente2024-07-251-0/+1
|
* Adding pub struct docsVicente2024-07-251-0/+1
| | | | cyw43::ScanOptions
* Added docs.Gustav Toft2024-06-051-0/+1
|
* CYW43: Add function to close existing soft APGustav Toft2024-06-051-0/+17
|
* Make join_wpa2_passphrase_info privateCirrus2024-04-281-5/+1
|
* passphrase_info does not have to be passed &mutCirrus2024-04-281-3/+3
|
* cyw43: Add function to join WPA2 network with precomputed PSK.Cirrus2024-04-281-10/+35
| | | | | | | With flags = 0 in PassphraseInfo, CYW firmware skips the PBKDF2 PSK derivation. This makes it possible avoid storing unhashed passwords. The wpa_passphrase utility may be used to generate this PSK.
* Added MAC address getter to cyw43 controllerJack Hogan2024-04-151-2/+8
|
* cyw43: Unify dwell time.Dario Nieuwenhuis2024-01-201-26/+22
|
* feat: Extended the Scan APIumgefahren2024-01-191-10/+83
|
* docs: document public apis for cyw43 driverUlf Lilleengen2023-12-191-1/+15
|
* cyw43: Add Control method to add multicast HW addressSamuel Čavoj2023-11-161-0/+55
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-1/+0
|
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-2/+2
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-12/+12
| | | | convenience methods
* cyw43: Create leave function on Control struct.Frostie3141592023-08-281-0/+5
| | | | Create a function, which disassociates us, from the currently connected infra.
* cyw43: Introduce seperate up/down functions.Frostie3141592023-08-281-3/+13
| | | | Create two helper functions, for setting the interface up/down.
* cyw43: remove pointless wait_complete.Dario Nieuwenhuis2023-06-091-4/+1
|
* cyw43: move crate to subdir.Dario Nieuwenhuis2023-05-301-0/+457