wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 */