adafruit / adafruit/Adafruit_Wippersnapper_Arduino

Support WPA2-PSK

Open
#758 4 comments 0 reactions 0 assignees View on GitHub
networking wifi
Dominant language
C++
Stars
54
Forks
56
Avg merge
2d 12h
Merged PRs (30d)
11

Description

It may be possible to do this through specifying a `key_mgmt` field like the Raspberry Pi `wifi_supplicant.conf` file.

`key_mgmt`: Specifies the key management protocol, which is typically WPA-PSK for WPA2 networks.

```
network={
ssid="YourNetworkSSID"
psk="YourNetworkPassword"
key_mgmt=WPA-PSK
}
```

We do need to check what encryption method is used for the `psk` field.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files or tests. Start by locating the firmware's Wi-Fi configuration and WPA handling, then verify the required PSK encryption method against the Raspberry Pi example; done means WPA2-PSK networks can connect with the documented key_mgmt setting.

Written by the indexing model from the issue text.

Assessment

Tech stack
arduino, cpp
Domain
embedded-iot, networking, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.