Searched refs:iw_auth (Results 1 – 1 of 1) sorted by relevance
385 wl_authmode_t *iw_auth = (wl_authmode_t *)inp->wldp_buf; in wifi_cfg_authmode() local399 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() local1713 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()