Searched refs:lci_len (Results 1 – 3 of 3) sorted by relevance
924 const u8 *lci, size_t lci_len, in ieee80211_set_ftm_responder_params() argument932 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()937 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()944 if (lci_len) { in ieee80211_set_ftm_responder_params()945 new->lci_len = lci_len; in ieee80211_set_ftm_responder_params()947 memcpy(pos, lci, lci_len); in ieee80211_set_ftm_responder_params()948 pos += lci_len; in ieee80211_set_ftm_responder_params()1084 params->lci_len, in ieee80211_assign_beacon()3138 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len + in cfg80211_beacon_dup()3201 new_beacon->lci_len = beacon->lci_len; in cfg80211_beacon_dup()[all …]
467 if (res->ftm.lci && res->ftm.lci_len && in nl80211_pmsr_send_ftm_res()469 res->ftm.lci_len, res->ftm.lci)) in nl80211_pmsr_send_ftm_res()
5516 bcn->lci_len = nla_len(tb[NL80211_FTM_RESP_ATTR_LCI]); in nl80211_parse_beacon()