Searched refs:wpa_bss_get_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dbss.h113 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id);
H A Dbss.c851 * wpa_bss_get_id - Fetch a BSS table entry based on identifier
856 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id) function
H A Dctrl_iface.c3182 bss = wpa_bss_get_id(wpa_s, id1);
3189 bsslast = wpa_bss_get_id(wpa_s, id2);
3210 bss = wpa_bss_get_id(wpa_s, i);
3213 bss = wpa_bss_get_id(wpa_s, i);
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c3003 struct wpa_bss *res = wpa_bss_get_id(args->wpa_s, args->id);

Completed in 38 milliseconds