Searched refs:msr_ie (Results 1 – 1 of 1) sorted by relevance
1410 const u8 *ies, *lci, *civic, *msr_ie; in iwl_mvm_ftm_lc_notif() local1425 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len, in iwl_mvm_ftm_lc_notif()1427 if (msr_ie) { in iwl_mvm_ftm_lc_notif()1428 lci = msr_ie + 2; in iwl_mvm_ftm_lc_notif()1429 lci_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif()1432 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len, in iwl_mvm_ftm_lc_notif()1434 if (msr_ie) { in iwl_mvm_ftm_lc_notif()1435 civic = msr_ie + 2; in iwl_mvm_ftm_lc_notif()1436 civic_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif()