Browse Source

wpa_supplicant: AP mode, set drv_flags

In AP/P2P_GO mode we should have correct hostapd drv_flags.
Janusz Dziedzic 13 years ago
parent
commit
a57db49c32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/ap.c

+ 1 - 0
wpa_supplicant/ap.c

@@ -448,6 +448,7 @@ int wpa_supplicant_create_ap(struct wpa_supplicant *wpa_s,
 	if (hapd_iface == NULL)
 		return -1;
 	hapd_iface->owner = wpa_s;
+	hapd_iface->drv_flags = wpa_s->drv_flags;
 
 	wpa_s->ap_iface->conf = conf = hostapd_config_defaults();
 	if (conf == NULL) {