You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/wifi/libwifi.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ static int wifi_current_ssid(lua_State* L) {
339
339
/// * A table containing details about the interface. The table will contain the following keys:
340
340
/// * active - The interface has its corresponding network service enabled.
341
341
/// * activePHYMode - The current active PHY mode for the interface.
342
-
/// * bssid - The current basic service set identifier (BSSID) for the interface.
342
+
/// * bssid - The current basic service set identifier (BSSID) for the interface. Note that for this key to be available, hs.location needs to have been started
343
343
/// * cachedScanResults - A table containing the networks currently in the scan cache for the WLAN interface. See [hs.wifi.backgroundScan](#backgroundScan) for details on the table format.
344
344
/// * configuration - A table containing the current configuration for the given WLAN interface. This table will contain the following keys:
345
345
/// * networkProfiles - A table containing an array of known networks for the interface. Entries in the array will each contain the following keys:
0 commit comments