meta-oe: fix refactor to a better layout
[scm/bb/meta-tizen.git] / meta-tizen-adaptation / meta-oe / recipes-connectivity / connman / connman / 0023-Tethering-Add-tethering-interfaces-description-to-te.patch
1 From 5eb028f4bdf85b35d8003f36ee95b15e48aa3fbc Mon Sep 17 00:00:00 2001
2 From: Chengyi Zhao <chengyi1.zhao@archermind.com>
3 Date: Fri, 26 Jul 2013 14:58:32 +0800
4 Subject: [PATCH 23/32] Tethering: Add tethering interfaces description to
5  technology-api.txt
6
7 Change-Id: I59768258d5f2515311ed3dad5db91618b1c459ec
8 ---
9  doc/technology-api.txt | 12 ++++++++++++
10  1 file changed, 12 insertions(+)
11
12 diff --git a/doc/technology-api.txt b/doc/technology-api.txt
13 index 2fbc876..14245eb 100644
14 --- a/doc/technology-api.txt
15 +++ b/doc/technology-api.txt
16 @@ -45,6 +45,18 @@ Signals              PropertyChanged(string name, variant value)
17                         This signal indicates a changed value of the given
18                         property.
19  
20 +               DhcpConnected(string aptype, string ipaddr,
21 +                                       string macaddr, string hostname)
22 +
23 +                       This signal indicates a station information that
24 +                       has connected to the AP(Access Point).
25 +
26 +               DhcpLeaseDeleted(string aptype, string ipaddr,
27 +                                       string macaddr, string hostname)
28 +
29 +                       This signal indicates a station information that
30 +                       has disconnected to the AP(Access Point).
31 +
32  Properties     boolean Powered [readwrite]
33  
34                         Boolean representing the power state of the
35 -- 
36 1.8.1.4
37