wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions
ext_password.c File Reference

External password backend. More...

#include "includes.h"
#include "common.h"
#include "ext_password_i.h"

Data Structures

struct  ext_password_data
 

Functions

struct ext_password_dataext_password_init (const char *backend, const char *params)
 
void ext_password_deinit (struct ext_password_data *data)
 
struct wpabufext_password_get (struct ext_password_data *data, const char *name)
 
struct wpabufext_password_alloc (size_t len)
 
void ext_password_free (struct wpabuf *pw)
 

Detailed Description

External password backend.