Add new wpa_supplicant driver op for setting 802.1X port status
[wpasupplicant] / src / drivers / driver_ndis.c
index c449506..e45b231 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,21 +3235,17 @@ 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 */,
        NULL /* set_freq */,
        NULL /* set_rts */,
        NULL /* set_frag */,
-       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 */,
@@ -3256,8 +3254,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* bss_add */,
        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 */,
@@ -3269,5 +3265,5 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
        NULL /* set_ht_params */,
        NULL /* set_wps_beacon_ie */,
        NULL /* set_wps_probe_resp_ie */,
-       NULL /* get_neighbor_bss */
+       NULL /* set_supp_port */
 };