Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 61) sorted by relevance

123

/freebsd-9-stable/usr.sbin/wpa/hostapd/
Ddriver_freebsd.c312 int authorized = -1; in bsd_set_sta_authorized() local
316 authorized = 1; in bsd_set_sta_authorized()
318 authorized = 0; in bsd_set_sta_authorized()
320 if (authorized < 0) in bsd_set_sta_authorized()
323 return bsd_send_mlme_param(priv, authorized ? in bsd_set_sta_authorized()
/freebsd-9-stable/contrib/ofed/management/opensm/opensm/
Dosm_console_io.c136 p_oct->authorized = !is_remote(p_oct->client_type) || in is_authorized()
139 return p_oct->authorized; in is_authorized()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwpas_glue.c560 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument
567 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
572 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
573 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
Ddriver_i.h375 int authorized) in wpa_drv_set_supp_port() argument
379 authorized); in wpa_drv_set_supp_port()
/freebsd-9-stable/contrib/ofed/management/opensm/include/opensm/
Dosm_console_io.h71 int authorized; member
/freebsd-9-stable/contrib/wpa/src/ap/
Dieee802_1x.h65 struct sta_info *sta, int authorized);
Dieee802_1x.c81 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() argument
88 if (authorized) { in ieee802_1x_set_sta_authorized()
113 if (authorized) in ieee802_1x_set_sta_authorized()
1587 int authorized) in ieee802_1x_set_port_authorized() argument
1591 ieee802_1x_set_sta_authorized(hapd, sta, authorized); in ieee802_1x_set_port_authorized()
Dhostapd.h57 int authorized);
Dap_drv_ops.c80 struct sta_info *sta, int authorized) in hostapd_set_authorized() argument
82 if (authorized) { in hostapd_set_authorized()
/freebsd-9-stable/contrib/wpa/src/eapol_auth/
Deapol_auth_sm.h70 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/freebsd-9-stable/contrib/wpa/src/eapol_supp/
Deapol_supp_sm.h222 void (*port_cb)(void *ctx, int authorized);
/freebsd-9-stable/sys/contrib/dev/nve/amd64/
Dnvenetlib.README22 …d exclusively for use on the Linux Operating system but which has been authorized by NVIDIA for us…
52 …regulations. This LICENSE may only be modified in writing signed by an authorized officer of NVIDI…
/freebsd-9-stable/sys/contrib/dev/nve/i386/
Dnvenetlib.README22 …d exclusively for use on the Linux Operating system but which has been authorized by NVIDIA for us…
52 …regulations. This LICENSE may only be modified in writing signed by an authorized officer of NVIDI…
/freebsd-9-stable/share/i18n/csmapper/APPLE/
DINUIT%UCS.src80 # package from Everson Typography. Note that while Apple authorized
DUCS%INUIT.src80 # package from Everson Typography. Note that while Apple authorized
DCELTIC%UCS.src81 # Mac OS 7.1 or later. Note that while Apple authorized
DUCS%CELTIC.src81 # Mac OS 7.1 or later. Note that while Apple authorized
DUCS%TURKISH.src120 # is not authorized for use without permission of Apple, and
DTURKISH%UCS.src120 # is not authorized for use without permission of Apple, and
DCROATIAN%UCS.src125 # is not authorized for use without permission of Apple, and
DUCS%CROATIAN.src125 # is not authorized for use without permission of Apple, and
DICELAND%UCS.src139 # is not authorized for use without permission of Apple, and
DROMANIAN%UCS.src129 # is not authorized for use without permission of Apple, and
/freebsd-9-stable/usr.sbin/pc-sysinstall/conf/licenses/
Dnvidia-en.txt53 … or written. This LICENSE may only be modified in writing signed by an authorized officer of NVIDI…
/freebsd-9-stable/contrib/wpa/src/drivers/
Ddriver.h1615 int (*set_supp_port)(void *priv, int authorized);

123