Lines Matching defs:ap_info
627 struct ieee80211_neighbor_ap_info *ap_info;
647 while (pos + sizeof(*ap_info) <= end) {
652 ap_info = (void *)pos;
653 count = u8_get_bits(ap_info->tbtt_info_hdr,
655 length = ap_info->tbtt_info_len;
657 pos += sizeof(*ap_info);
659 if (!ieee80211_operating_class_to_band(ap_info->op_class,
663 freq = ieee80211_channel_to_frequency(ap_info->channel, band);
665 if (end - pos < count * ap_info->tbtt_info_len)
677 pos += count * ap_info->tbtt_info_len;
700 pos += ap_info->tbtt_info_len;