Searched refs:wpa_sm_get_status (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.h | 136 int wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, 256 static inline int wpa_sm_get_status(struct wpa_sm *sm, char *buf, in wpa_sm_get_status() function
|
D | wpa.c | 2632 int wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, in wpa_sm_get_status() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 1876 pos += wpa_sm_get_status(wpa_s->wpa, pos, end - pos, verbose); in wpa_supplicant_ctrl_iface_status()
|