Searched hist:e9961ea164968bf2bdab210eab69201b4bf2cb37 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_crypto.h | diff e9961ea164968bf2bdab210eab69201b4bf2cb37 Thu Apr 18 03:47:07 CEST 2024 Adrian Chadd <adrian@FreeBSD.org> net80211: add driver / crypto methods to set the hardware / software cipher suites
Drivers currently announce hardware crypto cipher support by setting up ic_cryptocaps.
This adds two public function calls:
* ieee80211_set_software_ciphers() - set the software cipher set; * ieee80211_set_hardware_ciphers() - set the hardware cipher set.
For now these just call into the newly crypto routines to set the ciphers.
This then adds the two crypto routines, similarly named, to set the hardware/software cipher suite.
This is a no-op right now - wep/tkip/ccmp are already set by default so drivers aren't required to call these routines for software encryption, and drivers already set ic_cryptocaps for hardware encryption.
Differential Revision: https://reviews.freebsd.org/D44827
|
H A D | ieee80211_crypto.c | diff e9961ea164968bf2bdab210eab69201b4bf2cb37 Thu Apr 18 03:47:07 CEST 2024 Adrian Chadd <adrian@FreeBSD.org> net80211: add driver / crypto methods to set the hardware / software cipher suites
Drivers currently announce hardware crypto cipher support by setting up ic_cryptocaps.
This adds two public function calls:
* ieee80211_set_software_ciphers() - set the software cipher set; * ieee80211_set_hardware_ciphers() - set the hardware cipher set.
For now these just call into the newly crypto routines to set the ciphers.
This then adds the two crypto routines, similarly named, to set the hardware/software cipher suite.
This is a no-op right now - wep/tkip/ccmp are already set by default so drivers aren't required to call these routines for software encryption, and drivers already set ic_cryptocaps for hardware encryption.
Differential Revision: https://reviews.freebsd.org/D44827
|
H A D | ieee80211.c | diff e9961ea164968bf2bdab210eab69201b4bf2cb37 Thu Apr 18 03:47:07 CEST 2024 Adrian Chadd <adrian@FreeBSD.org> net80211: add driver / crypto methods to set the hardware / software cipher suites
Drivers currently announce hardware crypto cipher support by setting up ic_cryptocaps.
This adds two public function calls:
* ieee80211_set_software_ciphers() - set the software cipher set; * ieee80211_set_hardware_ciphers() - set the hardware cipher set.
For now these just call into the newly crypto routines to set the ciphers.
This then adds the two crypto routines, similarly named, to set the hardware/software cipher suite.
This is a no-op right now - wep/tkip/ccmp are already set by default so drivers aren't required to call these routines for software encryption, and drivers already set ic_cryptocaps for hardware encryption.
Differential Revision: https://reviews.freebsd.org/D44827
|
H A D | ieee80211_var.h | diff e9961ea164968bf2bdab210eab69201b4bf2cb37 Thu Apr 18 03:47:07 CEST 2024 Adrian Chadd <adrian@FreeBSD.org> net80211: add driver / crypto methods to set the hardware / software cipher suites
Drivers currently announce hardware crypto cipher support by setting up ic_cryptocaps.
This adds two public function calls:
* ieee80211_set_software_ciphers() - set the software cipher set; * ieee80211_set_hardware_ciphers() - set the hardware cipher set.
For now these just call into the newly crypto routines to set the ciphers.
This then adds the two crypto routines, similarly named, to set the hardware/software cipher suite.
This is a no-op right now - wep/tkip/ccmp are already set by default so drivers aren't required to call these routines for software encryption, and drivers already set ic_cryptocaps for hardware encryption.
Differential Revision: https://reviews.freebsd.org/D44827
|