Home
last modified time | relevance | path

Searched refs:bss_entry (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11k.c295 bool wlan_rrm_matched_ap_found(wlan_rrm_beacon_report_data *rep_data, BSSDescriptor_t *bss_entry) in wlan_rrm_matched_ap_found() argument
298 memcmp(rep_data->bssid, bss_entry->mac_address, IEEEtypes_ADDRESS_SIZE) != 0) in wlan_rrm_matched_ap_found()
303 if (rep_data->ssid_length > 0U && (rep_data->ssid_length != bss_entry->ssid.ssid_len || in wlan_rrm_matched_ap_found()
304 … memcmp(rep_data->ssid, bss_entry->ssid.ssid, bss_entry->ssid.ssid_len) != 0)) in wlan_rrm_matched_ap_found()
446 BSSDescriptor_t *bss_entry, in wlan_add_rm_beacon_report() argument
460 …(void)wlan_get_curr_global_oper_class(mlan_adap->priv[0], (t_u8)bss_entry->channel, bss_entry->cur… in wlan_add_rm_beacon_report()
473 report.channel = bss_entry->channel; in wlan_add_rm_beacon_report()
477 report.rcpi = wlan_rrm_rssi_to_rcpi(-(bss_entry->rssi)); in wlan_add_rm_beacon_report()
479 (void)memcpy(report.bssid, bss_entry->mac_address, IEEEtypes_ADDRESS_SIZE); in wlan_add_rm_beacon_report()
483 if (bss_entry->pvht_cap != MNULL) in wlan_add_rm_beacon_report()
[all …]
Dmlan_init.c90 BSSDescriptor_t *bss_entry = NULL; in wlan_clear_scan_bss() local
95 bss_entry = &mlan_adap->pscan_table[i]; in wlan_clear_scan_bss()
96 if (bss_entry && bss_entry->ies != NULL) in wlan_clear_scan_bss()
98 OSA_MemoryFree(bss_entry->ies); in wlan_clear_scan_bss()
Dmlan_scan.c904 BSSDescriptor_t *bss_entry = NULL; in wlan_scan_channel_list() local
912 bss_entry = &pmadapter->pscan_table[i]; in wlan_scan_channel_list()
913 if (bss_entry && bss_entry->ies != NULL) in wlan_scan_channel_list()
915 OSA_MemoryFree(bss_entry->ies); in wlan_scan_channel_list()
2617 BSSDescriptor_t *bss_entry = NULL; in wlan_scan_networks() local
2622 bss_entry = &pmadapter->pscan_table[i]; in wlan_scan_networks()
2623 if (bss_entry && bss_entry->ies != NULL) in wlan_scan_networks()
2625 OSA_MemoryFree(bss_entry->ies); in wlan_scan_networks()
Dmlan_api.c4974 BSSDescriptor_t *bss_entry = NULL; in wifi_get_bgscan_results() local
4984 bss_entry = &pmadapter->pscan_table[i]; in wifi_get_bgscan_results()
4985 if (bss_entry && bss_entry->ies != NULL) in wifi_get_bgscan_results()
4987 OSA_MemoryFree(bss_entry->ies); in wifi_get_bgscan_results()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_11k.h181 BSSDescriptor_t *bss_entry,
185 bool wlan_rrm_matched_ap_found(wlan_rrm_beacon_report_data *rep_data, BSSDescriptor_t *bss_entry);