Home
last modified time | relevance | path

Searched refs:wpa_sm_get_mib (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.h136 int wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen);
259 static inline int wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) in wpa_sm_get_mib() function
Dwpa.c2322 int wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) in wpa_sm_get_mib() function
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c9720 reply_len = wpa_sm_get_mib(wpa_s->wpa, reply, reply_size); in wpa_supplicant_ctrl_iface_process()