Home | History | Annotate | Download | only in dbus

Lines Matching refs:hapd

2391 	struct hostapd_data *hapd;
2401 hapd = wpa_s->ap_iface->bss[0];
2405 if (hapd->conf->wps_vendor_ext[i] == NULL)
2408 hapd->conf->wps_vendor_ext[i];
2429 struct hostapd_data *hapd = NULL;
2433 hapd = wpa_s->ap_iface->bss[0];
2499 wpabuf_free(hapd->conf->wps_vendor_ext[i]);
2500 hapd->conf->wps_vendor_ext[i] = vals[i];
2503 hostapd_update_wps(hapd);
2531 wpabuf_free(hapd->conf->wps_vendor_ext[i]);
2533 hapd->conf->wps_vendor_ext[i] =
2537 hapd->conf->wps_vendor_ext[i] = NULL;
2540 hostapd_update_wps(hapd);