Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c108 { NWAM_REQUEST_TYPE_WLAN_SCAN, AUTOCONF_WLAN_AUTH,
112 { NWAM_REQUEST_TYPE_WLAN_SELECT, AUTOCONF_WLAN_AUTH,
114 { NWAM_REQUEST_TYPE_WLAN_SET_KEY, AUTOCONF_WLAN_AUTH,
284 if (chkauthattr(AUTOCONF_WLAN_AUTH, pwd->pw_name) == 0) { in nwamd_door_req_action()
287 AUTOCONF_WLAN_AUTH, nwam_action_to_string(action)); in nwamd_door_req_action()
/illumos-gate/usr/src/head/
H A Dauth_list.h42 #define AUTOCONF_WLAN_AUTH "solaris.network.autoconf.wlan" macro
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c79 if (chkauthattr(AUTOCONF_WLAN_AUTH, pwd->pw_name) == 0) in nwam_check_auths()