summaryrefslogtreecommitdiff
path: root/android/pan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bnep: Rename bnep_kill_connection to bnep_conndelRavi kumar Veeramally2013-12-111-1/+1
* android/pan: Move logic from HAL to daemonJakub Tyszkowski2013-12-081-0/+19
* android/pan: Move logic from HAL layer to daemonJakub Tyszkowski2013-12-081-2/+14
* android/pan: Fix no return on error pathAndrei Emeltchenko2013-12-081-5/+8
* android/pan: Remove unneeded NULL assignmentAndrei Emeltchenko2013-12-081-1/+0
* android: Use G_N_ELEMENTS macro for table elements calculationSzymon Janc2013-12-031-1/+1
* android/pan: Use generic IPC message handling for commandsSzymon Janc2013-12-021-45/+42
* android/pan: Fix sending uninitialised bytesLuiz Augusto von Dentz2013-11-291-0/+1
* android/pan: Implement the get local role method in daemonRavi kumar Veeramally2013-11-291-2/+8
* android/pan: Implement pan disconnect method in daemonRavi kumar Veeramally2013-11-291-2/+28
* android/pan: Implement pan connect method in daemonRavi kumar Veeramally2013-11-291-7/+212
* android: Don't pass notification socket on services registerSzymon Janc2013-11-281-13/+1
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-1/+1
* android: Handle multiple init(register) and cleanup(unregister) calls properlyRavi kumar Veeramally2013-11-191-0/+6
* android/pan: Fix wrong struct parameter in disconnect function callRavi kumar Veeramally2013-11-191-1/+2
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-1/+1