Lines Matching defs:ap_info
1515 const struct ieee80211_neighbor_ap_info *ap_info,
1524 count = RNR_TBTT_INFO_COUNT_VAL(ap_info->tbtt_info_hdr) + 1;
1525 type = ap_info->tbtt_info_hdr & RNR_TBTT_INFO_HDR_TYPE_MSK;
1528 if (type == 0 && ap_info->tbtt_info_len >= RNR_TBTT_INFO_MLD_LEN) {
1536 pos = (const u8 *) ap_info;
1538 pos += sizeof(*ap_info);
1543 if (end - pos < ap_info->tbtt_info_len)
1590 pos += ap_info->tbtt_info_len;
1744 const struct ieee80211_neighbor_ap_info *ap_info;
1749 while (sizeof(*ap_info) <= len) {
1750 size_t ap_info_len = sizeof(*ap_info);
1753 ap_info = (const struct ieee80211_neighbor_ap_info *)
1755 count = RNR_TBTT_INFO_COUNT_VAL(ap_info->tbtt_info_hdr) + 1;
1756 ap_info_len += count * ap_info->tbtt_info_len;
1762 ap_info, len, &seen,