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

/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1286 wl_authmode_t auth_mode; local
1290 auth_mode = WL_OPENSYSTEM;
1293 auth_mode = WL_SHAREDKEY;
1298 return (i_dladm_wlan_param(handle, linkid, &auth_mode,
1299 MAC_PROP_WL_AUTH_MODE, sizeof (auth_mode), B_TRUE));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c3560 wl_authmode_t auth_mode; local
3565 (void) memset(&auth_mode, 0xff, sizeof (auth_mode));
3568 auth_mode = WL_OPENSYSTEM;
3570 auth_mode = WL_SHAREDKEY;
3578 (void) memmove(gbuf->wldp_buf, &auth_mode, sizeof (wl_authmode_t));
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1580 uint8_t auth_mode; member in struct:dfc_fcsp_config
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c8455 /* Read auth_mode */
8468 "Cfg err: Invalid auth_mode found. c=%c sum=%d",
8480 "Config error: Invalid delimiter after auth_mode.");
9420 fcsp_cfg->auth_mode = auth_cfg->authentication_mode;
9504 auth_cfg->authentication_mode = fcsp_cfg->auth_mode;
10010 fcsp_cfg->auth_mode = auth_cfg->authentication_mode;

Completed in 127 milliseconds