Searched refs:wpa_bss_get_id (Results 1 – 4 of 4) sorted by relevance
135 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id);
1062 struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id) in wpa_bss_get_id() function
5047 bsslast = wpa_bss_get_id(wpa_s, id2); in wpa_supplicant_ctrl_iface_bss()5070 bss = wpa_bss_get_id(wpa_s, i); in wpa_supplicant_ctrl_iface_bss()5073 bss = wpa_bss_get_id(wpa_s, i); in wpa_supplicant_ctrl_iface_bss()
4241 struct wpa_bss *res = wpa_bss_get_id(args->wpa_s, args->id); in get_bss_helper()