mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Use iv_appie_wpa, with this commit WPA works again.
Approved by: rpaulo (mentor)
This commit is contained in:
parent
557c25b48f
commit
6e4c30c9cd
1 changed files with 2 additions and 2 deletions
|
|
@ -2266,8 +2266,8 @@ ipw_assoc(struct ieee80211com *ic, struct ieee80211vap *vap)
|
|||
if (error != 0)
|
||||
goto done;
|
||||
|
||||
if (vap->iv_appie_assocreq != NULL) {
|
||||
struct ieee80211_appie *ie = vap->iv_appie_assocreq;
|
||||
if (vap->iv_appie_wpa != NULL) {
|
||||
struct ieee80211_appie *ie = vap->iv_appie_wpa;
|
||||
error = ipw_setwpaie(sc, ie->ie_data, ie->ie_len);
|
||||
if (error != 0)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Reference in a new issue