Searched refs:civicloc_len (Results 1 – 7 of 7) sorted by relevance
116 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_cmd()130 u32 aligned_civicloc_len = ALIGN(params->civicloc_len + 2, 4); in iwl_mvm_ftm_responder_dyn_cfg_cmd()137 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_cmd()147 pos[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_cmd()148 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_cmd()
444 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic()
832 const u8 *civicloc, size_t civicloc_len) in ieee80211_set_ftm_responder_params() argument839 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()844 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()858 if (civicloc_len) { in ieee80211_set_ftm_responder_params()859 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params()861 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()862 pos += civicloc_len; in ieee80211_set_ftm_responder_params()952 params->civicloc_len); in ieee80211_assign_beacon()2966 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup()3019 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup()[all …]
406 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()408 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
4472 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
912 size_t civicloc_len; member3122 unsigned int civicloc_len; member
488 size_t civicloc_len; member