QCA vendor command support to set band to driver
[mech_eap.git] / src / drivers / driver_nl80211_capa.c
index e23c57e..4929cea 100644 (file)
@@ -593,6 +593,9 @@ static int wiphy_info_handler(struct nl_msg *msg, void *arg)
                                        drv->capa.flags |=
                                                WPA_DRIVER_FLAGS_ACS_OFFLOAD;
                                        break;
+                               case QCA_NL80211_VENDOR_SUBCMD_SETBAND:
+                                       drv->setband_vendor_cmd_avail = 1;
+                                       break;
                                }
                        }