summaryrefslogtreecommitdiff
path: root/android/pan.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* android/pan: Fix not NULL terminating parsed stringDoHyun Pyun2015-07-291-1/+1
* profiles/network: Add support for handling extension hdr in ctrl msgGrzegorz Kolodziejczyk2015-05-191-2/+5
* profiles/network: Move disconnection_cb setting to bnep connectGrzegorz Kolodziejczyk2015-03-121-3/+2
* profiles/network: Handle ctrl rsp after conn setup by bnepGrzegorz Kolodziejczyk2015-03-121-11/+3
* profiles/network: Move bnep connection setup logic to bnepGrzegorz Kolodziejczyk2015-03-121-22/+5
* profiles/network: Integrate get and check bnep setup services rolesGrzegorz Kolodziejczyk2015-03-091-7/+1
* android/pan: Add appropriate log prefixGrzegorz Kolodziejczyk2015-03-091-1/+1
* android/pan: Fix removing PAN NAP bridgeGrzegorz Kolodziejczyk2015-03-091-1/+0
* android/pan: Return correct error valueGrzegorz Kolodziejczyk2015-02-261-1/+1
* android/pan: Register PANU sdp record while registering PANGrzegorz Kolodziejczyk2015-01-291-7/+91
* android/pan: Change PAN record and name it as NAP recordGrzegorz Kolodziejczyk2015-01-221-12/+12
* android/pan: Make NAP variables struc dev_struct independentGrzegorz Kolodziejczyk2015-01-221-23/+16
* android/pan: Minor style fixGrzegorz Kolodziejczyk2015-01-221-6/+7
* android/pan: Fix compilation error with muslSzymon Janc2014-09-241-0/+1
* android/pan: Notify control state callback on HAL .enable callRavi kumar Veeramally2014-08-061-7/+14
* android: Fix local variables not being marked as staticLuiz Augusto von Dentz2014-07-031-2/+2
* android/pan: Print error if failed to create bridgeSzymon Janc2014-05-141-2/+6
* android: Fix some random code style issuesSzymon Janc2014-03-201-1/+1
* android: Pass mode parameter to registered servicesSzymon Janc2014-03-041-1/+1
* android: Create comon header for IPCSzymon Janc2014-02-281-0/+1
* android: Refactor IPC initSzymon Janc2014-02-281-13/+19
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+13
* android/pan: Bring bridge interface down before removing itSzymon Janc2014-02-071-0/+27
* android/pan: Pass error in nap_remove_bridgeSzymon Janc2014-02-071-1/+4
* android/pan: Use ioctl instead of sysfs for setting forward delaySzymon Janc2014-02-071-16/+15
* android/pan: Fix bnep interface nameRavi kumar Veeramally2014-02-071-2/+11
* android/pan: Fix unregistering NAP bridgeSzymon Janc2014-02-071-6/+20
* android/pan: Move functions up to avoid forward declarationsSzymon Janc2014-02-071-66/+66
* profiles/network: Allow to pass interface name to bnep_newSzymon Janc2014-02-071-1/+2
* android/pan: Use g_slist_free_full to free devices listLuiz Augusto von Dentz2014-02-061-12/+14
* android/pan: Handle error case properly in NAP registrationRavi kumar Veeramally2014-01-281-3/+10
* android: Use src/log.h include instead of just log.hMarcel Holtmann2014-01-261-1/+1
* android/pan: Remove not needed intialization to NULLSzymon Janc2014-01-221-1/+1
* android/pan: Fix possible NULL dereferenceAndrei Emeltchenko2014-01-221-1/+1
* android/pan: Fix wrong freeing devAndrei Emeltchenko2014-01-221-1/+0
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-211-1/+1
* android/pan: Initialize GError with NULLJakub Tyszkowski2014-01-201-1/+1
* android/pan: Generate file path in compile timeSzymon Janc2014-01-131-7/+4
* android/pan: Remove connected PAN devices on profile unregister callRavi kumar Veeramally2014-01-101-0/+10
* android/pan: Implement PAN enable HAL api at daemon sideRavi kumar Veeramally2014-01-101-4/+26
* android/pan: Listen for incoming connections and accept in NAP roleRavi kumar Veeramally2014-01-101-3/+182
* android/pan: Register Network Access PointRavi kumar Veeramally2014-01-101-5/+109
* android/pan: Add PAN SDP record for NAP roleRavi kumar Veeramally2013-12-311-0/+95
* bnep: Refactored bnep connect and disconnect callsRavi kumar Veeramally2013-12-201-29/+25
* android/pan: Change local_role to NONE only when device list is emptyRavi kumar Veeramally2013-12-191-2/+3
* android/pan: Free device after sending diconnected notificationRavi kumar Veeramally2013-12-191-7/+2
* android/pan: Fix minor white spaceRavi kumar Veeramally2013-12-111-1/+1
* android/pan: Fix missing cleanup callsRavi kumar Veeramally2013-12-111-0/+3