Searched refs:civic_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 75 u8 lci_len, civic_len; member 883 if (entry->civic_len) { in iwl_mvm_ftm_get_lci_civic() 884 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic() 1187 size_t ies_len, lci_len = 0, civic_len = 0; in iwl_mvm_ftm_lc_notif() local 1212 civic_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif() 1215 entry = kmalloc(sizeof(*entry) + lci_len + civic_len, GFP_KERNEL); in iwl_mvm_ftm_lc_notif() 1225 entry->civic_len = civic_len; in iwl_mvm_ftm_lc_notif() 1226 if (civic_len) in iwl_mvm_ftm_lc_notif() 1227 memcpy(entry->buf + lci_len, civic, civic_len); in iwl_mvm_ftm_lc_notif() [all...] |
H A D | ftm-responder.c | 183 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2() 260 cmd.civic_len = params->civicloc_len + 2; in iwl_mvm_ftm_responder_dyn_cfg_v3()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 17 u8 lci_len, civic_len; member 1019 if (entry->civic_len) { in iwl_mvm_ftm_get_lci_civic() 1020 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic() 1360 size_t ies_len, lci_len = 0, civic_len = 0; in iwl_mvm_ftm_lc_notif() local 1385 civic_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif() 1388 entry = kmalloc(sizeof(*entry) + lci_len + civic_len, GFP_KERNEL); in iwl_mvm_ftm_lc_notif() 1398 entry->civic_len = civic_len; in iwl_mvm_ftm_lc_notif() 1399 if (civic_len) in iwl_mvm_ftm_lc_notif() 1400 memcpy(entry->buf + lci_len, civic, civic_len); in iwl_mvm_ftm_lc_notif() [all...] |
H A D | ftm-responder.c | 175 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2() 250 cmd.civic_len = params->civicloc_len + 2; in iwl_mvm_ftm_responder_dyn_cfg_v3()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 318 * @civic_len: The length of the 2nd (CIVIC) part in the @lci_civic buffer 326 __le32 civic_len; member 353 * @civic_len: length of the Civic data in bytes 364 u8 civic_len; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 398 * @civic_len: The length of the 2nd (CIVIC) part in the @lci_civic buffer 406 __le32 civic_len; member 433 * @civic_len: length of the Civic data in bytes 444 u8 civic_len; member
|
Completed in 12 milliseconds