From: Jouni Malinen Date: Mon, 23 Nov 2009 15:15:45 +0000 (+0200) Subject: Fix CONFIG_AP=y build after driver_ops set_key merge X-Git-Tag: hostap_0_7_1~487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331c12086fdcc0b45a35d6dbba567462c14b3612;p=thirdparty%2Fhostap.git Fix CONFIG_AP=y build after driver_ops set_key merge --- diff --git a/wpa_supplicant/ap.c b/wpa_supplicant/ap.c index b41de0a76..039e64f64 100644 --- a/wpa_supplicant/ap.c +++ b/wpa_supplicant/ap.c @@ -262,7 +262,7 @@ struct wpa_driver_ops ap_driver_ops = .hapd_init = ap_driver_init, .hapd_deinit = ap_driver_deinit, .send_ether = ap_driver_send_ether, - .hapd_set_key = ap_driver_set_key, + .set_key = ap_driver_set_key, .get_seqnum = ap_driver_get_seqnum, .flush = ap_driver_flush, .read_sta_data = ap_driver_read_sta_data,