wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
utils
browser.h
Go to the documentation of this file.
1
5
#ifndef BROWSER_H
6
#define BROWSER_H
7
8
#ifdef CONFIG_NO_BROWSER
9
static
inline
int
hs20_web_browser(
const
char
*url)
10
{
11
return
-1;
12
}
13
#else
/* CONFIG_NO_BROWSER */
14
int
hs20_web_browser(
const
char
*url);
15
#endif
/* CONFIG_NO_BROWSER */
16
17
#endif
/* BROWSER_H */
Generated on Sun Sep 27 2015 22:08:08 for wpa_supplicant / hostapd by
1.8.6