fix: complete wireless pairing frames
Match the upstream 802.11 management layouts for association responses, pair responses, and reserved client commands by including the sequence control and association capability fields. Reuse existing WCIDs for repeated association requests and end pairing mode after a successful pair response. Also restore the upstream radio calibration sequence needed for reliable WLAN associations. Co-Authored-By: openai/gpt-5.6-luna: fixed pairing frame layouts and lifecycle
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ if(NOT CMAKE_GENERATOR MATCHES "^(Ninja|Xcode)$")
|
||||
endif()
|
||||
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
project(xone_macos VERSION 0.1.12 LANGUAGES CXX Swift)
|
||||
project(xone_macos VERSION 0.1.13 LANGUAGES CXX Swift)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user