parameter_set(ssl_trustedCAlist_file_name(),"../certificates/out/certs/486c4cb43fcbcdb5f564824ad201cffb405f3d3659fc1facd5f5cb21d4ea64e0_server_rsa.cert.pem");// FIXME Use a parameter
parameter_set(ssl_trustedCAlist_file_name(),"../certificates/out/certs/CA_rsa.cert.pem");// FIXME Use a parameter
* @desc Identifiers determining a specific Access Point
* @member macId Unique Identifier assigned to an Access Point
* @member bssid Basic Service Set Identifier (BSSID) is a unique Identifier assigned to an Access Point (as network interface controller) for communications at the data link layer of a network segment
* @member ssid Service Set Identifier to identify logical networks including Basic Service Set and Extended Service Set
* @member ipAddress IPv4 or IPv6 address allocated for the Access Point
* @see ETSI GS MEC 028 Clause 6.5.3 Type: ApIdentity
* @desc Information for the Access Point that the client station is associated to
* @member macId Unique identifier assigned to the Access Point (as network interface controller) for communications at the data link layer of a network segment
* @member bssid Basic Service Set Identifier (BSSID) is a unique identifier assigned to the Access Point (as network interface controller) for communications at the data link layer of a network segment.
* @member ssid Service Set Identifier to identify logical networks
* @member assocId Unique number which identifies a particular association between the station and Access Point
* @member ipAddress IPv4 or IPv6 address allocated for the Access Point
* @see ETSI GS MEC 028 Clause 6.5.12 Type: ApAssociated