1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【メモ】Android WIFI

Posted at

Android allows applications to access to view the access the state of the wireless connections at very low level.
Application can access almost all the information of a wifi connection.

The information that an application can access includes connected network's link speed,IP address, negotiation state, other networks information.
Applications can also scan, add, save, terminate and initiate Wi-Fi connections.

Android provides WifiManager API to manage all aspects of WIFI connectivity.
We can instantiate this class by calling getSystemService method.

https://www.tutorialspoint.com/android/android_wi_fi.htm


TDLS?

tdls.png


WPS/WPA

Wi-Fi Protected Setup
Wi-Fi Protected Access

DHCP

Dynamic Host Configuration Protocol

FQDN

Fully Qualified Domain Name

BSSID

Basic Service Set Identifier

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?