fixed Security Protocol Settings

This commit is contained in:
2026-07-13 23:35:02 +00:00
parent 93e6ac6716
commit 0defe795c4
5 changed files with 159 additions and 28 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ typedef struct {
int nss;
int tx_power;
int radio_caps;
int radio_caps2;
int antenna_gain;
bool he_enabled;
} uf_radio_t;
@@ -45,7 +46,7 @@ typedef struct {
/* ─── Full model descriptor ───────────────────────────────────────── */
typedef struct {
const char *model; /* "U6IW", "U6LITE" */
const char *model; /* "U6IW", "UAL6" */
const char *model_display; /* "U6 IW" */
const char *display_name; /* "U6-IW" */
const char *platform; /* used in announce PKT_PLATFORM */