]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/ibss_rsn.h
tests: Remove testing of EAP-pwd with Brainpool curves
[thirdparty/hostap.git] / wpa_supplicant / ibss_rsn.h
index 67fae2d14ab78b4b5ae6ffd55a087ae2b4de5a44..626c543546c8573581ef026b5db493fbd2edbfb2 100644 (file)
@@ -51,7 +51,8 @@ struct ibss_rsn {
 };
 
 
-struct ibss_rsn * ibss_rsn_init(struct wpa_supplicant *wpa_s);
+struct ibss_rsn * ibss_rsn_init(struct wpa_supplicant *wpa_s,
+                               struct wpa_ssid *ssid);
 void ibss_rsn_deinit(struct ibss_rsn *ibss_rsn);
 int ibss_rsn_start(struct ibss_rsn *ibss_rsn, const u8 *addr);
 void ibss_rsn_stop(struct ibss_rsn *ibss_rsn, const u8 *peermac);