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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c437 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) {

Completed in 24 milliseconds