Searched refs:lci_len (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ftm-initiator.c | 17 u8 lci_len, civic_len; member 1096 if (entry->lci_len) { in iwl_mvm_ftm_get_lci_civic() 1097 res->ftm.lci_len = entry->lci_len; in iwl_mvm_ftm_get_lci_civic() 1103 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic() 1442 size_t ies_len, lci_len = 0, civic_len = 0; in iwl_mvm_ftm_lc_notif() local 1459 lci_len = msr_ie[1]; in iwl_mvm_ftm_lc_notif() 1469 entry = kmalloc(sizeof(*entry) + lci_len + civic_len, GFP_KERNEL); in iwl_mvm_ftm_lc_notif() 1475 entry->lci_len = lci_len; in iwl_mvm_ftm_lc_notif() 1476 if (lci_len) in iwl_mvm_ftm_lc_notif() 1477 memcpy(entry->buf, lci, lci_len); in iwl_mvm_ftm_lc_notif() [all …]
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 1244 const u8 *lci, size_t lci_len, in ieee80211_set_ftm_responder_params() argument 1252 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params() 1256 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params() 1263 if (lci_len) { in ieee80211_set_ftm_responder_params() 1264 new->lci_len = lci_len; in ieee80211_set_ftm_responder_params() 1266 memcpy(pos, lci, lci_len); in ieee80211_set_ftm_responder_params() 1267 pos += lci_len; in ieee80211_set_ftm_responder_params() 1582 params->lci_len, in ieee80211_assign_beacon() 4278 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup() 4360 new_beacon->lci_len = beacon->lci_len; in cfg80211_beacon_dup() [all …]
|
| /linux/net/wireless/ |
| H A D | pmsr.c | 691 if (res->ftm.lci && res->ftm.lci_len && in nl80211_pmsr_send_ftm_res() 693 res->ftm.lci_len, res->ftm.lci)) in nl80211_pmsr_send_ftm_res()
|
| H A D | nl80211.c | 6779 bcn->lci_len = nla_len(tb[NL80211_FTM_RESP_ATTR_LCI]); in nl80211_parse_beacon()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 1503 size_t lci_len; member 4564 unsigned int lci_len; member
|
| H A D | mac80211.h | 552 size_t lci_len; member
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim_main.c | 4059 result->lci_len = nla_len(tb[NL80211_PMSR_FTM_RESP_ATTR_LCI]); in mac80211_hwsim_parse_ftm_result()
|