According the grand aggrement document the wifi devices MUST be compatible with 802.11 k and v. What about these standards ? Do we have compatibility/support on these ?
cnPilot devices don't yet support 802.11 k and v.
Is this official ? So that means that the cnpilot series are not compliance with wifi4eu ?
@jdres wrote:
Is this official ? So that means that the cnpilot series are not compliance with wifi4eu ?
11k and 11v support is being released as part of software version 3.10 in mid-January
Hello firefly, any news about software version 3.10 release ?
Thx
@amanolescu wrote:
Hello firefly, any news about software version 3.10 release ?
Thx
We have this support now out in beta of firmware 3.10:
https://support.cambiumnetworks.com/files/e410/beta
https://support.cambiumnetworks.com/files/e400/beta
looking to release 3.10 in the next couple of weeks based on beta feedback and fixes.
Hello,
I have set up Wifi4EU and activated self test modus. I need to verify if the portal is compliant, on the portal page I can see with developer tools those lines
var wifi4euTimerStart = Date.now();
var wifi4euNetworkIdentifier = ‘123e4567-e89b-12d3-a456-426655440000';
var wifi4euLanguage = ‘IT’;
var selftestModus = true;
<script type="text/javascript" src="https://collection.wifi4eu.ec.europa.eu/wifi4eu.min.js"></script>
but nothing more, like the visual identity validation on chapter 6.3
https://ec.europa.eu/inea/sites/inea/files/cnect-2017-00250-00-11-en-ori-00.pdf
How should work self-test modus?
Regards,
Ivan
Hi,
When the selfTestModus is set to true the external wifi4eu script will run the tests and instead of posting the result to the wifi4eu server it will display the same on the browser console window. You should see the following messages in the browser console window:
--- Policy Enforcement Component selftest modus activated ---
wifi4eu.min.js:1 --------------------------------------------------------------------------------------
wifi4eu.min.js:1 --- Validating snippet installation ---
wifi4eu.min.js:1 --- Snippet timer correctly installed. ---
wifi4eu.min.js:1 --- Snippet language correctly installed. ---
wifi4eu.min.js:1 --- Snippet networkIdentifier is correctly installed ---
wifi4eu.min.js:1 --- Validating snippet installation end ---
wifi4eu.min.js:1 --------------------------------------------------------------------------------------
wifi4eu.min.js:1 --- Validating portal compliance ---
wifi4eu.min.js:1 --- Validating WiFI4EU logo ---
wifi4eu.min.js:1 --- Viewport smaller than 600px detected, make sure to repeat this test in a larger viewport ---
wifi4eu.min.js:1 srcCheck: true
wifi4eu.min.js:1 existsCheck: true
wifi4eu.min.js:1 typeCheck: true
wifi4eu.min.js:1 aspectRatioCheck: true
wifi4eu.min.js:1 widthToViewportCheck: true
wifi4eu.min.js:1 opacityCheck: true
wifi4eu.min.js:1 visibilityCheck: true
wifi4eu.min.js:1 overlapCheck: true
wifi4eu.min.js:1 completelyInViewPortAfterLoadingCheck: true
wifi4eu.min.js:1 --- Validating portal compliance end ---
wifi4eu.min.js:1 --------------------------------------------------------------------------------------
wifi4eu.min.js:1 --- Summary ---
wifi4eu.min.js:1 --- The Policy Enforcement Component is correctly installed. ---
wifi4eu.min.js:1 --- The portal is compliant with WIFI4EU regulations. ---
wifi4eu.min.js:1 --------------------------------------------------------------------------------------
I have also attached a screenshot for the same.