Lines Matching full:entry
52 * wpa_bss_get - Fetch a BSS table entry based on BSSID and SSID
57 * Returns: Pointer to the BSS entry or %NULL if not found
159 * Remove the oldest entry that does not match with any configured in wpa_bss_remove_oldest()
166 * Remove the oldest entry that isn't currently in use. in wpa_bss_remove_oldest()
233 "Accept this BSS entry since it looks more current than the previous update"); in wpa_bss_update()
238 /* Move the entry to the end of the list */ in wpa_bss_update()
294 * wpa_bss_update_scan_res - Update a BSS table entry based on a scan result
299 * This function updates a BSS table entry (or adds one) based on a scan result.
424 * wpa_bss_get_bssid - Fetch a BSS table entry based on BSSID
427 * Returns: Pointer to the BSS entry or %NULL if not found
442 * wpa_bss_get_next_bss - Fetch a next BSS table entry from the list
445 * Returns: Pointer to the BSS entry or %NULL if not found
462 * wpa_bss_get_ie - Fetch a specified information element from a BSS entry
463 * @bss: BSS table entry
468 * entry.
476 * wpa_bss_get_vendor_ie - Fetch a vendor information element from a BSS entry
477 * @bss: BSS table entry
482 * entry.