<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Hi everyone,<BR>
<BR>
I've written an application that allows a user to connect to a wifi network.&nbsp; The application uses the dbus interface of wpa supplicant, and it works great.<BR>
<BR>
I need a way for the user to be able to configure the system as an access point as well.&nbsp; I've tried setting mode=2 and frequency=2412 but with no luck.&nbsp; I'm thinking I might have to instead use hostapd, but that becomes a pain because hostapd kills wpa_supplicant when it starts and has no dbus interfaces that I can find.<BR>
<BR>
What I'd really like to know is:&nbsp; is there anyway to use wpa_supplicant via the dbus interface to configure it as an access point?&nbsp; If not, are there any undocumented dbus interfaces that can control hostapd?<BR>
<BR>
Thanks!<BR>
<BR>
Marlon
</BODY>
</HTML>