Questions tagged [access-point]

Access Point is a configurable network identifier used by a mobile device when connecting to a GSM carrier.

Access Point identifies an IP Packet Data Network (PDN), that a mobile data user wants to communicate with. In addition to identifying a PDN, an access-point may also be used to define the type of service, (e.g. connection to wireless application protocol (WAP) server, multimedia messaging service (MMS)), that is provided by the PDN. APN is used in 3GPP data access networks, e.g. general packet radio service (GPRS), evolved packet core (EPC).

enter image description here

A structured Access-Point consists of two parts as shown in the accompanying figure.

  • Network Identifier : Defines the external network to which the Gateway GPRS Support Node (GGSN) is connected. Optionally, it may also include the service requested by the user. This part of the APN is mandatory
  • Operator Identifier : Defines the specific operator’s packet domain network in which the GGSN is located. This part of the APN is optional. The MCC is the Mobile Country Code and the MNC is the Mobile Network Code which together uniquely identify a mobile network operator.
171 questions
34
votes
5 answers

Force Android to Use Wifi network with no internet

I am building an android app that needs to communicate over a WiFi network that will not have any internet access. The problem is that even when the WiFi is connected android chooses to use cellular/mobile data when no connection internet is present…
Lonergan6275
  • 1,739
  • 5
  • 28
  • 61
17
votes
2 answers

Connect to password protected wifi network using adb shell

I have an Android phone, and the goal is to connect the phone to a password protected wifi network. Steps I know so far: adb root adb shell svc wifi enable Ok sweet, wifi is turned on. Now I need to connect the phone a certain wireless network that…
Grayson Henry
  • 716
  • 2
  • 9
  • 20
12
votes
3 answers

What is the difference between active scan and passive scan?

What is the difference between mWifiManager.startScanActive() and mWifiManager.startScan(). What is the difference between active scan and passive scan?
Judy
  • 1,806
  • 5
  • 27
  • 48
9
votes
1 answer

connect to specific access point android

Hi i'm trying to connect my app to a specific access point using the wifimanager api. as it stands I have a list of all access point in my area,from this list i am storing them in a array and picking which one to connect to . but at this stage is…
user3292394
  • 479
  • 1
  • 7
  • 19
8
votes
1 answer

Create an access point with the Nexus 7

What's the aim? Create an Access Point with an Android device (Nexus 7 in my case). The final purpose is to connect a WiFly card to this created network and exchange data between these devices. Hardware: Nexus 7 with the Android version 4.2.2…
David Guyon
  • 2,343
  • 1
  • 26
  • 38
7
votes
0 answers

Set network card to AP mode in OSX

I am trying to do OSX's internet sharing from the command line and there doesn't seem to be a command for it, so I'm trying to do it manually by turning the network card to access point mode. I can't seem to find anything about how to turn the…
syzygy
  • 1,256
  • 2
  • 14
  • 26
6
votes
1 answer

ESP: Auto login/accept message by OS with redirect to page like public WIFI portals access points

Example: I do not know how you call this feature so I try to explain it. For example when you connect your phone to a public WiFi hotspot/access point, you receive a message from OS that it is required to accept terms/conditions or you need to logon…
Codebeat
  • 6,123
  • 5
  • 51
  • 88
6
votes
1 answer

ESP8266 Sniffing and sending Mac address

I'm trying to make my ESP8266 sniffing nearby devices, then posting them by with a HTTP request. With purpose is to record when my roommate and I are at home. Then in the future, trigger certain tasks like turning on/off the lights if we're home or…
Gheotic
  • 71
  • 1
  • 7
6
votes
3 answers

How to capture a beacon frame from WLAN in windows?

I am using native Wifi api on Windows to programmatically do a few tasks with WLANs. However, my problem is it exposes limited set of functions. I would like to access certain fields of a beacon frame that provides Access Point load, airtime and so…
user592748
  • 1,144
  • 3
  • 21
  • 42
5
votes
0 answers

programatically start 5ghz wifi hotspot in android

There doesn't seem a public API for managing WIFI Hotspot in android. There are some solutions with reflection and others but none seems to answer How can I configure 5Ghz WiFi hotspot? I want to achieve faster file transfer with 5GHz local…
Omkar
  • 338
  • 3
  • 10
5
votes
0 answers

Setting up mobile hotspot/SoftAp on windows 10

As i have understood in Windows 10, the function to setup a hosted network from the console has been removed. Instead they are replacing it with a service called "Windows Mobile Hotspot Service". Intel them self confirms…
Norfus
  • 76
  • 4
5
votes
1 answer

How can I get the list of surrounding wireless accessing points using node.js?

Environment Linux Ubuntu node.js v0.6.12 Goal I'd like to be able to get the list of APs available / network names (SSIDs) I may want to select a specific SSID. My ultimate goal is to be able to check on wifi signal strength and quality in order…
zabumba
  • 12,001
  • 11
  • 58
  • 117
5
votes
3 answers

Difference between Access Point / Station and Bridge / Router?

In my current network setup, I have a Cisco RVS4000 router that feeds into a 48 port ethernet switch and a Ubiquiti PicoStation M2 wireless access point. I want the Cisco router to act as a DHCP server for the whole network. I am unsure how I should…
KevBelisle
  • 225
  • 1
  • 2
  • 12
4
votes
2 answers

Wifi repeater and captive portal

Okay, after surfing through the net, I can almost confirm that there is not a single site that tells me whether captive portal hinders the use of a wifi repeater or not. Due to my limited knowledge of how the Wifi protocol works, I can't help but…
3
votes
2 answers

Anyone have an idea about testing wireless connection on wireless access point

I have a wireless access point where they have 50+ wireless client and the connection just blow up in sometime. I think it related to overload on hardware. So is there anyway to simulate or something like that to test wireless access point in heavy…
zinuzoid
  • 337
  • 6
  • 12
1
2 3
11 12