Filter networks using keywords
You can filter networks by name (SSID), BSSID, channel, signal strength (RSSI), annotations, mode, vendor, access point name, band, country code, security, encryption type, or whether certain capabilities are supported using the Filter field.- To filter networks by name (SSID), annotations, vendor, or access point name, type the text in the Filter field. If you need to filter using an exact match, use quotation marks for the keywords, e.g., “ABC School.”
- To filter networks by BSSID, type either :XX or XX: where XX is an octet of the BSSID. You can also extend the text with more octets (e.g. XX:XX, XX:XX:XX) to search for more specific BSSIDs.
- To filter networks by signal strength (RSSI), type a comparison operator (
<,>,<=, or>=) and the signal strength level in the Filter field. For example, to display only networks with a signal strength greater than or equal to -65 dBm, type >=-65. To use signal strength as a percentage, type >=50%. - To filter networks by channel number, type the channel number in the Filter field. You can also specify ranges, for example, the filter 2-5 shows all networks on channels 2, 3, 4, or 5.
- To filter networks by band, type the band (e.g., 2.4GHz, 2.4ghz, 24ghz, 5ghz, 6ghz) in the Filter field.
- To filter networks by generation, use wifi4, wifi5, or wifi6.
- To filter networks by mode, type the letter or letters that identify the mode: a, b, g, n, ac, ax, or be. You can also prefix the letter(s) with 802.11, 80211 or just 11. For example, type 11b to display only networks that support 802.11b, or ax to display only networks that support 802.11ax.
- To filter networks by security or encryption type, enter the acronym for the security or encryption type in the Filter field. For example, type WPA2 to display only networks that are configured with WPA2.
- To filter networks by capability, enter the capability in the Filter field. The following capabilities are supported: Wi-Fi Protected Setup (use wps), BSS Fast Transition (use ft), Hotspot 2.0 (use hs), and Dynamic Transmit Power Control (use dtpc). For example, type wps to display only networks that support WPS.
- To filter networks by hidden SSID, enter hidden in the Filter field.
Filter networks using specific network attributes
You can also filter networks by specific attributes. These attributes map to available columns in WiFi Explorer Pro for Windows and are identified with the prefix dot11.net., as shown in the table below. For example, to show only networks with a minimum basic rate of 11 Mbps or higher, use the filter dot11.net.min_basic_rate >= 11.If you filter only by the attribute name, for example, dot11.net.country_code, then only the networks that include this attribute are displayed.
Filter networks using information element fields
Besides network attributes, you can also filter networks by specific information element fields. The prefix dot11. identifies information element fields (except for dot11.net, which identifies network attributes).Compare values
You can use the following operators to compare values when filtering using network attributes or information element fields:If the value you’re comparing contains spaces, then you must use quotation marks. For example, dot11.net.ssid == “Guest Network”.
It is optional to include the units (MHz, GHz, dBm, etc.) when comparing numerical values. For example, the filter dot11.net.signal > -65 is equivalent to dot11.net.signal > “-65 dBm”.