Questions tagged [ssid]

SSID is a case sensitive, 32 alphanumeric character unique identifier attached to the header of packets sent over a wireless local-area network (WLAN).

SSID is short for Service Set Identifier.

SSID acts as a password when a mobile device tries to connect to the basic service set (BSS).

The SSID differentiates one WLAN from another, so all access points and all devices attempting to connect to a specific WLAN must use the same SSID to enable effective roaming. As part of the association process, a wireless client must have the same SSID as the one put in the access point or it will not be permitted to join the BSS.

SSID is considered to be a fairly weak form of security because an SSID can be sniffed in plain text from a packet and most access points broadcast the SSID. Some network administrators turn off SSID broadcasting, but a hacker can still sniff the SSID from frames that stations use when associating with an access point. An SSID is also referred to as a network name because essentially it is a name that identifies a wireless network.

207 questions
0
votes
2 answers

Flutter - How to access Wifi details?

I'm setting up an IoT device over Bluetooth. To do so, I need to get the Wifi details from my user. For simplicity I would like to get a list of the networks based off of connection levels.
user10901801
0
votes
0 answers

PHP sessions and checking against SID

i developed a php application where users login and a singleton "controller" instance contains all of the user data like their options, permissions and so on. This controller is stored in session and will be always the same every page they change.…
D3stroyah
  • 31
  • 6
0
votes
0 answers

how to get the wifi ssid and upload to firebase?

I want to get the ssid in scan result and upload to firebase, but there is nothing that gets put into the database. What am I missing in my code below? private void uploadWifiList() { mWifiManager = (WifiManager) (WifiManager)…
0
votes
1 answer

android scan all wifi network and list ssid

I want to list all wifi network and show ssid in a list.I think I should use broadcast to do this but I used several codes but doesnt work .I just need to list all ssides and show them to user but if you tell me how can show wifi signal stronge too…
john
  • 345
  • 1
  • 4
  • 20
0
votes
2 answers

Wi-Fi scanning for SSID in Meteor

I want to know what's my mobile's current Wi-Fi SSID before starting the server using Cordova and Meteor. I added this code in the client side of Meteor.startup(): Meteor.startup(function() { if (Meteor.isCordova) { …
user31039
  • 21
  • 8
0
votes
1 answer

Java boolean returns false even though answer should be correct

I'm currently working on a Smartmirror project with a Raspberry Pi Zero W and I need my java program to check the internet connection so that I know wether I can update my weather data. For this method I use the iwgetid command to get the SSID. The…
Janik
  • 43
  • 6
0
votes
2 answers

One element of String array won't print into UITextField in Swift4. Casting to Any or String

The offending element is the let mSSIDDATA = SSIDDict["SSIDDATA"] field. If I leave it as it is, it prints out to the log window as shown here. Looking up SSID info for en0 SSIDDict Values: ["SSID": SKYF7BFF, "BSSID": 7c:4c:a5:c:8b:15,…
Harry McGovern
  • 517
  • 5
  • 19
0
votes
1 answer

Why can't VLAN tagging work on a wifi SSID interface?

A little while I ago I issued a check-up/rundown/audit on our firewall environment. One of the things that popped up is the fact that we use a wifi SSID interface where VLAN tagging is happening on. But I don't quite understand why this is useless…
Lennert
  • 3
  • 1
0
votes
0 answers

How to get specific strings in a Strings list from an alert dialog

I have an Android app that connects to the network of a device and sends a command through the device's IP to scan networks that the device finds. My command is "new Command(). Execute (" http://192.168.4.1/scan "); I'm new in Android and with…
0
votes
1 answer

How does wifi password work against phishing attack?

I have a my_wifi_access_point setup and it's password protected. My phone is connected to the wifi using the password I set. This is a typical home wifi scenario. What if a malicious user comes along and also setup a wifi with the same ssid near my…
Xi 张熹
  • 10,492
  • 18
  • 58
  • 86
0
votes
1 answer

make raspberry appear as SSID

I have a nodejs server in my raspberry and I want people to be able to connecto to it just connecting to the raspi. The ideal scenario is where in my phone I see the raspi SSID, I connect to it. Then I open chrome enter the ip:port of the raspi…
javirs
  • 1,049
  • 26
  • 52
0
votes
1 answer

WAMP server: change wireless SSID and server not reachable

This is a really strange thing. I got a working WAMP server on my laptop, installed Laravel and a web application available to my clients on the local wireless network. Everything is working flawlessy. I can communicate between my android app via…
Zappescu
  • 1,429
  • 2
  • 12
  • 25
0
votes
1 answer

Smart Phone Probing

I've been reading up a lot on mac address randomization and probing done by smartphones (Found some good information here). What I am wondering is 2 things. When does your phone probe? Specifically, does it stop probing after you have connected to…
AIntel
  • 1,087
  • 5
  • 14
  • 27
0
votes
0 answers

Is there a cross-platform way to get ssid and bssid of a WLAN network through C++

I have created a cross-platform c++ app that among other things need to get the ssid and the bssid of the wlan network that is up. I have found ways to accomplish that in windows (WMI,WLanSCAN) and in linux (executing and parsing the relevant shell…
dk13
  • 1,461
  • 4
  • 20
  • 47
0
votes
1 answer

omnet++ Inet - Simulating dynamic access point behaviour

I have to create a particular simulation for a college project. The simulation should feature several mobile nodes cyclically switch between 802.11 access point and station modes. While in station mode, nodes should read the SSIDs of access points…
Maldus
  • 10,548
  • 4
  • 24
  • 36