Merge hostapd driver init functions into one
[wpasupplicant] / src / drivers / driver_ndis.c
index 875aa25..f642db4 100644 (file)
@@ -3218,6 +3218,8 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* authenticate */,
        NULL /* set_beacon */,
        NULL /* set_beacon_int */,
+       NULL /* hapd_init */,
+       NULL /* hapd_deinit */,
        NULL /* set_ieee8021x */,
        NULL /* set_privacy */,
        NULL /* hapd_set_key */,
@@ -3233,7 +3235,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* hapd_get_ssid */,
        NULL /* hapd_set_ssid */,
        NULL /* hapd_set_countermeasures */,
-       NULL /* send_mgmt_frame */,
        NULL /* sta_add */,
        NULL /* get_inact_sec */,
        NULL /* sta_clear_stats */,
@@ -3243,7 +3244,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* set_retry */,
        NULL /* sta_set_flags */,
        NULL /* set_rate_sets */,
-       NULL /* hapd_set_country */,
        NULL /* set_ieee80211d */,
        NULL /* hapd_set_beacon */,
        NULL /* set_internal_bridge */,