2.2.3.2 BringUpSuccessResponse Message

The BringUpSuccessResponse message is sent by the server to the client in response to a BringUpStartRequest message (section 2.2.3.1) when the request for tethering is successful.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

header

ssid (variable)

...

...

bssid (optional)

...

...

passphrase (variable)

...

...

displayName (variable)

...

...

header (3 bytes): The header field contains the CommonHeader structure (section 2.2.2.2), where the value of the Id field is set to 2 (BringUpSuccessResponse), as specified in MessageId (section 2.2.1.1), the length of the Length field is variable, and the value MUST be set to the combined size of all structures contained within the message.

ssid (variable): The ssid field has a variable length and specifies the Wi-Fi SSID for the tethering connection, as defined in the Ssid structure (section 2.2.2.10). The Wi-Fi SSID is a byte BLOB of 0 to 32 bytes as defined in [IEEE802.11-2012].

bssid (9 bytes): (optional) The bssid field contains the Bssid structure (section 2.2.2.1), which consists of the header (3 bytes) and the BSSID value (6 bytes) of the Wi-Fi network used by the server in the Internet connection, as specified in [IEEE802.11-2012].

passphrase (variable): The passphrase field has a variable length and specifies the Wi-Fi WPA2 passphrase, as defined in the Passphrase structure (section 2.2.2.9), used in the tethering connection, as defined by the Wi-Fi Alliance Security Certification [WF-Security]. The passphrase contains 8 to 64 characters. If the length of the passphrase is 64 characters, all the characters MUST be hexadecimal characters. If the length is 8 to 63 characters, all the characters MUST be ASCII characters in the range of 32 to 126.

displayName (variable): The displayName field has a variable length and specifies the display name for the server, as defined in the DisplayName structure (section 2.2.2.3).