Searched defs:iw_auth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c385 wl_authmode_t *iw_auth = (wl_authmode_t *)inp->wldp_buf; local
399 err = wl_set_authmode(ic, iw_auth);
1711 wl_authmode_t *iw_auth = (wl_authmode_t *)wldp_buf; local
1713 if (*iw_auth == ic->ic_bss->in_authmode)
1717 "set authmode=%u\n", *iw_auth);
1719 switch (*iw_auth) {
1722 ic->ic_bss->in_authmode = *iw_auth;
1727 "unknown authmode %u\n", *iw_auth);

Completed in 66 milliseconds