| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5020 from simonborje/improve_cyw43_join_result | Dario Nieuwenhuis | 2025-12-11 | 3 | -29/+51 |
| |\ | | | | | | | Improve cyw43 join handling | ||||
| | * | Update examples and tests | Simon Börjesson | 2025-12-10 | 1 | -0/+1 |
| | | | |||||
| | * | Fix formatting | Simon Börjesson | 2025-12-09 | 1 | -1/+1 |
| | | | |||||
| | * | Improve cyw43 join handling | Simon Börjesson | 2025-12-08 | 3 | -29/+50 |
| | | | |||||
| * | | cyw43: added get_rssi to Controller | diogo464 | 2025-12-09 | 1 | -0/+8 |
| |/ | |||||
| * | Disable authentication before setting up Ap | Simon Börjesson | 2025-12-02 | 1 | -2/+3 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 5 | -11/+7 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -0/+1 |
| | | |||||
| * | Fixes #4709. Creating an open AP after joining a WPA network doesn't work | Nathan Samson | 2025-09-27 | 1 | -0/+2 |
| | | | | | | This fixes the issue by always resetting the security value when creating a new open AP. | ||||
| * | chore: rustfmt | Ulf Lilleengen | 2025-09-19 | 1 | -2/+1 |
| | | |||||
| * | fix: add error handling for HCI transport | Ulf Lilleengen | 2025-09-19 | 1 | -5/+34 |
| | | |||||
| * | docs(cyw43): clarify Control::join() docs | Owen Phillips | 2025-09-17 | 1 | -1/+1 |
| | | | | | | Update doc comment to clarify that Control::join() can be used to join networks using the provided options, not only open networks. | ||||
| * | cyw43: make State::new a const fn | iliana etaoin | 2025-04-13 | 3 | -10/+25 |
| | | |||||
| * | Update control.rs | Flamenco | 2025-02-17 | 1 | -1/+1 |
| | | | | Fix function name | ||||
| * | Fix ScanType enum export | Karim | 2025-01-02 | 2 | -1/+6 |
| | | | | | Exports the ScanType enum, which is needed to build the ScanOptions struct | ||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -9/+5 |
| | | |||||
| * | make bluetooth module public | Joost Buijgers | 2024-10-11 | 1 | -1/+2 |
| | | |||||
| * | cyw43: add support for WPA3 and more extensive security options. | Dario Nieuwenhuis | 2024-09-09 | 4 | -52/+160 |
| | | |||||
| * | cyw43: log ioctls. | Dario Nieuwenhuis | 2024-09-09 | 2 | -5/+13 |
| | | |||||
| * | cyw43: use enum for ioctl instead of consts. | Dario Nieuwenhuis | 2024-09-09 | 4 | -48/+319 |
| | | |||||
| * | cyw43: make sure to yield if doing busy-polling for interrupts. | Dario Nieuwenhuis | 2024-08-09 | 1 | -0/+7 |
| | | |||||
| * | cyw43: add Bluetooth support. | Dario Nieuwenhuis | 2024-08-05 | 7 | -64/+838 |
| | | | | | Co-Authored-By: Brandon Ros <[email protected]> | ||||
| * | Added doc comment to a public enum variant | Vicente | 2024-07-25 | 1 | -0/+1 |
| | | |||||
| * | Formmating | Vicente | 2024-07-25 | 1 | -1/+1 |
| | | |||||
| * | Adding pub struct docs | Vicente | 2024-07-25 | 1 | -0/+1 |
| | | | | | cyw43::ScanOptions | ||||
| * | Fixing missing re-export | Vicente | 2024-07-25 | 1 | -1/+1 |
| | | | | | cyw::control::ScanOptions | ||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | Added docs. | Gustav Toft | 2024-06-05 | 1 | -0/+1 |
| | | |||||
| * | CYW43: Add function to close existing soft AP | Gustav Toft | 2024-06-05 | 1 | -0/+17 |
| | | |||||
| * | Fix cyw43 | Dion Dokter | 2024-05-20 | 1 | -8/+10 |
| | | |||||
| * | Make join_wpa2_passphrase_info private | Cirrus | 2024-04-28 | 1 | -5/+1 |
| | | |||||
| * | passphrase_info does not have to be passed &mut | Cirrus | 2024-04-28 | 1 | -3/+3 |
| | | |||||
| * | cyw43: Add function to join WPA2 network with precomputed PSK. | Cirrus | 2024-04-28 | 1 | -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 controller | Jack Hogan | 2024-04-15 | 1 | -2/+8 |
| | | |||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | cyw43: Reuse buf to reduce stack usage | DafabHoid | 2024-02-16 | 1 | -5/+3 |
| | | |||||
| * | cyw43: Unify dwell time. | Dario Nieuwenhuis | 2024-01-20 | 1 | -26/+22 |
| | | |||||
| * | feat: Extended the Scan API | umgefahren | 2024-01-19 | 2 | -12/+85 |
| | | |||||
| * | Add more fields to the BssInfo packet struct | Christopher N. Hesse | 2024-01-19 | 1 | -0/+38 |
| | | | | | | | | Taken from the Infineon WHD repository: https://github.com/Infineon/wifi-host-driver/blob/04ee318cc96bffa7d69a1e076c008e2364453f82/WiFi_Host_Driver/inc/whd_types.h#L814 Signed-off-by: Christopher N. Hesse <[email protected]> | ||||
| * | docs: document public apis for cyw43 driver | Ulf Lilleengen | 2023-12-19 | 4 | -2/+40 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+1 |
| | | |||||
| * | cyw43: remove feature(concat_bytes). | Dario Nieuwenhuis | 2023-11-25 | 2 | -55/+49 |
| | | |||||
| * | cyw43: Add Control method to add multicast HW address | Samuel Čavoj | 2023-11-16 | 2 | -1/+56 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 2 | -2/+1 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -2/+2 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 3 | -17/+17 |
| | | | | | convenience methods | ||||
| * | Merge pull request #1838 from Frostie314159/cyw43-next | Dario Nieuwenhuis | 2023-08-30 | 3 | -4/+20 |
| |\ | | | | | | | cyw43: Add utility functions. | ||||
| | * | Reverted patch for lint fix. | Frostie314159 | 2023-08-30 | 1 | -1/+1 |
| | | | |||||
| | * | cyw43: Make Scanner public. | Frostie314159 | 2023-08-29 | 1 | -1/+1 |
| | | | |||||
