27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main এর পরিবর্তে android-latest-release ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অ্যান্ড্রয়েড 8.0 থেকে শুরু করে, অ্যান্ড্রয়েড ডিভাইসগুলি এলোমেলো MAC ঠিকানাগুলি ব্যবহার করে যখন কোনও নেটওয়ার্কের সাথে যুক্ত না থাকা অবস্থায় নতুন নেটওয়ার্কগুলির জন্য অনুসন্ধান করা হয়৷ অ্যান্ড্রয়েড 9-এ, আপনি একটি ডেভেলপার বিকল্প সক্রিয় করতে পারেন (এটি ডিফল্টরূপে অক্ষম ) একটি Wi-Fi নেটওয়ার্কের সাথে সংযোগ করার সময় ডিভাইসটিকে একটি এলোমেলো MAC ঠিকানা ব্যবহার করতে পারে৷
অ্যান্ড্রয়েড 10-এ, ক্লায়েন্ট মোড, সফ্টঅ্যাপ এবং ওয়াই-ফাই ডাইরেক্টের জন্য ডিফল্টরূপে MAC র্যান্ডমাইজেশন সক্ষম করা আছে।
MAC র্যান্ডমাইজেশন শ্রোতাদের ডিভাইস কার্যকলাপের ইতিহাস তৈরি করতে MAC ঠিকানা ব্যবহার করতে বাধা দেয়, এইভাবে ব্যবহারকারীর গোপনীয়তা বৃদ্ধি করে।
উপরন্তু, MAC ঠিকানাগুলি Wi-Fi Aware এবং Wi-Fi RTT অপারেশনগুলির অংশ হিসাবে এলোমেলো করা হয়েছে৷
নিম্নলিখিত HAL পদ্ধতিগুলি বাস্তবায়ন করতে Wi-Fi চিপ বিক্রেতার সাথে কাজ করুন:
IWifiStaIface#setMacAddress : ইন্টারফেসের MAC ঠিকানা কনফিগার করে। ডিফল্ট বাস্তবায়ন ইন্টারফেসকে নিচে নিয়ে আসে, MAC ঠিকানা পরিবর্তন করে এবং ইন্টারফেসটিকে ব্যাক আপ করে।
IWifiStaIface#getFactoryMacAddress : একটি ioctl কল ব্যবহার করে wlan0 এর ফ্যাক্টরি MAC পায়।
ISupplicantP2pIface#setMacRandomization : আবেদনকারীর মধ্যে P2P MAC র্যান্ডমাইজেশন চালু/বন্ধ সেট করে।
অ্যান্ড্রয়েড 9 বা তার কম সংস্করণে চলমান ডিভাইসগুলিতে Wi-Fi MAC র্যান্ডমাইজেশনের জন্য সমর্থন নাও থাকতে পারে। এই জাতীয় ডিভাইসগুলিকে Android 10 এ আপগ্রেড করার সময়, Wi-Fi বিক্রেতা HAL মেক ফাইলে WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION ফ্ল্যাগটিকে সত্য হিসাবে সেট করে Wi-Fi MAC র্যান্ডমাইজেশন বৈশিষ্ট্যটি নিষ্ক্রিয় করা যেতে পারে।
বৈধতা
বৈশিষ্ট্যটি উদ্দেশ্য হিসাবে কাজ করছে তা যাচাই করতে, একটি ম্যানুয়াল পরীক্ষা চালান:
ডিভাইস ওভারলেতে config_wifi_connected_mac_randomization_supportedtrue হিসাবে সেট করা আছে তা পরীক্ষা করে ডিভাইসে MAC র্যান্ডমাইজেশন সক্ষম হয়েছে কিনা তা যাচাই করুন।
একটি Wi-Fi নেটওয়ার্কে সংযোগ করুন৷
নেটওয়ার্ক বিশদ পৃষ্ঠায় যেতে নেটওয়ার্কে আলতো চাপুন৷ যাচাই করুন যে MAC র্যান্ডমাইজেশন চালু আছে। যাচাই করুন যে প্রদর্শিত MAC ঠিকানাটি একটি র্যান্ডমাইজড MAC, যেটিতে স্থানীয়ভাবে তৈরি করা বিটটি 1 এবং মাল্টিকাস্ট বিটটি 0 এ সেট করা আছে।
MAC র্যান্ডমাইজেশন বন্ধ করুন। একই নেটওয়ার্কে সংযোগ করুন এবং ফ্যাক্টরি MAC ব্যবহার করা হচ্ছে কিনা তা যাচাই করুন।
নেটওয়ার্ক বিশদ পৃষ্ঠায় ভুলে যান ট্যাপ করে নেটওয়ার্ক মুছুন।
একই নেটওয়ার্কে সংযোগ করুন এবং যাচাই করুন যে একই এলোমেলো MAC ঠিকানা ব্যবহার করা হচ্ছে৷
একটি প্রি-অ্যান্ড্রয়েড 10 ডিভাইসে MAC র্যান্ডমাইজেশন পরীক্ষা করতে (MAC র্যান্ডমাইজেশন সমর্থন করতে সক্ষম) Android 10 বা উচ্চতর সংস্করণে আপগ্রেড করা:
অ্যান্ড্রয়েড 9 বা তার আগে চলমান ডিভাইসে অন্তত একটি সংরক্ষিত নেটওয়ার্ক থাকতে হবে।
Android 10 সিস্টেমের ছবি ফ্ল্যাশ করুন।
Wi-Fi পিকারে, যাচাই করুন যে সমস্ত সংরক্ষিত নেটওয়ার্কের জন্য MAC র্যান্ডমাইজেশন বন্ধ আছে।
MAC র্যান্ডমাইজেশন চালু করুন। একই নেটওয়ার্কে সংযোগ করুন এবং যাচাই করুন যে এলোমেলো MAC ব্যবহার করা হচ্ছে৷
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Implement MAC randomization\n\nStarting in Android 8.0, Android devices use randomized MAC addresses when\nprobing for new networks while not associated with a network. In\nAndroid 9, you can enable a developer option (it's\n**disabled** by default) to cause the device to use a randomized MAC address\nwhen connecting to a Wi-Fi network.\n\nIn Android 10, MAC randomization is enabled by default\nfor client mode, SoftAp, and Wi-Fi Direct.\n\nMAC randomization prevents listeners from using MAC addresses to build a history\nof device activity, thus increasing user privacy.\n\nAdditionally, MAC addresses are randomized as part of\n[Wi-Fi Aware](/docs/core/connect/wifi-aware) and\n[Wi-Fi RTT](/docs/core/connect/wifi-rtt) operations.\n\nFor more information, see\n[MAC Randomization Behavior](/docs/core/connect/wifi-mac-randomization-behavior).\n\nImplementation\n--------------\n\nTo implement MAC randomization on your device:\n\n1. Work with a Wi-Fi chip vendor to implement the following HAL methods:\n\n - `IWifiStaIface#setMacAddress`: Configures the MAC address of the interface. The default implementation brings the interface down, changes the MAC address, and brings the interface back up.\n - `IWifiStaIface#getFactoryMacAddress`: Gets the factory MAC of `wlan0` using an `ioctl` call.\n - `ISupplicantP2pIface#setMacRandomization`: Sets P2P MAC randomization on/off in the supplicant.\n2. Set\n [`config_wifi_connected_mac_randomization_supported`](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android16-release/core/res/res/values/config.xml)\n to `true` in the Settings `config.xml` (this can be done in a device\n custom overlay).\n\n - This flag is used to control whether client-mode MAC randomization is enabled.\n3. Set\n [`config_wifi_p2p_mac_randomization_supported`](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android16-release/core/res/res/values/config.xml)\n to `true` in the Settings `config.xml` (this can be done in a device\n custom overlay).\n\n - This flag is used to control whether Wi-Fi direct MAC randomization is enabled.\n4. Test your implementation using the methods described in\n [Validation](#validation).\n\nThe System UI must:\n\n- Have an option to enable or disable randomization for each SSID.\n- Have MAC randomization enabled by default for all newly added networks.\n\nUse the\n[reference implementation](https://cs.android.com/android/platform/superproject/+/android-latest-release:packages/apps/Settings/src/com/android/settings/wifi/details2/WifiPrivacyPreferenceController2.java)\nof Settings UI to implement new prompts.\n\nDevices running Android 9 or lower might not have\nsupport for Wi-Fi MAC randomization. When upgrading such devices to Android\n10, the Wi-Fi MAC randomization feature can be disabled\nby setting the `WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION` flag to true in\nthe Wi-Fi vendor HAL make file.\n\nValidation\n----------\n\nTo validate that the feature is working as intended, run a manual test:\n\n1. Verify that MAC randomization is enabled on the device by checking that `config_wifi_connected_mac_randomization_supported` is set to `true` in the device overlay.\n2. Connect to a Wi-Fi network.\n3. Tap the network to go to the Network details page. Verify that MAC randomization is turned on. Verify that the MAC address displayed is a randomized MAC, which has the locally generated bit set to 1 and the multicast bit set to 0.\n4. Turn MAC randomization off. Connect to the same network and verify that the factory MAC is being used.\n5. Delete the network by tapping **Forget** on the Network details page.\n6. Connect to the same network and verify that the **same** randomized MAC\n address is being used.\n\n | **Note:** Randomized MAC addresses are generated per SSID and are persistent.\n\nTo test MAC randomization on a pre-Android 10 device\n(capable of supporting MAC randomization) upgrading to Android\n10 or higher:\n\n1. Have at least one saved network on a device running Android 9 or lower.\n2. Flash the Android 10 system image.\n3. In the Wi-Fi picker, verify that MAC randomization is turned off for all saved networks.\n4. Turn MAC randomization on. Connect to the same network and verify that the randomized MAC is being used.\n\n| **Note:** You may experience up to a three-second delay when connecting to a network due to the driver flushing saved scan results when the interface goes down. If this is the case, check with your silicon partners to resolve the issue."]]