Skip to content

Commit

Permalink
add supplicant 2.11 for Indrik ES100
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleLo-IFX committed May 28, 2024
1 parent 1f99aca commit ef654fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ hostapd/wpa_supplicant binaries.

### Build the hostapd/wpa_supplicant binaries
```bash
#1. Download Hostap source and change the HEAD to commit cff80b4f7d3c
#1. Download Hostap source and change the HEAD to commit 13837a031a78.
git clone git://w1.fi/hostap.git
cd hostap
git checkout cff80b4f7d3c
git checkout 13837a031a78
#2. In Hostap root folder, untar/apply cypress patches with below bash commands
tar zxvf cypress-hostap_2_10-*.tar.gz
for i in cypress-hostap_2_10/*.patch; do patch -p1 < $i; done
tar zxvf cypress-hostap_2_11-*.tar.gz
for i in cypress-hostap_2_11-devel/*.patch; do patch -p1 < $i; done
#3. (Hostapd) in hostapd root directory, have a build time configuration file,
# .config, and build hostapd and hostapd_cli
cd hostapd
Expand All @@ -195,9 +195,11 @@ hostapd/wpa_supplicant binaries.
# hostap/wpa_supplicant/wpa_supplicant
# hostap/wpa_supplicant/wpa_cli
```
Note: Set CONFIG_SAE=y in .config to enable WPA3-Personal (SAE) support.
Note 1: Set CONFIG_SAE=y in .config to enable WPA3-Personal (SAE) support.
5459x and 43012 only supports sae_pwe 1 or 2 in hostapd.conf and wpa_supplicant.conf

Note 2: For commercial SAP use on an IOT device, we recommand to launch the AP with DTIM_PERIOD is 1.
dtim_period=1 in hostapd.conf

Test Environment
----------------
Expand Down

0 comments on commit ef654fe

Please sign in to comment.