Clean up HT40 scan and share nl80211 scanning code
[wpasupplicant] / src / drivers / driver_ndis.c
index 6a7f887..7223ca1 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 */,
@@ -3245,7 +3247,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* set_ieee80211d */,
        NULL /* hapd_set_beacon */,
        NULL /* set_internal_bridge */,
-       NULL /* hapd_set_beacon_int */,
        NULL /* set_broadcast_ssid */,
        NULL /* set_cts_protect */,
        NULL /* set_preamble */,
@@ -3265,6 +3266,5 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* set_radius_acl_expire */,
        NULL /* set_ht_params */,
        NULL /* set_wps_beacon_ie */,
-       NULL /* set_wps_probe_resp_ie */,
-       NULL /* get_neighbor_bss */
+       NULL /* set_wps_probe_resp_ie */
 };