问题标签 [access-point-name]

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 回答
537 浏览

java - 如何通过java获取网络的无线AP的SSID?

我是 java 编程新手,我最后一年的项目是基于 Rogue 接入点检测工具,我需要如何从现有 wifi 网络的 java 代码中获取 SSID?

例如:在我的笔记本电脑中说 iam,我需要该程序来显示有多少 SSID 广播 SSIDS 和名称!(通过笔记本电脑内置的 wifi 适配器)。

谢谢你。