Searched refs:wpa_bss_get_id (Results 1 – 4 of 4) sorted by relevance
130 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id);
977 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id) in wpa_bss_get_id() function
4440 bsslast = wpa_bss_get_id(wpa_s, id2); in wpa_supplicant_ctrl_iface_bss()4463 bss = wpa_bss_get_id(wpa_s, i); in wpa_supplicant_ctrl_iface_bss()4466 bss = wpa_bss_get_id(wpa_s, i); in wpa_supplicant_ctrl_iface_bss()
3572 struct wpa_bss *res = wpa_bss_get_id(args->wpa_s, args->id); in get_bss_helper()