Lines Matching refs:ap_info

2759 	const struct ieee80211_neighbor_ap_info *ap_info;  member
2802 data->ap_info = info; in cfg802121_mld_ap_rnr_iter()
2817 const struct ieee80211_neighbor_ap_info **ap_info, in cfg80211_rnr_info_for_mld_ap() argument
2827 *ap_info = data.ap_info; in cfg80211_rnr_info_for_mld_ap()
2840 struct ieee80211_neighbor_ap_info ap_info; in cfg80211_gen_reporter_rnr() local
2858 ap_info.tbtt_info_len = offsetofend(typeof(tbtt_info), mld_params); in cfg80211_gen_reporter_rnr()
2859 ap_info.tbtt_info_hdr = in cfg80211_gen_reporter_rnr()
2864 ap_info.channel = ieee80211_frequency_to_channel(source_bss->channel->center_freq); in cfg80211_gen_reporter_rnr()
2870 ap_info.op_class = elem->data[0]; in cfg80211_gen_reporter_rnr()
2883 &ap_info.op_class)) in cfg80211_gen_reporter_rnr()
2912 res = kzalloc_flex(*res, data, sizeof(ap_info) + ap_info.tbtt_info_len, in cfg80211_gen_reporter_rnr()
2919 res->datalen = sizeof(ap_info) + ap_info.tbtt_info_len; in cfg80211_gen_reporter_rnr()
2920 memcpy(res->data, &ap_info, sizeof(ap_info)); in cfg80211_gen_reporter_rnr()
2921 memcpy(res->data + sizeof(ap_info), &tbtt_info, ap_info.tbtt_info_len); in cfg80211_gen_reporter_rnr()
3011 const struct ieee80211_neighbor_ap_info *ap_info; in cfg80211_parse_ml_elem_sta_data() local
3063 &ap_info, in cfg80211_parse_ml_elem_sta_data()
3084 if (!ieee80211_operating_class_to_band(ap_info->op_class, in cfg80211_parse_ml_elem_sta_data()
3088 freq = ieee80211_channel_to_freq_khz(ap_info->channel, band); in cfg80211_parse_ml_elem_sta_data()