Lines Matching +full:signal +full:- +full:to +full:- +full:noise
3 * Copyright (c) 2009-2019, Jouni Malinen <j@w1.fi>
41 * struct wpa_bss_anqp - ANQP data for a BSS entry (struct wpa_bss)
44 /** Number of BSS entries referring to this ANQP data instance */
71 * struct wpa_bss - BSS table
73 * This structure is used to store information about neighboring BSSes in
105 /** Signal quality */
107 /** Noise level */
108 int noise; member
109 /** Signal level */
113 /** Whether the Beacon frame data is known to be newer */
119 /** Signal-to-noise ratio in dB */
149 return bss->ies; in wpa_bss_ie_ptr()
196 return bss->freq > 45000; in bss_is_dmg()
201 * This checks whether a BSS is a DMG-band PBSS. PBSS is used for P2P DMG
207 (bss->caps & IEEE80211_CAP_DMG_MASK) == IEEE80211_CAP_DMG_PBSS; in bss_is_pbss()
212 if (bss != NULL && new_level > -WPA_INVALID_NOISE && new_level < 0) in wpa_bss_update_level()
213 bss->level = new_level; in wpa_bss_update_level()