Lines Matching refs:info

697 			/* TBTT info must include bss param + BSSID +
700 * next AP info
956 * info from the first part of the scan
959 rdev->int_scan_req->info = old->info;
1038 !rdev_req->scan_6ghz && !request->info.aborted &&
1050 if (!request->info.aborted &&
1058 msg = nl80211_build_scan_msg(rdev, wdev, request->info.aborted);
1061 if (wdev->netdev && !request->info.aborted) {
1088 struct cfg80211_scan_info *info)
1090 struct cfg80211_scan_info old_info = request->info;
1092 trace_cfg80211_scan_done(request, info);
1096 request->info = *info;
1104 request->info.scan_start_tsf = old_info.scan_start_tsf;
1105 memcpy(request->info.tsf_bssid, old_info.tsf_bssid,
1106 sizeof(request->info.tsf_bssid));
1965 * Frame info (beacon/prob res) is the same as received channel,
2315 net_dbg_ratelimited("Partial info for BSSID index %d\n",
2511 const struct ieee80211_neighbor_ap_info *info;
2520 while (sizeof(*info) <= end - pos) {
2526 info = (void *)pos;
2527 count = u8_get_bits(info->tbtt_info_hdr,
2529 length = info->tbtt_info_len;
2531 pos += sizeof(*info);
2536 type = u8_get_bits(info->tbtt_info_hdr,
2562 *ap_info = info;
2614 /* length + MLD MAC address + link ID info + BSS Params Change Count */
3139 struct iw_request_info *info,
3273 static char *ieee80211_scan_add_ies(struct iw_request_info *info,
3298 current_ev = iwe_stream_add_point_check(info, current_ev,
3310 current_ev = iwe_stream_add_point_check(info, current_ev,
3321 ieee80211_bss(struct wiphy *wiphy, struct iw_request_info *info,
3337 current_ev = iwe_stream_add_event_check(info, current_ev, end_buf, &iwe,
3346 current_ev = iwe_stream_add_event_check(info, current_ev, end_buf, &iwe,
3355 current_ev = iwe_stream_add_event_check(info, current_ev, end_buf, &iwe,
3387 current_ev = iwe_stream_add_event_check(info, current_ev,
3401 current_ev = iwe_stream_add_point_check(info, current_ev, end_buf,
3422 current_ev = iwe_stream_add_point_check(info,
3434 current_ev = iwe_stream_add_point_check(info,
3451 current_ev = iwe_stream_add_point_check(info,
3460 current_ev = iwe_stream_add_point_check(info,
3469 current_ev = iwe_stream_add_point_check(info,
3477 current_ev = iwe_stream_add_point_check(info,
3485 current_ev = iwe_stream_add_point_check(info,
3493 current_ev = iwe_stream_add_point_check(info,
3501 current_ev = iwe_stream_add_point_check(info,
3511 p = current_ev + iwe_stream_lcp_len(info);
3522 p = iwe_stream_add_value(info, current_ev, p,
3547 current_ev = iwe_stream_add_event_check(info, current_ev,
3558 current_ev = iwe_stream_add_point_check(info, current_ev, end_buf,
3567 current_ev = iwe_stream_add_point_check(info, current_ev,
3572 current_ev = ieee80211_scan_add_ies(info, ies, current_ev, end_buf);
3581 struct iw_request_info *info,
3597 current_ev = ieee80211_bss(&rdev->wiphy, info, bss,
3613 struct iw_request_info *info,
3631 res = ieee80211_scan_results(rdev, info, extra, data->length);