Home
last modified time | relevance | path

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

1234

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_console_io.c136 p_oct->authorized = !is_remote(p_oct->client_type) || in is_authorized()
139 return p_oct->authorized; in is_authorized()
/trueos/contrib/ofed/management/opensm/include/opensm/
HDosm_console_io.h71 int authorized; member
/trueos/contrib/wpa/wpa_supplicant/
HDwpas_glue.c690 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument
697 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
702 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
703 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
HDnotify.c573 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument
576 if (authorized) in wpas_notify_sta_authorized()
HDnotify.h84 const u8 *mac_addr, int authorized,
HDibss_rsn.c318 struct ibss_rsn_peer *peer, int authorized) in ibss_set_sta_authorized() argument
322 if (authorized) { in ibss_set_sta_authorized()
HDdriver_i.h325 int authorized) in wpa_drv_set_supp_port() argument
329 authorized); in wpa_drv_set_supp_port()
HDap.c364 int authorized, const u8 *p2p_dev_addr) in ap_sta_authorized_cb() argument
366 wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr); in ap_sta_authorized_cb()
/trueos/contrib/wpa/src/eapol_auth/
HDeapol_auth_sm.h67 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/trueos/contrib/wpa/src/ap/
HDieee802_1x.h29 struct sta_info *sta, int authorized);
HDsta_info.c849 int authorized) in ap_sta_set_authorized() argument
856 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized()
868 if (authorized) { in ap_sta_set_authorized()
911 sta->addr, authorized, dev_addr); in ap_sta_set_authorized()
HDsta_info.h185 struct sta_info *sta, int authorized);
HDhostapd.h168 int authorized, const u8 *p2p_dev_addr);
HDieee802_1x.c79 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() argument
86 if (authorized) { in ieee802_1x_set_sta_authorized()
103 if (authorized) { in ieee802_1x_set_sta_authorized()
1767 int authorized) in ieee802_1x_set_port_authorized() argument
1771 ieee802_1x_set_sta_authorized(hapd, sta, authorized); in ieee802_1x_set_port_authorized()
HDap_drv_ops.c223 struct sta_info *sta, int authorized) in hostapd_set_authorized() argument
225 if (authorized) { in hostapd_set_authorized()
HDap_drv_ops.h27 struct sta_info *sta, int authorized);
/trueos/contrib/netbsd-tests/lib/librumphijack/
HDsshd_config.in15 # The authorized keys file we set up during the test to allow the client
/trueos/contrib/netbsd-tests/fs/psshfs/
HDsshd_config.in15 # The authorized keys file we set up during the test to allow the client
/trueos/sys/contrib/dev/nve/amd64/
HDnvenetlib.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…
/trueos/sys/contrib/dev/nve/i386/
HDnvenetlib.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…
/trueos/contrib/wpa/src/drivers/
HDdriver_bsd.c527 int authorized = -1; in bsd_set_sta_authorized() local
531 authorized = 1; in bsd_set_sta_authorized()
533 authorized = 0; in bsd_set_sta_authorized()
535 if (authorized < 0) in bsd_set_sta_authorized()
538 return bsd_send_mlme_param(priv, authorized ? in bsd_set_sta_authorized()
/trueos/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.h216 void (*port_cb)(void *ctx, int authorized);
/trueos/contrib/serf/
HDLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
52 or by an individual or Legal Entity authorized to submit on behalf of
/trueos/contrib/apr-util/
HDLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
52 or by an individual or Legal Entity authorized to submit on behalf of
412 * modification, are permitted only as authorized by the OpenLDAP
/trueos/contrib/subversion/
HDLICENSE13 "Licensor" shall mean the copyright owner or entity authorized by
53 or by an individual or Legal Entity authorized to submit on behalf of

1234