Found 23 other functions taking a
wpa_bss
argument:
wpa_bss_get_ie - Fetch a specified information element from a BSS entry @bss: BSS table entry @ie: Information element identitifier (WLAN_EID_*) Returns: Pointer to the information element (id field) or %NULL if not found This function returns the first matching information element in the BSS entry.
wpa_bss_get_vendor_ie - Fetch a vendor information element from a BSS entry @bss: BSS table entry @vendor_type: Vendor type (four octets starting the IE payload) Returns: Pointer to the information element (id field) or %NULL if not found This function returns the first matching information element in the BSS entry.
wpa_bss_get_next_bss - Fetch a next BSS table entry from the list @wpa_s: Pointer to wpa_supplicant data @bss: BSS Returns: Pointer to the BSS entry or %NULL if not found