summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-1/+2
* Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes2011-09-211-1/+1
* Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes2011-09-211-0/+2
* Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes2011-09-211-18/+28
* Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes2011-09-211-17/+2Star
* Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2011-09-211-101/+176
* Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-211-54/+54
* Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes2011-09-211-10/+34
* Bluetooth: Reset the security timer when a command is queuedVinicius Costa Gomes2011-09-211-12/+3Star
* Bluetooth: Add support for storing the key sizeVinicius Costa Gomes2011-07-081-5/+9
* Bluetooth: Remove unused field in hci_connVinicius Costa Gomes2011-07-081-2/+0Star
* Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes2011-07-081-0/+12
* Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes2011-07-081-8/+15
* Bluetooth: Add support for storing the LTKVinicius Costa Gomes2011-07-081-6/+14
* Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes2011-07-081-10/+30
* Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2011-07-081-2/+112
* Bluetooth: Remove enable_smp parameterAndre Guedes2011-07-071-0/+9
* Bluetooth: include scatterlist.h where neededStephen Rothwell2011-06-241-0/+1
* Bluetooth: Add key size checks for SMPVinicius Costa Gomes2011-06-141-13/+41
* Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-06-141-0/+14
* Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes2011-06-131-53/+53
* Bluetooth: Add support for building pairing commandsVinicius Costa Gomes2011-06-131-0/+11
* Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes2011-06-131-12/+28
* Bluetooth: Remove debug statementsVinicius Costa Gomes2011-06-131-5/+1Star
* Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes2011-06-131-4/+12
* Bluetooth: Add SMP confirmation checks methodsAnderson Briglia2011-06-131-14/+83
* Bluetooth: Add SMP confirmation structsAnderson Briglia2011-06-131-0/+17
* Bluetooth: Add LE SMP Cryptoolbox functionsAnderson Briglia2011-06-131-0/+117
* Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes2011-06-131-4/+18
* Bluetooth: Add simple SMP pairing negotiationAnderson Briglia2011-06-131-5/+102
* Bluetooth: Implement the first SMP commandsAnderson Briglia2011-06-131-0/+146