Restrict Wi-Fi access in Android device

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Restrict Wi-Fi access in Android device

ソリューションへジャンプ
1,536件の閲覧回数
Mats1z
Contributor III

I need to configure wi-fi of my android device so that it can connect only to predefined set of access points. Can I do it by checking the MAC address of access points? In android wi-fi manager the SSID and MAC id is used in many places. Can I compare MAC id of access point with my specified set of MAC ids here?

Please share your thoughts.

ラベル(2)
0 件の賞賛
返信
1 解決策
1,171件の閲覧回数
Mats1z
Contributor III

Successfully completed.

In wpa_supplicant.c , there is a file there is a function wpa_drv_associate() , compare macids here using os_memcmp() and perform assocaiation based on it.

Now my android device wifi can connect to only one macid :smileyhappy:

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,172件の閲覧回数
Mats1z
Contributor III

Successfully completed.

In wpa_supplicant.c , there is a file there is a function wpa_drv_associate() , compare macids here using os_memcmp() and perform assocaiation based on it.

Now my android device wifi can connect to only one macid :smileyhappy:

0 件の賞賛
返信