In industrial sites and enterprise campus networks, wireless connectivity is no longer just about “being connected.”
As internal network security requirements continue to rise, 802.1X enterprise Wi-Fi authentication has become the mainstream standard. By leveraging a RADIUS server, enterprises can centrally authenticate, authorize, and manage every connected device, significantly improving security and auditability.
For ARMxy industrial edge computers deployed in the field—often running headless Linux systems without GUI environments—stable and secure access to enterprise Wi-Fi is a critical step during system integration and project delivery.
This guide is based on the preinstalled wpa_supplicant tool on ARMxy devices and provides a complete, step-by-step walkthrough of enterprise 802.1X Wi-Fi access, covering configuration files, authentication, IP address assignment, connection verification, and troubleshooting. It is designed to help engineers deploy quickly and reliably in real-world industrial environments.
In factories, campuses, and enterprise intranet environments, traditional WPA2-PSK (pre-shared key) Wi-Fi increasingly fails to meet security requirements:
Shared passwords create security risks when personnel change
Devices cannot be uniquely identified
Centralized management and auditing are difficult
In contrast, 802.1X enterprise Wi-Fi offers a security model that aligns with both industrial and IT security architectures:
| Feature | Description |
|---|---|
| Centralized authentication | Managed via RADIUS server |
| Device identity | Per-device user account or certificate |
| High security | Certificate-based and mutual authentication |
| Industrial readiness | Widely used in factories and enterprise networks |
ARMxy industrial computers come with wpa_supplicant preinstalled, enabling enterprise Wi-Fi access entirely via the command line—no additional software required.
Before starting, ensure the following conditions are met.
| Item | Requirement |
|---|---|
| Operating System | Linux |
| Wireless authentication tool | wpa_supplicant (preinstalled on ARMxy) |
| Access method | SSH or serial console |
| Information Type | Example |
|---|---|
| SSID | Company_WiFi |
| Authentication method | PEAP / MSCHAPv2 or EAP-TLS |
| Credentials | Username + password |
| or | Client certificate + private key |
| (Optional) | CA root certificate |
It is recommended to store enterprise Wi-Fi configuration files in the following directory for easier maintenance:
Example configuration file:
✔ Most common, lowest deployment cost
| Parameter | Description |
|---|---|
| ssid | Enterprise Wi-Fi name |
| identity | Username / employee ID |
| password | Login password |
| phase2 | Phase-2 authentication method |
| ca_cert | Recommended for enhanced security |
⚠️ Disabling server certificate validation is not recommended for production use and should only be used temporarily for testing.
✔ Highest security level, ideal for core or long-term devices
| File | Purpose |
|---|---|
| client_cert | Client certificate |
| private_key | Private key |
| ca_cert | RADIUS server CA |
Successful connection indicator:
Once confirmed, press Ctrl + C to stop the test session.
| Parameter | Description |
|---|---|
| -B | Run as background daemon |
Successful authentication ≠ network connectivity
An IP address must still be obtained via DHCP.
Verify the result:
| Criteria | Description |
|---|---|
| inet present | IP address assigned |
| Not 169.254.x.x | DHCP functioning correctly |
| Check Item | Command | Expected Result |
|---|---|---|
| Interface status | ip addr show wlan0 |
UP with IP |
| Wi-Fi association | iw dev wlan0 link |
Connected |
| Process status | `ps | grep wpa_supplicant` |
| Network reachability | ping -c 4 8.8.8.8 |
Replies received |
Focus on keywords such as:
EAP
authentication failed
timeout
| Issue | Possible Cause | Recommendation |
|---|---|---|
| SSID not found | AP out of range | Check access point |
| Authentication failed | Incorrect credentials or certificate | Verify configuration |
| EAP timeout | Encryption or certificate mismatch | Review settings |
| No IP assigned | DHCP issue | Test static IP |
By adopting 802.1X enterprise Wi-Fi, ARMxy industrial computers can achieve:
✅ Secure access to enterprise intranets
✅ Controlled and auditable device identities
✅ Seamless integration with IT security infrastructures
This solution is ideal for smart manufacturing, factory intranets, energy systems, and campus-scale industrial deployments.