aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes1-18/+28
2011-09-21Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes1-17/+2
2011-09-21Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes1-101/+176
2011-09-21Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes1-54/+54
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes1-10/+34
2011-09-21Bluetooth: Reset the security timer when a command is queuedVinicius Costa Gomes1-12/+3
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes1-5/+9
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-2/+0
2011-07-08Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes1-0/+12
2011-07-08Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes1-8/+15
2011-07-08Bluetooth: Add support for storing the LTKVinicius Costa Gomes1-6/+14
2011-07-08Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes1-10/+30
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes1-2/+112
2011-07-06Bluetooth: Remove enable_smp parameterAndre Guedes1-0/+9
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell1-0/+1
2011-06-14Bluetooth: Add key size checks for SMPVinicius Costa Gomes1-13/+41
2011-06-14Bluetooth: Add support for SMP timeoutVinicius Costa Gomes1-0/+14
2011-06-13Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes1-53/+53
2011-06-13Bluetooth: Add support for building pairing commandsVinicius Costa Gomes1-0/+11
2011-06-13Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes1-12/+28
2011-06-13Bluetooth: Remove debug statementsVinicius Costa Gomes1-5/+1
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes1-4/+12
2011-06-13Bluetooth: Add SMP confirmation checks methodsAnderson Briglia1-14/+83
2011-06-13Bluetooth: Add SMP confirmation structsAnderson Briglia1-0/+17
2011-06-13Bluetooth: Add LE SMP Cryptoolbox functionsAnderson Briglia1-0/+117
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes1-4/+18
2011-06-13Bluetooth: Add simple SMP pairing negotiationAnderson Briglia1-5/+102
2011-06-13Bluetooth: Implement the first SMP commandsAnderson Briglia1-0/+146