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.
193 questions
0
votes
1 answer

How sign my app as "system application" android

I've an application that writes some APN settings. Since from Android 4.0 this operation is no more allowed, but for system applications, my question is: Is there any way to sign my application as "System app", so it can be installed on no-rooted…
user1071138
  • 656
  • 3
  • 12
  • 30
0
votes
3 answers

C: packet send to a specific device (mobile devices)

How is a packet received by a wireless devices with thousands of users/devices connected to the same network? If we are using UDP, will it send the packets to all the devices such that only the authenticated devices will accept the packets and…
Rohith Gowda
  • 137
  • 2
  • 2
  • 12
0
votes
1 answer

JUDDI inquiry (find) for access point

I need to find or do an inquiry for getting the access point using JUDDI from an already published service. I followed the procedure told in Apache jUDDI: Finding Templates. But it didn't work out and i get the following error from the Tomcat…
Chris Petrus
  • 193
  • 1
  • 3
  • 15
0
votes
1 answer

Ping Clients of Android Mobile AP

I'd like to ping clients of my mobile AP. This way I want to see if the client is really connected to my hotspot, since /proc/net/arp only refreshes, when I shut down my hotspot. This is my AsyncTask: protected Boolean doInBackground(Object...…
Wolfen
  • 380
  • 1
  • 5
  • 18
0
votes
1 answer

get ssid from access point in ios

I want to get some uniqe information from access points such as mac address (bssid). I try this code, but it is only works when I connect a network.. - (id)fetchSSIDInfo { NSArray *ifs = (id)CNCopySupportedInterfaces(); NSLog(@"%s: Supported…
-1
votes
0 answers

WiFi 5GHz AP creation frequency not enabled for region=GB

I'm facing an issue with creating a 5GHz Access Point (AP) in the GB region. I've been working on setting up a wireless network using networkmanager, and while I can successfully create a 2.4GHz AP, I'm encountering difficulties with the 5GHz…
zaheerk
  • 11
  • 2
-1
votes
1 answer

Can i get internet if i'm using Access Point for WiFi in android??

Can i get internet if i'm using Access Point for WiFi, i'm using the code ConnectivityManager mConnectivity =(ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); mConnectivity.startUsingNetworkFeature(0, "TYPE_MOBILE"); Thanks
Priya R G
  • 543
  • 4
  • 10
  • 21
-1
votes
1 answer

how can I configure an Access Point on a Lan Network that has only one working IP Address?

I can connect to Internet via Ethernet-cable (Port in wall , no access to the main router) and have those configurations and with any device connecting to this Lan port it is always the same IP address given. IPv4-Adresse : 134.102.9.7 Subnetmask:…
-1
votes
1 answer

Rasperry Pi Access point: Assign a fixed IP to a client

I configured an access point with custom DNS on my raspberry pi according to the official documentation: https://www.raspberrypi.org/documentation/configuration/wireless/access-point-routed.md Now I want to assign a fixed IP address to one of my…
mleister
  • 1,697
  • 2
  • 20
  • 46
-1
votes
1 answer

Raspberry Pi Acces Point - How to connect to port 80 of client

I have set up my Raspberry Pi as Access Point. Working! I have my wlan0 as access point. Working! I have my eth0 as connection to my Homenetwork (connection to the internet). Working! Now to my question, I have an ESP 8266 which I have already…
-1
votes
1 answer

WiFi data protection from landlord / Router as encrypted repeater?

I have a spare router lying around. In our house, we’re using our landlords WiFi and we’re a bit sketched out to allow them to read all our visited websites and whatnot. So there are basically two ideas. A) use one of the many VPNs to undermine…
-1
votes
1 answer

Match AP name from Cisco wireless AP OID results

I am trying to verify that an AP can be found on my wireless controller via PHP. I need to be able to pass in the AP name and match it to the list found. Should be simple enough, but I haven't messed with SNMP for a tick. I know the OID is correct…
W3bGuy
  • 735
  • 7
  • 20
-1
votes
1 answer

raspberry pi as access point with captive portal

I recently got a raspberry pi. I have it set up as an access point in a standalone network (not connected to the internet). I can also serve a static website on this network. Ive been trying to set up a captive portal so that when a user joins the…
Lachlan
  • 1
  • 3
-1
votes
1 answer

Discover raspberry's IP

I have a Raspberry with win 10 IoT, working as a main server for a cloud of sensors. In the raspberry I have a server that broadcast its IP using UDP broadcast. Then all my distributed sensors notice it and connect to the Raspberry via TCP and the…
javirs
  • 1,049
  • 26
  • 52
-1
votes
3 answers

Ad supported free WIFI based internet access point

We would like to setup a small Wifi access point where we provide free internet in and around our store, with store banner pop ups added to any web content they browse using this net connection. What do we need to do this? I am expecting some kind…
Nik Matt
1 2 3
12
13