Home
last modified time | relevance | path

Searched refs:iw_auth (Results 1 – 1 of 1) sorted by relevance

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