Roaming Queries Prior to Association Authentication
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Current wireless network technologies face inefficiencies in roaming queries and information service access, particularly in shared access points where mobile stations must perform extensive signaling to find supported SSIDs or information services, often resulting in delayed responses due to the need for backend retrieval and power consumption issues.
Innovation Solution
The solution involves an access point that receives queries from mobile stations, determines if it has the requested information, and responds with a 'come-back' indication, including a unique query identifier and time delay, allowing the station to re-request information without repeating details, thus conserving radio resources and enabling power saving.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If the access point retrieves roaming information from backend before responding to Probe Request, then the accuracy of roaming information is improved, but the response time exceeds the 5ms requirement and power saving mechanisms cannot be maintained
Solution Approach 1:
The access point pre-loads and caches roaming information from the backend before any Probe Requests arrive. This preliminary action ensures that when a Probe Request is received, the information is already available in local memory, enabling immediate response within the 5ms requirement while maintaining accurate roaming information.
Solution Approach 2:
The access point dynamically manages its local cache of roaming information, loading data proactively during idle periods and updating it based on changing conditions. This dynamic approach allows the system to balance between having information ready for immediate response and minimizing unnecessary backend communications.
2Adaptability or versatility
If the mobile station performs active scanning with Probe Requests for multiple SSIDs, then the ability to find supported SSIDs is improved, but the signaling overhead increases extensively with up to 200 queries
Solution Approach 1:
The access point prepares and broadcasts a list of supported SSIDs in advance, before any Probe Requests are received. This preliminary action allows mobile stations to passively obtain the SSID list during normal operation without needing to perform extensive active scanning, dramatically reducing the number of Probe Requests needed.
Solution Approach 2:
The Probe Response message is enhanced to serve multiple functions: it not only responds to the specific Probe Request but also provides a comprehensive list of all supported SSIDs. This multi-functionality allows mobile stations to discover all available services in a single interaction rather than requiring multiple separate queries.
3Speed
If the access point preconfigures all roaming information locally, then the response time to Probe Requests is improved, but the device complexity and memory usage increase significantly
Solution Approach 1:
The access point performs preliminary loading of roaming information from the backend during idle periods or system initialization, storing it in local cache. This approach enables fast response times without requiring the access point to be permanently configured with all possible roaming information, thus avoiding excessive memory usage and device complexity.
Solution Approach 2:
The system changes the state of roaming information from static preconfiguration to dynamic caching. The access point adjusts its local storage based on actual needs, loading information temporarily when required and clearing it when not needed, thereby optimizing the balance between response speed and resource consumption.
4Adaptability or versatility
If the mobile station downloads a long list of SSIDs to determine access permissions, then the roaming capability is improved, but the time and energy required for SSID matching increases
Solution Approach 1:
Instead of the mobile station downloading and matching against a long list of SSIDs, the approach is inverted: the access point actively provides its supported SSID list to the mobile station during Probe Response. This reversal shifts the computational burden from the mobile station to the access point and eliminates the need for extensive client-side matching.
Solution Approach 2:
The access point creates and transmits a copy of its supported SSID list to the mobile station during normal Probe Response exchanges. This copying mechanism allows the mobile station to obtain accurate roaming information without performing extensive local matching operations, significantly reducing time and energy consumption.
Data Source
Figure 1
Figure 2
Figure 3
AI summary
A mechanism to enable roaming queries prior to association/authentication while maintaining the advantages of power saving mechanisms can be implemented. The mechanism can involve requiring a mobile terminal to request the desired information a second time so that the access point may take sufficient time to obtain the desired information. The mechanism can be implemented in conjunction with IEEE 802.11.