Searched defs:authmode (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 437 dladm_wlan_auth_t authmode; local 461 authmode = ((attrp->wa_valid & DLADM_WLAN_ATTR_AUTH) != 0) ? 464 if ((status = do_set_authmode(handle, linkid, &authmode)) != 701 wl_authmode_t authmode; local 802 if ((status = do_get_authmode(handle, linkid, &authmode, 803 sizeof (authmode))) != DLADM_STATUS_OK) 808 switch (authmode) {
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100_impl.h | 460 uint8_t authmode; member in struct:ipw2100_security
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 427 {AUTHMODE, "authmode", do_get_authmode, do_set_authmode, RW}, 729 * authmode=OPENSYSTEM 3573 gettext("%s: authmode: " 3667 wl_authmode_t authmode; local 3798 authmode = *(wl_authmode_t *)(gbuf->wldp_buf); 3799 switch (authmode) { 3809 "invalid authmode value\n"), gExecName);
|
Completed in 76 milliseconds