Clean up HT40 scan and share nl80211 scanning code
[wpasupplicant] / src / drivers / driver_ndis.c
index c449506..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 */,
@@ -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,11 +3244,9 @@ 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 */,
-       NULL /* hapd_set_beacon_int */,
        NULL /* set_broadcast_ssid */,
        NULL /* set_cts_protect */,
        NULL /* set_preamble */,
@@ -3257,7 +3256,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* bss_remove */,
        NULL /* valid_bss_mask */,
        NULL /* passive_scan */,
-       NULL /* hapd_get_hw_feature_data */,
        NULL /* if_add */,
        NULL /* if_update */,
        NULL /* if_remove */,
@@ -3268,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 */
 };