Searched refs:msr_ie (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1186 const u8 *ies, *lci, *civic, *msr_ie; in iwl_mvm_ftm_lc_notif() local 1201 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len, in iwl_mvm_ftm_lc_notif() 1203 if (msr_ie) { in iwl_mvm_ftm_lc_notif() 1204 lci = msr_ie + 2; in iwl_mvm_ftm_lc_notif() 1205 lci_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif() 1208 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len, in iwl_mvm_ftm_lc_notif() 1210 if (msr_ie) { in iwl_mvm_ftm_lc_notif() 1211 civic = msr_ie + 2; in iwl_mvm_ftm_lc_notif() 1212 civic_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1359 const u8 *ies, *lci, *civic, *msr_ie; in iwl_mvm_ftm_lc_notif() local 1374 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len, in iwl_mvm_ftm_lc_notif() 1376 if (msr_ie) { in iwl_mvm_ftm_lc_notif() 1377 lci = msr_ie + 2; in iwl_mvm_ftm_lc_notif() 1378 lci_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif() 1381 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len, in iwl_mvm_ftm_lc_notif() 1383 if (msr_ie) { in iwl_mvm_ftm_lc_notif() 1384 civic = msr_ie + 2; in iwl_mvm_ftm_lc_notif() 1385 civic_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif()
|
Completed in 5 milliseconds