Searched refs:civicloc_len (Results 1 – 3 of 3) sorted by relevance
916 const u8 *civicloc, size_t civicloc_len) in ieee80211_set_ftm_responder_params() argument923 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()928 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()942 if (civicloc_len) { in ieee80211_set_ftm_responder_params()943 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params()945 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()946 pos += civicloc_len; in ieee80211_set_ftm_responder_params()1036 params->civicloc_len); in ieee80211_assign_beacon()3070 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup()3123 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup()[all …]
449 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()451 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
4886 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()