1<?xml version="1.0" encoding="UTF-8"?> 2<html DIR="LTR"> 3<head> 4<style> 5P { 6 font-size: 14 px; 7 } 8B { 9 font-size: 16px; 10} 11A { 12 color: #OOC; 13} 14.style1 { 15 font-size: 16px; 16} 17</style> 18</head> 19<body> 20<p><b>Wi-Fi 테더링</b></p> 21<span class="style1">휴대전화를 Wi-Fi 액세스 포인트로 전환하여 휴대전화의 인터넷 연결을 하나 이상의 컴퓨터 또는 기타 기기와 공유할 수 있습니다.</span> 22<ul> 23<li>휴대전화가 액세스 포인트 역할을 하는 경우 휴대전화의 응용프로그램은 휴대전화의 Wi-Fi 연결을 통해 인터넷에 액세스할 수 없습니다.</li><br> 24<li>Wi-Fi 테더링 설정에서 Wi-Fi 액세스 포인트를 구성할 수 있습니다.</li><br> 25<li>자세한 내용은 <a href="http://www.android.com/tether#wifi">http://www.android.com/tether#wifi</a>를 참조하세요.</li><br> 26</ul> 27</body> 28</html> 29