aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src
Commit message (Collapse)AuthorAgeFilesLines
* cyw43: make State::new a const fniliana etaoin2025-04-133-10/+25
|
* Update control.rsFlamenco2025-02-171-1/+1
| | | Fix function name
* Fix ScanType enum exportKarim2025-01-022-1/+6
| | | | Exports the ScanType enum, which is needed to build the ScanOptions struct
* Desugar some async fnsDániel Buga2024-12-301-9/+5
|
* make bluetooth module publicJoost Buijgers2024-10-111-1/+2
|
* cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-094-52/+160
|
* cyw43: log ioctls.Dario Nieuwenhuis2024-09-092-5/+13
|
* cyw43: use enum for ioctl instead of consts.Dario Nieuwenhuis2024-09-094-48/+319
|
* cyw43: make sure to yield if doing busy-polling for interrupts.Dario Nieuwenhuis2024-08-091-0/+7
|
* cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-057-64/+838
| | | | Co-Authored-By: Brandon Ros <[email protected]>
* Added doc comment to a public enum variantVicente2024-07-251-0/+1
|
* FormmatingVicente2024-07-251-1/+1
|
* Adding pub struct docsVicente2024-07-251-0/+1
| | | | cyw43::ScanOptions
* Fixing missing re-exportVicente2024-07-251-1/+1
| | | | cyw::control::ScanOptions
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-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 Toft2024-06-051-0/+1
|
* CYW43: Add function to close existing soft APGustav Toft2024-06-051-0/+17
|
* Fix cyw43Dion Dokter2024-05-201-8/+10
|
* 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
|
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* cyw43: Reuse buf to reduce stack usageDafabHoid2024-02-161-5/+3
|
* cyw43: Unify dwell time.Dario Nieuwenhuis2024-01-201-26/+22
|
* feat: Extended the Scan APIumgefahren2024-01-192-12/+85
|
* Add more fields to the BssInfo packet structChristopher N. Hesse2024-01-191-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 driverUlf Lilleengen2023-12-194-2/+40
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
|
* cyw43: remove feature(concat_bytes).Dario Nieuwenhuis2023-11-252-55/+49
|
* cyw43: Add Control method to add multicast HW addressSamuel Čavoj2023-11-162-1/+56
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-012-2/+1
|
* 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-153-17/+17
| | | | convenience methods
* Merge pull request #1838 from Frostie314159/cyw43-nextDario Nieuwenhuis2023-08-303-4/+20
|\ | | | | | | cyw43: Add utility functions.
| * Reverted patch for lint fix.Frostie3141592023-08-301-1/+1
| |
| * cyw43: Make Scanner public.Frostie3141592023-08-291-1/+1
| |
| * cyw43: Create leave function on Control struct.Frostie3141592023-08-282-0/+6
| | | | | | | | 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: Fix warning in event.rs.Frostie3141592023-08-281-1/+1
| | | | | | | | Allow non_upper_case_globals, to prevent the compiler from spitting out a warning about the Event enum.
* | Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-7/+11
|/
* don't pay for what you don't usesoypat2023-08-201-1/+1
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-1/+1
|
* rustfmt.Dario Nieuwenhuis2023-07-041-5/+15
|
* cyw43: remove pointless wait_complete.Dario Nieuwenhuis2023-06-091-4/+1
|
* fmt: remove unused defmt::timestamp!Dario Nieuwenhuis2023-06-091-3/+0
|
* cyw43: move crate to subdir.Dario Nieuwenhuis2023-05-3011-0/+3728