diff options
Diffstat (limited to 'src/ap')
| -rw-r--r-- | src/ap/hostapd.c | 2 | ||||
| -rw-r--r-- | src/ap/hostapd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ap/hostapd.c b/src/ap/hostapd.c index fa524a04..e0f87d7d 100644 --- a/src/ap/hostapd.c +++ b/src/ap/hostapd.c @@ -1385,7 +1385,7 @@ static void fst_hostapd_get_channel_info_cb(void *ctx, } -static void fst_hostapd_set_ies_cb(void *ctx, struct wpabuf *fst_ies) +static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) { struct hostapd_data *hapd = ctx; diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index 38b35e50..b1a79807 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -311,7 +311,7 @@ struct hostapd_iface { unsigned int cac_started:1; #ifdef CONFIG_FST struct fst_iface *fst; - struct wpabuf *fst_ies; + const struct wpabuf *fst_ies; #endif /* CONFIG_FST */ /* |
