问题标签 [access-point]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2492 浏览

linux - dnsmasq 与 iPhone 失败

我正在尝试在 Linux 上使用 dnsmasq 作为 wifi 接入点。Windows 7 和 Android 智能手机可以很好地连接到 Linux 系统,但我的 iPhone 不能。Windows 和 iPhone 都可以使用 wpa_supplicant 进行身份验证,但问题是 iPhone 永远不会获得 IP 地址。

我的 dnsmasq.conf 配置文件非常简单:

dnsmasq 调试日志为 Windows 显示了这一点,您可以看到它是成功的:

但是,它为 iPhone 显示了这一点:

它就坐在那里!

有什么建议或帮助吗?谢谢!

0 投票
1 回答
761 浏览

android - Android 中的接入点属性

我正在开发一个需要根据其属性连接到多个 Wi-Fi 接入点的应用程序。一个例子是选择更好的接入点来提高连接性。在新环境中可能无法提前知道接入点的详细信息。如何使用 Android 手机以编程方式查找接入点的属性(特别是名称和制造/制造、信号强度)?我可以知道接入点的制造商/制造商吗(以便它可以用来推断应用程序中相关的存储功能)?

0 投票
1 回答
147 浏览

snmp - Find neighbour LLDP - access points participating in a mesh network

Is it possible to find the neighbour in a wireless mesh network? If there is an AP say AP1 which is connected to a switch and also another AP say AP2 to form a mesh then is it possible to find the neighbour of AP1 (which is AP2) if both access points support LLDP?

0 投票
3 回答
8840 浏览

wifi - 断开hostap上的用户

我正在创建一个无法访问 Internet 的访问点。用户可以查看本地托管在 Raspberry Pi 上的内容

我想要一个用户可以在 Facebook 上分享内容的起点。此时,我需要将他们从 WiFi 网络中踢出,以便他们可以使用自己的 3G/4G 连接。

如何在不重新启动 hostapd 的情况下立即强制关闭接入点的 MAC 地址?

0 投票
1 回答
6335 浏览

wifi - BeagleBone 中的 WiFi 接入点

我正在尝试在我的 Beaglebone Black 上启动 WiFi 接入点。没有桥。我只想从我的手机连接到 AP 以设置一些自定义配置。

我成功安装了 hostapd,并编辑了以下配置文件:我正在使用 Angstrom Linux (kernel 3.8)

等/网络/接口

等/udhcpd.conf

等/hostapd/hostapd.conf

在此之后,我在 connamd 行中写道:

Ater 这个我试图从我的手机连接到 AP。请参阅 hostapd 的以下日志:

在我的手机中,我看到以下消息:

结果我的手机无法连接到AP。我认为 udhcpd 中的问题。

请帮我找出问题。

谢谢

0 投票
1 回答
516 浏览

android - 当用户连接 WIFI 接入点时接收通知

我想定义到我的接入点的连接。我想在用户连接时收到通知。我知道我可以查询 arp table(/proc/net/arp) ,从中我可以找到连接的用户。这是示例代码:

问题:除了每 n 秒查看一次 arp-table 之外,还有什么更好的方法吗?

UPD:如果你连接到一个接入点,然后断开连接,那么记录仍然会在 arp-table 中。也就是说,直到我无法获得所有连接用户的列表

0 投票
1 回答
2200 浏览

android - Android How to scan for hidden access points

how can i do programmatically scan for hidden Wireless Access Points, in android ? getScanResults give me only visible Access Points , but i need to discover hidden too.

When programmatically scanning Wi-Fi networks (using WifiManager.startScan() and WifiManager.getScanResults()), when the SSID broadcast is disabled on an access point and the access point has never been connected to the device, the ScanResult element for this access point does not appear in the list of access points returned.

https://code.google.com/p/android/issues/detail?id=10305

0 投票
2 回答
20386 浏览

windows-8 - 更改无线 Windows 8 托管网络的频道

0 投票
1 回答
1791 浏览

android - 当Android设备设置为AP时在wireshark上捕获手机流量

我已将我的 Android 设置为 AP 并将其连接到我的机器并启用了 USB 网络共享。我在接入点上测试了简单的流量,并且在wireshark 上没有捕获到。我错过了什么吗,似乎我无法在台式电脑上捕获 AP 流量。如何将流量移动到桌面并捕获网络流量。

谢谢

0 投票
3 回答
31953 浏览

networking - 接入点/站和网桥/路由器之间的区别?

在我当前的网络设置中,我有一个 Cisco RVS4000 路由器,它连接到一个 48 端口以太网交换机和一个 Ubiquiti PicoStation M2 无线接入点。

我希望 Cisco 路由器充当整个网络的 DHCP 服务器。我不确定应该如何设置 Ubiquiti PicoStation M2...

看起来相关的 2 个选项是Network ModeWireless Mode

网络模式的选项包括:

  • 路由器
  • SOHO路由器

无线模式的选项包括:

  • 车站
  • 站WDS
  • 切入点
  • 接入点 WDS

从我读过的和我想要的......我会选择BridgeAccess Point吗?