মূল কন্টেন্টে যান

BSSID এবং চ্যানেল নির্বাচন অ্যালগরিদম বোঝা

এই প্রামাণিক প্রযুক্তিগত রেফারেন্স গাইড এন্টারপ্রাইজ ওয়্যারলেস স্থাপনার জন্য BSSID আর্কিটেকচার এবং ডাইনামিক চ্যানেল নির্বাচন অ্যালগরিদমগুলিকে সহজ করে তোলে। এটি আইটি স্থপতি এবং ভেন্যু অপারেশন দলগুলির জন্য কার্যকর বাস্তবায়ন কৌশল সরবরাহ করে যাতে স্টিকি ক্লায়েন্টদের দূর করা যায়, কো-চ্যানেল হস্তক্ষেপ কমানো যায় এবং একটি স্থিতিস্থাপক আরএফ ভিত্তি তৈরি করা যায়। একটি স্থিতিশীল BSSID এবং চ্যানেল পরিকল্পনা Purple-এর মতো প্ল্যাটফর্মের মাধ্যমে সঠিক অবস্থান বিশ্লেষণ এবং ব্যবসায়িক বুদ্ধিমত্তার জন্য একটি প্রত্যক্ষ পূর্বশর্ত।

📖 9 মিনিট পাঠ📝 2,095 শব্দ🔧 2 সমাধানকৃত উদাহরণ3 অনুশীলনী প্রশ্ন📚 9 মূল সংজ্ঞা

এই গাইডটি শুনুন

পডকাস্ট ট্রান্সক্রিপ্ট দেখুন
Understanding BSSID and Channel Selection Algorithms. An Executive Technical Briefing from Purple. Welcome to this technical briefing. I'm your host, and today we're diving deep into the architecture of enterprise wireless networks — specifically, the mechanics of BSSID and dynamic channel selection algorithms. If you're managing infrastructure for a stadium, a hotel chain, or a large public venue, you know that raw bandwidth isn't the bottleneck anymore. The real challenge is interference, roaming handoffs, and client density. So let's get into it. Section One: Introduction and Context. Let's start by defining our terms in a practical context. When a user connects to your guest WiFi network, they see the SSID — the Service Set Identifier. That's the human-readable label, like 'Hotel_Guest' or 'RetailWiFi'. But the SSID is just a name. The actual physical connection happens at the BSSID layer. The BSSID — or Basic Service Set Identifier — is the MAC address of the specific radio interface on an access point broadcasting that SSID. If you have five hundred access points in a hospital all broadcasting the same SSID, you have five hundred distinct BSSIDs. Each one is a unique physical endpoint. Why does this matter? Because client devices — not the network — make roaming decisions. When a doctor walks down a corridor, their tablet evaluates the Signal-to-Noise Ratio and RSSI of nearby BSSIDs. If your access points are clustered on the same channels, the device experiences co-channel interference and holds onto a weak BSSID instead of roaming to a stronger one. This is known as the sticky client problem, and it destroys throughput. Section Two: Technical Deep-Dive. Let's talk about the roaming mechanism in detail, because this is where most enterprise deployments go wrong. The 802.11 standard is clear: the client device decides when to roam. The network infrastructure can influence this decision, but it cannot force it. A client will typically initiate a roaming scan when its current BSSID drops below a threshold — around minus seventy dBm for most modern devices. At that point, the device sends out Probe Requests, and nearby access points respond with Probe Responses. The client then evaluates those responses and selects the BSSID with the best Signal-to-Noise Ratio. Here's the problem. If your access points are running at full transmit power — say, twenty dBm — you create enormous cell sizes. A device in the middle of a hotel corridor can still hear the lobby access point at minus sixty-five dBm, even though there's a perfectly good access point six metres away. The device has no reason to roam. It stays connected to the lobby AP, consuming airtime on a congested channel, and performance degrades for everyone. The solution is to reduce AP transmit power to match the transmit power of the weakest client device — typically twelve to fifteen dBm for a smartphone. This shrinks the cell size and forces the client to hit its roaming threshold at the right physical location. Now let's talk about channel selection. This is where the RF engineering gets particularly interesting. In the 2.4 gigahertz band, you only have three non-overlapping channels: one, six, and eleven. Each channel is twenty megahertz wide, and the total 2.4 gigahertz band is only eighty-three megahertz wide. If you deploy access points on channels two, three, or four, you create adjacent channel interference. Adjacent channel interference is actually worse than co-channel interference, because it corrupts packets rather than simply forcing devices to wait their turn. In a co-channel environment, devices use Carrier Sense Multiple Access with Collision Avoidance — CSMA/CA — to take turns. In an adjacent channel environment, packets are corrupted and must be retransmitted, which is far more damaging to throughput. The rule is absolute: in the 2.4 gigahertz band, you use channels one, six, and eleven only. No exceptions. In enterprise environments, we rely heavily on the 5 gigahertz band, and increasingly on 6 gigahertz with Wi-Fi 6E and Wi-Fi 7. The 5 gigahertz band offers significantly more spectrum — twenty-five non-overlapping 20-megahertz channels in most regulatory domains — but it introduces the complexity of Dynamic Frequency Selection, or DFS. DFS channels in the 5 gigahertz band are shared with weather radar and military radar systems. If an access point detects a radar pulse on a DFS channel, it must immediately vacate that channel and move to a different one. This is a regulatory requirement, not a vendor choice. The access point must remain silent on that channel for thirty minutes before it can return. If you haven't configured a fallback channel strategy, the access point may jump to an already congested channel, causing a cascade of interference across your floor plan. In a hotel near an airport, this can happen multiple times per day. Modern enterprise wireless LAN controllers address this through Dynamic Channel Assignment algorithms — DCA. These algorithms continuously monitor the RF environment, evaluating channel utilization, noise floor, and neighboring interference. When the algorithm determines that a channel change would improve performance, it schedules the change. But here's the critical tuning point: if the DCA algorithm is too aggressive, access points will constantly change channels. Every time an access point changes channel, connected clients are dropped and forced to re-associate. In a conference centre during a keynote presentation, this is catastrophic. The solution is to tune the algorithm for stability over absolute optimisation. Configure the controller to only change channels if the interference threshold exceeds thirty percent, and only during scheduled maintenance windows — unless it's a mandatory DFS radar evasion event. Section Three: Implementation Recommendations and Pitfalls. Let me give you five concrete recommendations you can take back to your team today. First: disable legacy data rates. Remove 802.11b data rates — one, two, five-point-five, and eleven megabits per second — from your access point profiles. These legacy rates consume enormous amounts of airtime and encourage sticky client behaviour. When you disable them, the minimum viable connection rate increases, forcing clients to roam sooner. Second: reduce transmit power. As I mentioned, running access points at maximum power creates oversized cells. In a high-density environment, you want small, well-defined cells. Reduce 2.4 gigahertz transmit power to between eight and twelve dBm, and 5 gigahertz to between twelve and seventeen dBm. Third: restrict channel widths. In high-density environments, restrict 5 gigahertz channels to 20 megahertz. While 40 or 80 megahertz channels offer higher theoretical throughput for a single device, they dramatically reduce the number of available non-overlapping channels, causing severe co-channel interference across your deployment. Fourth: plan your DFS fallback. If you're in an environment where DFS events are likely, consider excluding DFS channels entirely from your channel plan for mission-critical areas. Rely on UNII-1 channels — 36, 40, 44, 48 — and UNII-3 channels — 149, 153, 157, 161, 165 — which are non-DFS in most regulatory domains. Fifth: enable band steering. Band steering pushes dual-band capable clients — which is most modern devices — to the 5 gigahertz band, freeing up the 2.4 gigahertz band for legacy devices and IoT equipment. Section Four: Rapid-Fire Q and A. Let me address three common questions I hear from IT teams during deployment reviews. Question one: Should we use 80 megahertz channel widths to maximise throughput? In an enterprise deployment, almost never. Wide channels bond multiple 20 megahertz channels together. In the 5 gigahertz band, using 80 megahertz channels reduces your available non-overlapping channels to approximately five or six. In a stadium with hundreds of access points, this guarantees massive co-channel interference. Stick to 20 megahertz for high-density environments. Question two: How does a hardware-agnostic analytics platform integrate with this? A platform like Purple is hardware-agnostic. While your Cisco, Aruba, or Meraki controllers handle the BSSID roaming and RF algorithms, the analytics platform ingests location data derived from those BSSID associations. If your channel plan is poor, roaming fails, and location analytics become inaccurate. A solid RF foundation is a prerequisite for actionable business intelligence. The two are directly linked. Question three: Is 6 gigahertz worth the investment now? If you're deploying new infrastructure in a high-density environment and your primary client base is modern devices — iPhone 15 and above, recent Android flagships, modern laptops — then yes, 6 gigahertz is worth planning for. The 6 gigahertz band is currently uncongested, offers up to seven 160-megahertz channels in most regulatory domains, and has no legacy device interference. However, for mixed-device environments like healthcare or retail, maintain robust 5 gigahertz coverage as your primary band. Section Five: Summary and Next Steps. Let me bring this together with five key takeaways. One: SSID is the network name. BSSID is the physical MAC address of the access point radio. Client devices roam between BSSIDs, not SSIDs. Two: The client device makes the roaming decision. Infrastructure can only influence this by managing cell size through transmit power and minimum data rates. Three: In the 2.4 gigahertz band, use only channels one, six, and eleven. Adjacent channel interference is more destructive than co-channel interference. Four: Tune your Dynamic Channel Assignment algorithm for stability. Prevent unnecessary channel changes during operational hours. Five: A well-designed RF environment is a prerequisite for accurate location analytics and business intelligence. The two are inseparable. Your next steps: conduct an RF audit of your current deployment. Identify any APs running on non-standard 2.4 gigahertz channels. Review your DCA algorithm settings and ensure maintenance windows are configured. Disable legacy data rates across all access point profiles. Thank you for joining this briefing. Build the infrastructure right, and the analytics will follow.

header_image.png

কার্যনির্বাহী সারসংক্ষেপ

জটিল পরিবেশ পরিচালনা করা এন্টারপ্রাইজ আইটি নেতাদের জন্য — উচ্চ-ঘনত্বের স্টেডিয়াম থেকে শুরু করে বিস্তৃত হাসপাতাল ক্যাম্পাস পর্যন্ত — কাঁচা ওয়্যারলেস কভারেজ আর প্রাথমিক চ্যালেঞ্জ নয়। আধুনিক ওয়্যারলেস স্থাপনার সমালোচনামূলক ব্যর্থতার পয়েন্টগুলি রোমিং সীমানায় ঘটে, যা দুর্বল BSSID ট্রানজিশন ম্যানেজমেন্ট এবং সাব-অপ্টিমাল চ্যানেল বরাদ্দের কারণে হয়।

এই প্রযুক্তিগত রেফারেন্স গাইড বেসিক সার্ভিস সেট আইডেন্টিফায়ার (BSSID) এবং ডাইনামিক চ্যানেল নির্বাচন অ্যালগরিদমগুলির মেকানিক্সের একটি বিক্রেতা-নিরপেক্ষ, গভীর-বিশ্লেষণ প্রদান করে। ক্লায়েন্ট ডিভাইসগুলি কীভাবে BSSID গুলিকে ব্যাখ্যা করে এবং এন্টারপ্রাইজ কন্ট্রোলারগুলি কীভাবে আরএফ স্পেকট্রাম পরিচালনা করে তা বোঝার মাধ্যমে, আইটি স্থপতিরা "স্টিকি ক্লায়েন্ট" দূর করতে, কো-চ্যানেল হস্তক্ষেপ কমাতে এবং যেকোনো ভেন্যু স্কেলে নির্বিঘ্ন রোমিং নিশ্চিত করতে পারেন। উপরন্তু, একটি স্থিতিশীল আরএফ ভিত্তি WiFi Analytics এর মাধ্যমে সঠিক অবস্থান ডেটা নিষ্কাশনের জন্য একটি প্রত্যক্ষ পূর্বশর্ত, যা সরাসরি ব্যবসায়িক বুদ্ধিমত্তা এবং ROI-কে প্রভাবিত করে। আপনি একটি হোটেল চেইন, একটি খুচরা সম্পত্তি, বা একটি পাবলিক-সেক্টর সুবিধা পরিচালনা করুন না কেন, এই গাইডের নীতিগুলি সর্বজনীনভাবে প্রযোজ্য।


প্রযুক্তিগত গভীর-বিশ্লেষণ

BSSID বনাম SSID পার্থক্য

যখন একজন ব্যবহারকারী আপনার Guest WiFi নেটওয়ার্কে সংযুক্ত হন, তখন তারা SSID — সার্ভিস সেট আইডেন্টিফায়ার দেখতে পান। এটি নেটওয়ার্ক দ্বারা সম্প্রচারিত মানব-পঠনযোগ্য লেবেল, যেমন "Hotel_Guest" বা "RetailWiFi"। SSID সম্পূর্ণরূপে একটি লজিক্যাল আইডেন্টিফায়ার। প্রকৃত 802.11 অ্যাসোসিয়েশন BSSID এর সাথে ফিজিক্যাল লেয়ারে ঘটে।

BSSID (বেসিক সার্ভিস সেট আইডেন্টিফায়ার) হল একটি অ্যাক্সেস পয়েন্টের নির্দিষ্ট রেডিও ইন্টারফেসের MAC ঠিকানা যা সেই SSID সম্প্রচার করে। একটি মাল্টি-এপি পরিবেশে, একটি একক SSID ডজন বা শত শত অনন্য BSSID দ্বারা সম্প্রচারিত হয়। একটি ডুয়াল-রেডিও অ্যাক্সেস পয়েন্ট একটি SSID সম্প্রচার করলে দুটি স্বতন্ত্র BSSID উপস্থাপন করবে — প্রতি রেডিও ব্যান্ডে একটি। একটি ট্রাই-রেডিও Wi-Fi 6E অ্যাক্সেস পয়েন্ট তিনটি উপস্থাপন করবে।

bssid_architecture_overview.png

এই পার্থক্যের উল্লেখযোগ্য অপারেশনাল প্রভাব রয়েছে। যখন আপনি একটি রোমিং অভিযোগের সমস্যা সমাধান করছেন, তখন আপনি SSID তদন্ত করছেন না — আপনি BSSID ট্রানজিশন তদন্ত করছেন। ক্লায়েন্ট-সাইড ডায়াগনস্টিক টুলস যেমন লিনাক্সে wpa_cli বা macOS ওয়্যারলেস ডায়াগনস্টিকস ইউটিলিটি একটি ডিভাইস যে নির্দিষ্ট BSSID (MAC ঠিকানা), চ্যানেল এবং RSSI এর সাথে যুক্ত তা প্রকাশ করবে।

রোমিং মেকানিজম: আসলে কে নিয়ন্ত্রণ করে?

এটি এন্টারপ্রাইজ ওয়্যারলেস আর্কিটেকচারের সবচেয়ে ভুল বোঝা দিক। 802.11 স্ট্যান্ডার্ড রোমিং সিদ্ধান্ত সম্পূর্ণরূপে ক্লায়েন্ট ডিভাইসের উপর রাখে। নেটওয়ার্ক অবকাঠামো একটি ক্লায়েন্টকে রোম করতে বাধ্য করতে পারে না। এটি শুধুমাত্র সেই শর্তগুলিকে প্রভাবিত করতে পারে যা রোমিংকে কম বা বেশি সম্ভাব্য করে তোলে।

একটি ক্লায়েন্ট ডিভাইস তার বর্তমান BSSID এর রিসিভড সিগন্যাল স্ট্রেংথ ইন্ডিকেটর (RSSI) এবং সিগন্যাল-টু-নয়েজ রেশিও (SNR) প্রতিবেশী BSSID গুলির বিরুদ্ধে মূল্যায়ন করে। যখন বর্তমান BSSID একটি ডিভাইস-নির্দিষ্ট থ্রেশহোল্ডের নিচে নেমে যায় — সাধারণত Apple iOS ডিভাইসের জন্য প্রায় -70 dBm এবং অনেক Android ডিভাইসের জন্য -75 dBm — তখন ক্লায়েন্ট প্রোব রিকোয়েস্ট সম্প্রচার করে একটি উন্নত BSSID এর জন্য স্ক্যান শুরু করে। কাছাকাছি অ্যাক্সেস পয়েন্টগুলি প্রোব রেসপন্স দিয়ে প্রতিক্রিয়া জানায়। ক্লায়েন্ট এই প্রতিক্রিয়াগুলি মূল্যায়ন করে এবং নির্বাচিত BSSID এর সাথে একটি 802.11 প্রমাণীকরণ এবং পুনঃ-অ্যাসোসিয়েশন শুরু করে।

যদি চ্যানেল পরিকল্পনা দুর্বল হয়, তাহলে ক্লায়েন্ট সংলগ্ন চ্যানেল হস্তক্ষেপের সম্মুখীন হতে পারে, যা প্রতিবেশী BSSID গুলির বীকন ফ্রেমগুলিকে দূষিত করে। এটি "স্টিকি ক্লায়েন্ট" ঘটনার দিকে পরিচালিত করে — একটি ডিভাইস একটি দুর্বল, দূরবর্তী BSSID ধরে রাখে কারণ এটি শক্তিশালী, কাছাকাছি বিকল্পটি পরিষ্কারভাবে শুনতে পায় না। এর ফলে থ্রুপুট হ্রাস পায়, VoIP কল ড্রপ হয় এবং অ্যাপ্লিকেশন সেশন ব্যর্থ হয়।

চ্যানেল নির্বাচন: আরএফ আর্কিটেকচার ফাউন্ডেশন

2.4 GHz সীমাবদ্ধতা

2.4 GHz ব্যান্ড 83.5 MHz স্পেকট্রাম জুড়ে বিস্তৃত, 2.400 GHz থেকে 2.4835 GHz পর্যন্ত। প্রতিটি 802.11 চ্যানেল 20 MHz চওড়া। চ্যানেল সেন্টার ফ্রিকোয়েন্সিগুলির মধ্যে 5 MHz ব্যবধানের সাথে, ফলাফল হল সংলগ্ন চ্যানেলগুলির মধ্যে উল্লেখযোগ্য ওভারল্যাপ। 2.4 GHz ব্যান্ডে শুধুমাত্র চ্যানেল 1, 6 এবং 11 অ-ওভারল্যাপিং।

2.4 GHz ব্যান্ডে 1, 6 বা 11 ব্যতীত অন্য কোনো চ্যানেল ব্যবহার করলে সংলগ্ন চ্যানেল হস্তক্ষেপ (ACI) তৈরি হয়। ACI কো-চ্যানেল হস্তক্ষেপ (CCI) এর চেয়ে স্পষ্টভাবে খারাপ কারণ এটি ডেটা প্যাকেটগুলিকে সম্পূর্ণরূপে দূষিত করে, যার জন্য পুনঃপ্রেরণের প্রয়োজন হয়। CCI, এর বিপরীতে, ডিভাইসগুলিকে CSMA/CA এর মাধ্যমে সহযোগিতামূলকভাবে এয়ারটাইম ভাগ করতে বাধ্য করে, যা থ্রুপুট হ্রাস করে কিন্তু প্যাকেটগুলিকে দূষিত করে না। নিয়মটি চূড়ান্ত: 2.4 GHz স্থাপনায় শুধুমাত্র চ্যানেল 1, 6 এবং 11 ব্যবহার করতে হবে।

channel_allocation_diagram.png

আধুনিক এন্টারপ্রাইজ পরিবেশে ফ্রিকোয়েন্সি ব্যান্ডগুলি কীভাবে ইন্টারঅ্যাক্ট করে সে সম্পর্কে আরও বিস্তৃত বোঝার জন্য, Wi-Fi Frequencies: A Guide to Wi-Fi Frequencies in 2026 সম্পর্কিত আমাদের গাইড দেখুন।

5 GHz সুযোগ এবং DFS জটিলতা

5 GHz ব্যান্ড উল্লেখযোগ্যভাবে বেশি স্পেকট্রাম সরবরাহ করে। ইউকে এবং ইইউ নিয়ন্ত্রক ডোমেনে, UNII-1 (5.150–5.250 GHz), UNII-2A (5.250–5.350 GHz), UNII-2C (5.470–5.725 GHz), এবং UNII-3 (5.735–5.835 GHz) জুড়ে 19টি পর্যন্ত অ-ওভারল্যাপিং 20 MHz চ্যানেল উপলব্ধ।

তবে, UNII-2A এবং UNII-2C চ্যানেলগুলি DFS (ডাইনামিক ফ্রিকোয়েন্সি সিলেকশন) পরিসরের মধ্যে পড়ে। এই চ্যানেলগুলি আবহাওয়া রাডার, সামরিক রাডার এবং বিমান ট্র্যাফিক নিয়ন্ত্রণ সিস্টেমের সাথে ভাগ করা হয়। যদি একটি অ্যাক্সেস পয়েন্ট একটি DFS চ্যানেলে একটি রাডার পালস সনাক্ত করে, তবে এটিকে অবিলম্বে চ্যানেলটি খালি করতে হবে এবং 30 মিনিটের জন্য এতে নীরব থাকতে হবে। এটি ইউরোপে ETSI EN 301 893 এবং মার্কিন যুক্তরাষ্ট্রে FCC পার্ট 15 এর অধীনে একটি নিয়ন্ত্রক আদেশ।

বিমানবন্দরগুলির কাছাকাছি ভেন্যুগুলির জন্য, মিসামরিক স্থাপনা, বা আবহাওয়া কেন্দ্র — যা সাধারণত Hospitality এবং Transport স্থাপনায় দেখা যায় — DFS ইভেন্টগুলি প্রতিদিন একাধিকবার ঘটতে পারে, যার ফলে AP চ্যানেলের অপ্রত্যাশিত পরিবর্তন এবং ক্লায়েন্ট সংযোগ বিচ্ছিন্ন হয়।

ডাইনামিক চ্যানেল অ্যাসাইনমেন্ট (DCA)

আধুনিক এন্টারপ্রাইজ ওয়্যারলেস LAN কন্ট্রোলারগুলি ডাইনামিক চ্যানেল অ্যাসাইনমেন্ট (DCA) অ্যালগরিদমগুলির মাধ্যমে চ্যানেল ব্যবস্থাপনার কাজ করে। এই অ্যালগরিদমগুলি ক্রমাগত মূল্যায়ন করে:

মেট্রিক বিবরণ প্রভাব
চ্যানেল ইউটিলাইজেশন মাধ্যমটি ব্যস্ত থাকার শতাংশ উচ্চ ইউটিলাইজেশন চ্যানেল পরিবর্তনের বিবেচনাকে ট্রিগার করে
নয়েজ ফ্লোর নন-802.11 RF হস্তক্ষেপ (ব্লুটুথ, মাইক্রোওয়েভ, ইত্যাদি) উচ্চ নয়েজ ফ্লোর কার্যকর SNR হ্রাস করে
প্রতিবেশী AP RSSI কো-চ্যানেল এবং সংলগ্ন-চ্যানেল AP-এর সিগন্যাল শক্তি উচ্চ ওভারল্যাপ চ্যানেল রি-ব্যালেন্সিংকে ট্রিগার করে
DFS ইভেন্ট বর্তমান চ্যানেলে রাডার সনাক্তকরণ বাধ্যতামূলক তাৎক্ষণিক চ্যানেল পরিবর্তন

যদিও DCA একটি স্বাস্থ্যকর RF পরিবেশ বজায় রাখার জন্য অপরিহার্য, তবে অতিরিক্ত আক্রমণাত্মক অ্যালগরিদম সেটিংস নেটওয়ার্কের অস্থিরতা সৃষ্টি করে। প্রতিবার একটি AP চ্যানেল পরিবর্তন করলে, সমস্ত সংযুক্ত ক্লায়েন্ট সাময়িকভাবে সংযোগ বিচ্ছিন্ন হয় এবং পুনরায় সংযুক্ত হতে হয়। একটি মূল বক্তৃতার সময় একটি সম্মেলন কেন্দ্রে, অথবা পিক ট্রেডিং আওয়ারের সময় একটি Retail দোকানের ফ্লোরে, এটি অপারেশনালভাবে অগ্রহণযোগ্য।

প্রস্তাবিত পদ্ধতি হল DCA কে একটি নির্ধারিত ভিত্তিতে চালানোর জন্য কনফিগার করা — সাধারণত রাতারাতি রক্ষণাবেক্ষণের সময় — অনির্ধারিত পরিবর্তনের জন্য 30% বা তার বেশি হস্তক্ষেপ থ্রেশহোল্ড ট্রিগার সহ। বাধ্যতামূলক DFS রাডার এড়ানোর ঘটনাগুলি এই সময়সূচী শৃঙ্খলার একমাত্র ব্যতিক্রম।


বাস্তবায়ন নির্দেশিকা

নিম্নলিখিত বিক্রেতা-নিরপেক্ষ বাস্তবায়ন পদক্ষেপগুলি Hospitality , Retail , Healthcare , এবং পাবলিক-সেক্টর পরিবেশে এন্টারপ্রাইজ স্থাপনার ক্ষেত্রে প্রযোজ্য।

ধাপ 1 — লিগ্যাসি ডেটা রেট নিষ্ক্রিয় করুন। সমস্ত অ্যাক্সেস পয়েন্ট রেডিও প্রোফাইল থেকে 802.11b ডেটা রেট (1, 2, 5.5, এবং 11 Mbps) সরান। এই লিগ্যাসি রেটগুলি অসামঞ্জস্যপূর্ণ এয়ারটাইম ব্যবহার করে এবং স্টিকি ক্লায়েন্ট আচরণের প্রধান চালিকা শক্তি। যখন নিষ্ক্রিয় করা হয়, তখন সর্বনিম্ন কার্যকর সংযোগের হার বৃদ্ধি পায়, যা ক্লায়েন্টদের সঠিক শারীরিক অবস্থানে তাদের রোমিং থ্রেশহোল্ডে পৌঁছাতে বাধ্য করে।

ধাপ 2 — AP ট্রান্সমিট পাওয়ার হ্রাস করুন। সর্বোচ্চ ট্রান্সমিট পাওয়ারে (20 dBm) AP চালানো অতিরিক্ত আকারের সেল তৈরি করে এবং সঠিক BSSID রোমিং প্রতিরোধ করে। 2.4 GHz ট্রান্সমিট পাওয়ার 8–12 dBm এবং 5 GHz ট্রান্সমিট পাওয়ার 12–17 dBm-এ হ্রাস করুন, যা আপনার পরিবেশে দুর্বলতম ক্লায়েন্ট ডিভাইসের ট্রান্সমিট পাওয়ারের সাথে মেলানোর জন্য ক্যালিব্রেট করা হয়েছে।

ধাপ 3 — চ্যানেল প্রস্থ সীমাবদ্ধ করুন। উচ্চ-ঘনত্বের পরিবেশে, 5 GHz চ্যানেলগুলিকে 20 MHz-এ সীমাবদ্ধ করুন। যদিও 40 MHz এবং 80 MHz চ্যানেল বন্ডিং তাত্ত্বিক একক-ডিভাইস থ্রুপুট বৃদ্ধি করে, এটি উপলব্ধ নন-ওভারল্যাপিং চ্যানেল হ্রাস করে এবং নয়েজ ফ্লোর বাড়ায়, যা ঘন স্থাপনায় গুরুতর CCI সৃষ্টি করে।

ধাপ 4 — DCA রক্ষণাবেক্ষণ উইন্ডো কনফিগার করুন। আপনার কন্ট্রোলারের DCA অ্যালগরিদমকে রাতারাতি রক্ষণাবেক্ষণের উইন্ডোতে কার্যকর করার জন্য সেট করুন। অনির্ধারিত ট্রিগারের জন্য 30% এর একটি হস্তক্ষেপ থ্রেশহোল্ড কনফিগার করুন। এটি অপারেশনাল আওয়ারের সময় বিঘ্নিত চ্যানেল পরিবর্তন প্রতিরোধ করে এবং RF স্বাস্থ্যবিধি বজায় রাখে।

ধাপ 5 — DFS ফলব্যাক কৌশল পরিকল্পনা করুন। পরিচিত রাডার সান্নিধ্য সহ স্থানগুলির জন্য, মিশন-ক্রিটিক্যাল AP-এর জন্য DCA পুল থেকে DFS চ্যানেলগুলি বাদ দিন। প্রাথমিক চ্যানেল পরিকল্পনা হিসাবে UNII-1 (36, 40, 44, 48) এবং UNII-3 (149, 153, 157, 161, 165) নন-DFS চ্যানেলগুলির উপর নির্ভর করুন। ব্যাপক নেটওয়ার্ক অ্যাক্সেস কন্ট্রোল আধুনিকীকরণের নির্দেশনার জন্য, দেখুন La lista de verificación para migrar de NAC heredado a NAC nativo de la nube

ধাপ 6 — ব্যান্ড স্টিয়ারিং সক্ষম করুন। ডুয়াল-ব্যান্ড সক্ষম ক্লায়েন্টদের 5 GHz ব্যান্ডে ঠেলে দেওয়ার জন্য ব্যান্ড স্টিয়ারিং কনফিগার করুন, যা লিগ্যাসি ডিভাইস এবং IoT সরঞ্জামের জন্য 2.4 GHz স্পেকট্রামকে মুক্ত করে। এন্টারপ্রাইজ পরিবেশে IoT এবং BLE সহাবস্থানের প্রেক্ষাপটের জন্য, দেখুন BLE Low Energy Explained for Enterprise


সেরা অনুশীলন

নিম্নলিখিত সেরা অনুশীলনগুলি IEEE 802.11 স্ট্যান্ডার্ড, Wi-Fi Alliance সার্টিফিকেশন প্রয়োজনীয়তা এবং বিক্রেতা-নিরপেক্ষ এন্টারপ্রাইজ স্থাপনার নির্দেশিকাগুলির সাথে সঙ্গতিপূর্ণ।

সর্বনিম্ন RSSI থ্রেশহোল্ড: অ্যাক্সেস পয়েন্টগুলিকে -80 dBm এর নিচে RSSI সহ ক্লায়েন্টদের থেকে অ্যাসোসিয়েশন প্রত্যাখ্যান করার জন্য কনফিগার করুন। এটি দুর্বল ক্লায়েন্টদের একটি দূরবর্তী AP এর সাথে যুক্ত হওয়া এবং কম ডেটা রেটে এয়ারটাইম ব্যবহার করা থেকে বিরত রাখে। বেশিরভাগ এন্টারপ্রাইজ কন্ট্রোলার এটিকে একটি "সর্বনিম্ন RSSI" বা "ক্লায়েন্ট বর্জন" থ্রেশহোল্ড হিসাবে প্রকাশ করে।

802.11r ফাস্ট BSS ট্রানজিশন: ভয়েস বা রিয়েল-টাইম অ্যাপ্লিকেশন সমর্থন করে এমন সমস্ত SSIDs-এ 802.11r (ফাস্ট BSS ট্রানজিশন) সক্ষম করুন। এটি রোমিং হ্যান্ডঅফ সময় 50–200 ms (স্ট্যান্ডার্ড রি-অ্যাসোসিয়েশন) থেকে 50 ms এর নিচে কমিয়ে আনে, যা BSSID ট্রানজিশনের সময় VoIP কল ড্রপ প্রতিরোধ করে।

802.11k এবং 802.11v প্রতিবেশী রিপোর্টিং: ক্লায়েন্টদের প্রতিবেশী AP তালিকা এবং ট্রানজিশন সুপারিশ প্রদান করতে 802.11k (রেডিও রিসোর্স ম্যানেজমেন্ট) এবং 802.11v (BSS ট্রানজিশন ম্যানেজমেন্ট) সক্ষম করুন। যদিও ক্লায়েন্ট চূড়ান্ত রোমিং সিদ্ধান্ত নেয়, এই প্রোটোকলগুলি এটিকে দ্রুততর, আরও অবহিত পছন্দ করার জন্য প্রয়োজনীয় তথ্য সরবরাহ করে।

WPA3 এবং OWE: অতিথি নেটওয়ার্কগুলির জন্য, পাসওয়ার্ডের প্রয়োজন ছাড়াই প্রতি-সেশন এনক্রিপশন প্রদানের জন্য WPA3-SAE বা অপর্চুনিস্টিক ওয়্যারলেস এনক্রিপশন (OWE) স্থাপন করুন। এটি ট্রানজিটে থাকা অতিথি ডেটার জন্য GDPR ডেটা সুরক্ষা বাধ্যবাধকতার সাথে সঙ্গতিপূর্ণ এবং কার্ডহোল্ডার ডেটা স্পর্শ করে এমন যেকোনো নেটওয়ার্ক সেগমেন্টের জন্য একটি PCI DSS প্রয়োজনীয়তা।

নিয়মিত RF অডিট: প্রতি 12 মাস অন্তর বা স্থানের কোনো উল্লেখযোগ্য শারীরিক পরিবর্তনের (নতুন পার্টিশন, সরঞ্জাম স্থাপন, আসবাবপত্রের পুনর্বিন্যাস) পরে একটি প্যাসিভ RF সমীক্ষা পরিচালনা করুন। শারীরিক পরিবর্তনগুলি RF প্রচারকে পরিবর্তন করে এবং আপনার চ্যানেল পরিকল্পনাকে অবৈধ করতে পারে।


সমস্যা সমাধান ও ঝুঁকি প্রশমন

DFS ফাঁদ

বিমানবন্দর বা আবহাওয়া কেন্দ্রের কাছাকাছি হসপিটালিটি স্থাপনায়, DFS ইভেন্টগুলি একটি সাধারণ এবং অবমূল্যায়িত ঝুঁকি। যখন একটি AP একটি DFS চ্যানেলে রাডার সনাক্ত করে, তখন এটিকে অবিলম্বে খালি করতে হবে। যদি ফলব্যাক চ্যাচ্যানেলটি যদি একটি ইতিমধ্যেই-সংকুচিত ফ্রিকোয়েন্সিতে স্থিরভাবে বরাদ্দ করা হয়, তাহলে AP সংলগ্ন APs জুড়ে CCI-এর একটি ক্যাসকেড তৈরি করবে।

প্রতিকার: আপনার DCA কনফিগারেশনের মধ্যে নিরাপদ ফলব্যাক চ্যানেলগুলির একটি গতিশীল তালিকা বজায় রাখুন। হোটেলের লবি, কনফারেন্স স্টেজ বা রিটেল পয়েন্ট-অফ-সেল জোনগুলির মতো মিশন-ক্রিটিক্যাল এলাকায় পরিষেবা প্রদানকারী APs থেকে DFS চ্যানেলগুলিকে সম্পূর্ণরূপে বাদ দেওয়ার কথা বিবেচনা করুন।

উচ্চ-ক্ষমতার ফাঁদ

স্বজ্ঞাতভাবে বিপরীত হলেও, APs-কে সর্বোচ্চ ট্রান্সমিট পাওয়ারে চালানো দুর্বল ওয়্যারলেস পারফরম্যান্সের অন্যতম সাধারণ কারণ। উচ্চ-ক্ষমতার APs উল্লেখযোগ্য ওভারল্যাপ সহ বড় সেল তৈরি করে, যা CCI সৃষ্টি করে এবং ক্লায়েন্টদের নিকটতম AP-তে রোম করা থেকে বাধা দেয়।

প্রতিকার: ট্রান্সমিট পাওয়ার কন্ট্রোল (TPC) প্রয়োগ করুন এবং AP পাওয়ার ক্যালিব্রেট করুন যাতে -67 dBm কন্টুর লাইনে প্রায় 15-20% ওভারল্যাপ সহ সেল তৈরি হয়। এটি অতিরিক্ত হস্তক্ষেপ ছাড়াই নিরবচ্ছিন্ন কভারেজ প্রদান করে।

প্রশস্ত চ্যানেলের ফাঁদ

ঘন পরিবেশে, থ্রুপুট বেঞ্চমার্ক সর্বাধিক করার জন্য বিক্রেতারা প্রায়শই 80 MHz বা 160 MHz চ্যানেল কনফিগারেশন সুপারিশ করে। বাস্তবে, তারা 5 GHz ব্যান্ডে উপলব্ধ নন-ওভারল্যাপিং চ্যানেলের সংখ্যা 2-3-এ কমিয়ে দেয়, যা অল্প সংখ্যক APs-এর বেশি যেকোনো স্থাপনায় গুরুতর CCI নিশ্চিত করে।

প্রতিকার: উচ্চ-ঘনত্বের পরিবেশে চ্যানেলের প্রস্থ 20 MHz-এ সীমাবদ্ধ করুন। APs-এর মধ্যে উল্লেখযোগ্য শারীরিক বিচ্ছেদ সহ কম-ঘনত্বের এলাকার জন্য 40 MHz বা 80 MHz কনফিগারেশন সংরক্ষণ করুন।


ROI এবং ব্যবসায়িক প্রভাব

একটি সূক্ষ্মভাবে পরিকল্পিত RF পরিবেশের সমস্ত ভেন্যু প্রকারের ব্যবসায়িক ফলাফলের উপর সরাসরি এবং পরিমাপযোগ্য প্রভাব রয়েছে।

অতিথি সন্তুষ্টি এবং রাজস্ব: আতিথেয়তা পরিবেশে, WiFi গুণমান অতিথি সন্তুষ্টি সমীক্ষায় ধারাবাহিকভাবে শীর্ষ তিনটি কারণের মধ্যে স্থান পায়। নিরবচ্ছিন্ন BSSID রোমিং ড্রপড ভিডিও কল, অ্যাপ্লিকেশন টাইমআউট এবং স্ট্রিমিং বাধা প্রতিরোধ করে। হোটেল অপারেটরদের জন্য, এটি সরাসরি রিভিউ স্কোর এবং পুনরাবৃত্তি বুকিং রেটকে প্রভাবিত করে।

বিশ্লেষণ নির্ভুলতা: Purple-এর WiFi Analytics প্ল্যাটফর্ম সঠিক ফুটফল গণনা, ডওয়েল টাইম মেট্রিক্স এবং জোন-লেভেল হিটম্যাপ তৈরি করতে ধারাবাহিক ক্লায়েন্ট BSSID অ্যাসোসিয়েশনের উপর নির্ভর করে। যদি ক্লায়েন্টরা চ্যানেল হস্তক্ষেপের কারণে ক্রমাগত সংযোগ হারাতে থাকে, তাহলে অন্তর্নিহিত অ্যাসোসিয়েশন ডেটা খণ্ডিত এবং অবিশ্বস্ত হয়ে পড়ে। একটি স্থিতিশীল RF পরিবেশ শুধুমাত্র একটি পারফরম্যান্সের প্রয়োজন নয় — এটি একটি ডেটা গুণমানের প্রয়োজন।

কার্যকরী দক্ষতা: একটি সু-সুরক্ষিত চ্যানেল প্ল্যান এবং রোমিং কনফিগারেশন "ধীর WiFi" বা "সংযোগ বিচ্ছিন্ন হচ্ছে" সম্পর্কিত হেল্পডেস্ক টিকিটের সংখ্যা উল্লেখযোগ্যভাবে হ্রাস করে। বড় ভেন্যু স্থাপনায়, এটি টিয়ার-1 সমর্থন খরচে একটি পরিমাপযোগ্য হ্রাস বোঝাতে পারে। অফিস-স্কেল স্থাপনা অপ্টিমাইজ করার নির্দেশনার জন্য, দেখুন Office Wi Fi: Optimize Your Modern Office Wi-Fi Network

কমপ্লায়েন্স অবস্থান: সঠিক চ্যানেল ব্যবস্থাপনা এবং এনক্রিপশন স্ট্যান্ডার্ড (WPA3, 802.1X) খুচরা ও আতিথেয়তা অপারেটরদের জন্য PCI DSS কমপ্লায়েন্স এবং গেস্ট WiFi-এর মাধ্যমে ব্যক্তিগত ডেটা প্রক্রিয়াকরণকারী যেকোনো সংস্থার জন্য GDPR কমপ্লায়েন্সকে সরাসরি সমর্থন করে। একটি নথিভুক্ত RF অডিট ট্রেইল ISO 27001 সার্টিফিকেশন প্রয়োজনীয়তাগুলিকেও সমর্থন করে।


BSSID আর্কিটেকচার এবং চ্যানেল নির্বাচন কৌশল সম্পর্কে 10 মিনিটের পরামর্শদাতা-শৈলীর ওয়াকথ্রু-এর জন্য উপরের এক্সিকিউটিভ ব্রিফিং পডকাস্টটি শুনুন।

মূল সংজ্ঞাসমূহ

BSSID (Basic Service Set Identifier)

The MAC address of the specific radio interface on an access point broadcasting an SSID. In a multi-AP deployment, each radio presents a unique BSSID, even when all APs broadcast the same SSID.

IT teams encounter BSSIDs when troubleshooting roaming failures, analysing client association logs, or interpreting WiFi analytics data. A client's BSSID association history reveals its physical movement path through a venue.

SSID (Service Set Identifier)

The human-readable network name broadcasted to end users (e.g., 'Purple_Guest'). A single SSID is typically supported by hundreds of underlying BSSIDs in an enterprise deployment.

Users interact with SSIDs; network engineers troubleshoot BSSIDs. Conflating the two is the most common source of roaming misdiagnosis.

Co-Channel Interference (CCI)

Interference caused when two or more access points operating on the exact same frequency channel can hear each other's transmissions. CCI forces APs to share airtime via CSMA/CA.

CCI is manageable through cell size reduction (transmit power control). It degrades throughput proportionally but does not corrupt packets.

Adjacent Channel Interference (ACI)

Interference caused when APs operate on overlapping but different frequency channels (e.g., channels 1 and 3 in 2.4 GHz). ACI corrupts data transmissions, requiring retransmissions.

ACI is categorically worse than CCI and must be eliminated through strict channel planning. In 2.4 GHz, using any channel other than 1, 6, or 11 creates ACI.

DFS (Dynamic Frequency Selection)

A regulatory requirement mandating that WiFi equipment detect radar systems on certain 5 GHz channels and immediately vacate to a non-radar channel. Governed by ETSI EN 301 893 in Europe and FCC Part 15 in the US.

DFS events cause unpredictable AP channel changes and client disconnections. Venues near airports, weather stations, or military installations are particularly susceptible.

RSSI (Received Signal Strength Indicator)

A measurement of the power level of a received radio signal, typically expressed in negative dBm (e.g., -65 dBm). Higher absolute values (closer to 0) indicate stronger signals.

RSSI is the primary metric client devices use to evaluate BSSID quality and trigger roaming decisions. A common roaming threshold is -70 dBm.

SNR (Signal-to-Noise Ratio)

The difference in dB between the received signal strength and the background RF noise floor. A higher SNR enables higher-order modulation schemes (e.g., 1024-QAM) and greater throughput.

SNR is a more reliable performance indicator than raw RSSI. A strong signal (-60 dBm) in a high-noise environment (-80 dBm noise floor) yields only 20 dB SNR, which limits throughput significantly.

DCA (Dynamic Channel Assignment)

An automated algorithm used by wireless LAN controllers to assign and periodically reassign channels to access points based on current RF conditions, including utilization, noise floor, and neighbour interference.

DCA must be tuned to prevent excessive channel changes during operational hours. Overly aggressive DCA settings cause client disconnections across the entire deployment.

Sticky Client

A client device that maintains association with a distant, weak BSSID rather than roaming to a closer, stronger access point. Typically caused by oversized AP cells (high transmit power) or enabled legacy data rates.

Sticky clients are the most common cause of poor WiFi performance complaints in enterprise venues. They consume disproportionate airtime at low data rates, degrading performance for all users on the channel.

সমাধানকৃত উদাহরণসমূহ

A 400-room luxury hotel is experiencing persistent complaints of dropped VoIP calls when staff move between the lobby and the conference centre. The network uses a single SSID across 150 access points, all running at 20 dBm transmit power with legacy data rates enabled.

Phase 1 — Diagnosis: Conducted a packet capture using Wireshark on the affected corridor. Analysis confirmed devices were holding onto the lobby AP's BSSID until signal degraded to -85 dBm — well past the point where the conference centre AP was available at -62 dBm. Root cause: oversized cells and legacy data rates enabling low-rate associations at distance.

Phase 2 — Remediation:

  1. Disabled 802.11b legacy data rates (1, 2, 5.5, 11 Mbps) across all AP radio profiles.
  2. Reduced 2.4 GHz transmit power from 20 dBm to 11 dBm on lobby and corridor APs.
  3. Reduced 5 GHz transmit power from 20 dBm to 15 dBm.
  4. Enabled 802.11r Fast BSS Transition on the staff SSID.
  5. Verified adjacent APs in the transition zone were on non-overlapping channels (1 and 6 in 2.4 GHz; 36 and 40 in 5 GHz).

Phase 3 — Validation: Re-ran packet capture post-change. Devices now roamed at -68 dBm, well within the VoIP quality threshold. Call drop rate reduced to zero in the affected corridor.

পরীক্ষকের মন্তব্য: This scenario illustrates that 'sticky client' problems are almost always caused by oversized cells and enabled legacy data rates — not by hardware failure. The fix is infrastructure configuration, not hardware replacement. Enabling 802.11r is critical for VoIP use cases, as it reduces the re-association handoff from 150 ms to under 30 ms, preventing the packet loss window that causes call drops.

A retail chain has deployed new Wi-Fi 6 access points across a dense shopping mall with 40 retail units. Despite strong signal strength readings, customers and staff report massive latency and poor throughput, particularly in the 2.4 GHz band.

Phase 1 — Diagnosis: RF spectrum analysis using a dedicated spectrum analyser revealed severe co-channel and adjacent channel interference across the 2.4 GHz band. Investigation of the controller configuration revealed the DCA algorithm had assigned channels 1, 4, 7, and 11 across the deployment — a four-channel plan that introduces adjacent channel interference between channels 1 and 4, and between 7 and 11.

Phase 2 — Remediation:

  1. Reconfigured the 2.4 GHz DCA profile to strictly use channels 1, 6, and 11 only.
  2. Enabled Band Steering to push 5 GHz-capable clients (estimated 85% of devices) away from the congested 2.4 GHz spectrum.
  3. Reduced 2.4 GHz transmit power to 10 dBm to shrink cell sizes and reduce CCI between adjacent units.
  4. Restricted 5 GHz channel width to 20 MHz to maximise channel reuse across the dense deployment.

Phase 3 — Validation: Post-change spectrum analysis confirmed elimination of adjacent channel interference. Average 2.4 GHz latency reduced from 280 ms to 18 ms. Staff device throughput increased from 2 Mbps to 24 Mbps average.

পরীক্ষকের মন্তব্য: The use of a four-channel 2.4 GHz plan is a common misconfiguration introduced by well-intentioned attempts to 'spread the load'. In reality, channels 4 and 7 overlap with channels 1, 6, and 11, creating ACI that corrupts packets. Forcing strict adherence to the three non-overlapping channels converts the interference from ACI (packet corruption) to CCI (airtime sharing), which is manageable via CSMA/CA and results in dramatically better performance.

অনুশীলনী প্রশ্নসমূহ

Q1. You are deploying a high-density WiFi network in a 50,000-seat stadium. The vendor's pre-sales engineer recommends using 80 MHz channels on the 5 GHz band to maximise theoretical throughput for the high volume of concurrent users. Do you accept this recommendation?

ইঙ্গিত: Consider how many non-overlapping 80 MHz channels are available in the 5 GHz band, and how that impacts co-channel interference when hundreds of APs are deployed in close physical proximity.

মডেল উত্তর দেখুন

No. In a high-density environment, using 80 MHz channels reduces the available non-overlapping spectrum to approximately 5–6 channels in the 5 GHz band. With hundreds of APs in a stadium, this guarantees severe co-channel interference as dozens of APs compete for the same channels. The correct approach is to mandate 20 MHz channel widths to maximise channel reuse. While individual device throughput is theoretically lower, the aggregate network capacity and per-user experience will be significantly better due to reduced CCI.

Q2. Your hospital IT team reports that roaming works correctly for laptops and modern smartphones, but older VoIP communication badges worn by nursing staff constantly drop calls when moving down corridors, despite showing strong signal strength on their display.

ইঙ্গিত: Consider who makes the roaming decision, what metrics they use, and what specific characteristics of legacy devices might cause them to roam later than modern devices.

মডেল উত্তর দেখুন

The issue is a classic 'sticky client' problem specific to legacy devices. The VoIP badges are holding onto a distant BSSID because: (1) legacy data rates (1–11 Mbps) are enabled, allowing the badge to maintain a connection at very low rates over a long distance; and (2) AP transmit power is likely high, creating large cells that the badge can still 'hear' at -80 dBm. To fix this, disable legacy 802.11b data rates across all AP profiles and reduce AP transmit power to 10–12 dBm. Additionally, enable 802.11r Fast BSS Transition on the staff SSID to reduce the handoff latency below the VoIP packet loss threshold.

Q3. A hotel located 1.5 miles from a regional airport is experiencing random, widespread AP channel changes and client disconnections every afternoon between 14:00 and 17:00. The events are not correlated with peak usage. What is the likely cause and how do you resolve it?

ইঙ্গিত: Consider what shared spectrum exists in the 5 GHz band and what external systems might be active in the afternoon near an airport.

মডেল উত্তর দেখুন

The APs are almost certainly operating on DFS (Dynamic Frequency Selection) channels and are detecting radar pulses from the nearby airport's approach radar systems, which are typically active during afternoon peak arrival periods. When radar is detected, the AP must immediately vacate the channel under ETSI EN 301 893 regulations. The solution is to exclude all DFS channels (UNII-2A: 52–64; UNII-2C: 100–140) from the DCA channel pool for this venue, relying exclusively on UNII-1 (36, 40, 44, 48) and UNII-3 (149, 153, 157, 161, 165) non-DFS channels. This eliminates radar-triggered channel changes entirely.