diff options
Diffstat (limited to 'src/ap/hostapd.c')
| -rw-r--r-- | src/ap/hostapd.c | 2 |
1 files changed, 1 insertions, 1 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; |
