This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef enum wpa_event_type | wpa_event_type |
Enumerations | |
enum | wpa_event_type { EVENT_ASSOC, EVENT_DISASSOC, EVENT_MICHAEL_MIC_FAILURE, EVENT_SCAN_RESULTS, EVENT_ASSOCINFO, EVENT_INTERFACE_STATUS, EVENT_PMKID_CANDIDATE } |
Functions | |
void | wpa_supplicant_event (struct wpa_supplicant *wpa_s, wpa_event_type event, union wpa_event_data *data) |
Report a driver event for wpa_supplicant. | |
void | wpa_msg (struct wpa_supplicant *wpa_s, int level, char *fmt,...) __attribute__((format(printf |
Conditional printf for default target and ctrl_iface monitors. | |
void const char * | wpa_ssid_txt (u8 *ssid, size_t ssid_len) |
Convert SSID to a printable string. | |
void | wpa_supplicant_rx_eapol (void *ctx, const u8 *src_addr, const u8 *buf, size_t len) |
Deliver a received EAPOL frame to wpa_supplicant. |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file wpa_supplicant.h.
|
enum wpa_event_type - Event type for wpa_supplicant_event() calls |
|
enum wpa_event_type - Event type for wpa_supplicant_event() calls
Definition at line 27 of file wpa_supplicant.h. |
|
Conditional printf for default target and ctrl_iface monitors.
Note: New line ' |
|
Convert SSID to a printable string.
This function uses a static buffer, so only one call can be used at the time, i.e., this is not re-entrant and the returned buffer must be used before calling this again. Definition at line 521 of file wpa_supplicant.c. |
|
Report a driver event for wpa_supplicant.
Definition at line 732 of file events.c. Here is the call graph for this function: |
|
Deliver a received EAPOL frame to wpa_supplicant.
Definition at line 1780 of file wpa_supplicant.c. Here is the call graph for this function: |