Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/tls/
H A Dlibtommath.c
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_peer.c1962 uint8_t i, ix, idx = 0; in wlan_mlo_peer_get_links_info() local
1997 ix = ml_links->num_partner_links; in wlan_mlo_peer_get_links_info()
1998 ml_links->link_info[ix].vdev_id = wlan_vdev_get_id(link_vdev); in wlan_mlo_peer_get_links_info()
1999 ml_links->link_info[ix].hw_mld_link_id = peer_entry->hw_link_id; in wlan_mlo_peer_get_links_info()
2000 ml_links->link_info[ix].mlo_enabled = 1; in wlan_mlo_peer_get_links_info()
2001 ml_links->link_info[ix].mlo_assoc_link = in wlan_mlo_peer_get_links_info()
2003 ml_links->link_info[ix].mlo_primary_umac = in wlan_mlo_peer_get_links_info()
2005 ml_links->link_info[ix].mlo_logical_link_index_valid = 1; in wlan_mlo_peer_get_links_info()
2006 ml_links->link_info[ix].emlsr_support = ml_emlcap->emlsr_supp; in wlan_mlo_peer_get_links_info()
2007 ml_links->link_info[ix].logical_link_index = idx - 1; in wlan_mlo_peer_get_links_info()
[all …]
H A Dwlan_mlo_mgr_aid.c28 uint16_t ix; in mlo_peer_set_aid_bit() local
32 for (ix = 0; ix < WLAN_UMAC_MLO_MAX_VDEVS; ix++) { in mlo_peer_set_aid_bit()
33 vdev_aid_mgr = ml_aid_mgr->aid_mgr[ix]; in mlo_peer_set_aid_bit()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c14543 uint8_t ix; in extract_rf_characterization_entries_tlv() local
14559 for (ix = 0; ix < num_rf_characterization_entries; ix++) { in extract_rf_characterization_entries_tlv()
14560 rf_characterization_entries[ix].freq = in extract_rf_characterization_entries_tlv()
14562 &wmi_rf_characterization_entry[ix]); in extract_rf_characterization_entries_tlv()
14564 rf_characterization_entries[ix].bw = in extract_rf_characterization_entries_tlv()
14566 &wmi_rf_characterization_entry[ix]); in extract_rf_characterization_entries_tlv()
14568 rf_characterization_entries[ix].chan_metric = in extract_rf_characterization_entries_tlv()
14570 &wmi_rf_characterization_entry[ix]); in extract_rf_characterization_entries_tlv()
14574 ix, rf_characterization_entries[ix].freq, in extract_rf_characterization_entries_tlv()
14575 rf_characterization_entries[ix].bw, in extract_rf_characterization_entries_tlv()
[all …]