Searched refs:civicloc (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ftm-responder.c | 214 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2() 256 memcpy(cmd.civic_buf + 2, params->civicloc, in iwl_mvm_ftm_responder_dyn_cfg_v3()
|
| /linux/net/wireless/ |
| H A D | pmsr.c | 494 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res() 496 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
|
| H A D | nl80211.c | 6473 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_calculate_ap_params()
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 1243 const u8 *civicloc, size_t civicloc_len, 1270 new->civicloc = pos; in ieee80211_set_ftm_responder_params() 1271 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 1435 params->civicloc, in ieee80211_assign_beacon() 4162 if (beacon->civicloc) { in __ieee80211_csa_finalize() 4164 new_beacon->civicloc = pos; in __ieee80211_csa_finalize() 4165 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in __ieee80211_csa_finalize() 1247 ieee80211_set_ftm_responder_params(struct ieee80211_sub_if_data * sdata,const u8 * lci,size_t lci_len,const u8 * civicloc,size_t civicloc_len,struct ieee80211_bss_conf * link_conf) ieee80211_set_ftm_responder_params() argument
|
| /linux/include/net/ |
| H A D | cfg80211.h | 1392 * @civicloc: Measurement Report element content, starting with Measurement 1409 const u8 *civicloc; 4423 * @civicloc: civic location data (may be %NULL) 4451 const u8 *civicloc; 1406 const u8 *civicloc; global() member 4276 const u8 *civicloc; global() member
|
| H A D | mac80211.h | 536 * @civicloc: CIVIC location subelement content 542 const u8 *civicloc; 540 const u8 *civicloc; global() member
|