Searched refs:authmode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/ipw/
H A Dif_ipwreg.h248 uint8_t authmode; member in struct:ipw_security
H A Dif_ipw.c2178 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ?
2181 DPRINTF(("Setting authmode to %u\n", security.authmode));
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1013 int authmode; local
1017 authmode = IEEE80211_AUTH_AUTO;
1019 authmode = IEEE80211_AUTH_SHARED;
1021 authmode = IEEE80211_AUTH_OPEN;
1023 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
H A Ddriver.h2862 * @authmode: 1=Open System, 2=Shared Key, 3=both
2871 int (*set_authmode)(void *priv, int authmode);

Completed in 98 milliseconds