diff options
Diffstat (limited to 'src/ap/gas_serv.h')
-rw-r--r-- | src/ap/gas_serv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ap/gas_serv.h b/src/ap/gas_serv.h index 2cf1817298f7d..1528af4afd91c 100644 --- a/src/ap/gas_serv.h +++ b/src/ap/gas_serv.h @@ -88,4 +88,8 @@ void gas_serv_dialog_clear(struct gas_dialog_info *dialog); int gas_serv_init(struct hostapd_data *hapd); 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); + #endif /* GAS_SERV_H */ |