Lines Matching refs:out

2973 		goto out;  in mac80211_hwsim_sw_scan()
2983 out: in mac80211_hwsim_sw_scan()
3484 goto out; in mac80211_hwsim_abort_pmsr()
3490 goto out; in mac80211_hwsim_abort_pmsr()
3496 goto out; in mac80211_hwsim_abort_pmsr()
3501 goto out; in mac80211_hwsim_abort_pmsr()
3506 goto out; in mac80211_hwsim_abort_pmsr()
3510 goto out; in mac80211_hwsim_abort_pmsr()
3518 out: in mac80211_hwsim_abort_pmsr()
3782 goto out; in hwsim_pmsr_report_nl()
3788 goto out; in hwsim_pmsr_report_nl()
3794 goto out; in hwsim_pmsr_report_nl()
3802 goto out; in hwsim_pmsr_report_nl()
3811 out: in hwsim_pmsr_report_nl()
5529 goto out; in hwsim_tx_info_frame_received_nl()
5537 goto out; in hwsim_tx_info_frame_received_nl()
5542 goto out; in hwsim_tx_info_frame_received_nl()
5545 goto out; in hwsim_tx_info_frame_received_nl()
5566 goto out; in hwsim_tx_info_frame_received_nl()
5601 out: in hwsim_tx_info_frame_received_nl()
5622 goto out; in hwsim_cloned_frame_received_nl()
5642 goto out; in hwsim_cloned_frame_received_nl()
5654 goto out; in hwsim_cloned_frame_received_nl()
5657 goto out; in hwsim_cloned_frame_received_nl()
5663 goto out; in hwsim_cloned_frame_received_nl()
5679 goto out; in hwsim_cloned_frame_received_nl()
5689 goto out; in hwsim_cloned_frame_received_nl()
5694 goto out; in hwsim_cloned_frame_received_nl()
5702 goto out; in hwsim_cloned_frame_received_nl()
5716 out: in hwsim_cloned_frame_received_nl()
5775 static int parse_ftm_capa(const struct nlattr *ftm_capa, struct cfg80211_pmsr_capabilities *out, in parse_ftm_capa() argument
5788 out->ftm.supported = 1; in parse_ftm_capa()
5790 out->ftm.preambles = nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES]); in parse_ftm_capa()
5792 out->ftm.bandwidths = nla_get_u32(tb[NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS]); in parse_ftm_capa()
5794 out->ftm.max_bursts_exponent = in parse_ftm_capa()
5797 out->ftm.max_ftms_per_burst = in parse_ftm_capa()
5799 out->ftm.asap = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_ASAP]; in parse_ftm_capa()
5800 out->ftm.non_asap = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP]; in parse_ftm_capa()
5801 out->ftm.request_lci = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI]; in parse_ftm_capa()
5802 out->ftm.request_civicloc = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC]; in parse_ftm_capa()
5803 out->ftm.trigger_based = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED]; in parse_ftm_capa()
5804 out->ftm.non_trigger_based = !!tb[NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED]; in parse_ftm_capa()
5809 static int parse_pmsr_capa(const struct nlattr *pmsr_capa, struct cfg80211_pmsr_capabilities *out, in parse_pmsr_capa() argument
5824 out->max_peers = nla_get_u32(tb[NL80211_PMSR_ATTR_MAX_PEERS]); in parse_pmsr_capa()
5825 out->report_ap_tsf = !!tb[NL80211_PMSR_ATTR_REPORT_AP_TSF]; in parse_pmsr_capa()
5826 out->randomize_mac_addr = !!tb[NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR]; in parse_pmsr_capa()
5837 parse_ftm_capa(nla, out, info); in parse_pmsr_capa()