wps_upnp.h File Reference

UPnP WPS Device. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  upnp_wps_peer
struct  upnp_wps_device_ctx

Enumerations

enum  upnp_wps_wlanevent_type { UPNP_WPS_WLANEVENT_TYPE_PROBE = 1, UPNP_WPS_WLANEVENT_TYPE_EAP = 2 }

Functions

struct upnp_wps_device_smupnp_wps_device_init (struct upnp_wps_device_ctx *ctx, struct wps_context *wps, void *priv)
 Initialize WPS UPnP.
void upnp_wps_device_deinit (struct upnp_wps_device_sm *sm)
 Deinitialize WPS UPnP.
int upnp_wps_device_start (struct upnp_wps_device_sm *sm, char *net_if)
 Start WPS UPnP operations on an interface.
void upnp_wps_device_stop (struct upnp_wps_device_sm *sm)
 Stop WPS UPnP operations on an interface.
int upnp_wps_device_send_wlan_event (struct upnp_wps_device_sm *sm, const u8 from_mac_addr[ETH_ALEN], enum upnp_wps_wlanevent_type ev_type, const struct wpabuf *msg)
 Event notification.
int upnp_wps_subscribers (struct upnp_wps_device_sm *sm)
 Check whether there are any event subscribers.

Detailed Description

UPnP WPS Device.

Copyright
Copyright (c) 2000-2003 Intel Corporation Copyright (c) 2006-2007 Sony Corporation Copyright (c) 2008-2009 Atheros Communications Copyright (c) 2009, Jouni Malinen <j@w1.fi>

See wps_upnp.c for more details on licensing and code history.

Definition in file wps_upnp.h.


Function Documentation

void upnp_wps_device_deinit ( struct upnp_wps_device_sm sm  ) 

Deinitialize WPS UPnP.

Parameters:
sm WPS UPnP state machine from upnp_wps_device_init()

Definition at line 1101 of file wps_upnp.c.

Here is the call graph for this function:

struct upnp_wps_device_sm* upnp_wps_device_init ( struct upnp_wps_device_ctx ctx,
struct wps_context wps,
void *  priv 
) [read]

Initialize WPS UPnP.

Parameters:
ctx callback table; we must eventually free it
wps Pointer to longterm WPS context
priv External context data that will be used in callbacks
Returns:
WPS UPnP state or NULL on failure

Definition at line 1126 of file wps_upnp.c.

Here is the call graph for this function:

int upnp_wps_device_send_wlan_event ( struct upnp_wps_device_sm sm,
const u8  from_mac_addr[ETH_ALEN],
enum upnp_wps_wlanevent_type  ev_type,
const struct wpabuf msg 
)

Event notification.

Parameters:
sm WPS UPnP state machine from upnp_wps_device_init()
from_mac_addr Source (Enrollee) MAC address for the event
ev_type Event type
msg Event data
Returns:
0 on success, -1 on failure

Tell external Registrars (UPnP control points) that something happened. In particular, events include WPS messages from clients that are proxied to external Registrars.

Definition at line 823 of file wps_upnp.c.

Here is the call graph for this function:

int upnp_wps_device_start ( struct upnp_wps_device_sm sm,
char *  net_if 
)

Start WPS UPnP operations on an interface.

Parameters:
sm WPS UPnP state machine from upnp_wps_device_init()
net_if Selected network interface name
Returns:
0 on success, -1 on failure

Definition at line 1039 of file wps_upnp.c.

Here is the call graph for this function:

void upnp_wps_device_stop ( struct upnp_wps_device_sm sm  ) 

Stop WPS UPnP operations on an interface.

Parameters:
sm WPS UPnP state machine from upnp_wps_device_init()

Definition at line 997 of file wps_upnp.c.

Here is the call graph for this function:

int upnp_wps_subscribers ( struct upnp_wps_device_sm sm  ) 

Check whether there are any event subscribers.

Parameters:
sm WPS UPnP state machine from upnp_wps_device_init()
Returns:
0 if no subscribers, 1 if subscribers

Definition at line 1151 of file wps_upnp.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:24:44 2009 for hostapd by  doxygen 1.6.1