wpa_supplicant / hostapd
2.5
|
Common driver-related functions. More...
Macros | |
#define | E2S(n) case EVENT_ ## n: return #n |
#define | CHECK_TRIGGER(trigger) |
Functions | |
void | wpa_scan_results_free (struct wpa_scan_results *res) |
const char * | event_to_string (enum wpa_event_type event) |
const char * | channel_width_to_string (enum chan_width width) |
int | ht_supported (const struct hostapd_hw_modes *mode) |
int | vht_supported (const struct hostapd_hw_modes *mode) |
struct wowlan_triggers * | wpa_get_wowlan_triggers (const char *wowlan_triggers, const struct wpa_driver_capa *capa) |
Common driver-related functions.
#define CHECK_TRIGGER | ( | trigger | ) |