diff options
Diffstat (limited to 'src/ap/gas_serv.h')
-rw-r--r-- | src/ap/gas_serv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/gas_serv.h b/src/ap/gas_serv.h index 1528af4afd91..7646a98a4e84 100644 --- a/src/ap/gas_serv.h +++ b/src/ap/gas_serv.h @@ -90,6 +90,6 @@ void gas_serv_deinit(struct hostapd_data *hapd); void gas_serv_req_dpp_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, - int prot, struct wpabuf *buf); + int prot, struct wpabuf *buf, int freq); #endif /* GAS_SERV_H */ |