Searched refs:authorized (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/bsd/openldap/dist/build/
H A Dlib-shared.mk8 ## modification, are permitted only as authorized by the OpenLDAP
H A Dmkversion10 ## modification, are permitted only as authorized by the OpenLDAP
66 * modification, are permitted only as authorized by the OpenLDAP
H A Dman.mk8 ## modification, are permitted only as authorized by the OpenLDAP
H A Dmod.mk8 ## modification, are permitted only as authorized by the OpenLDAP
H A Dtop.mk8 ## modification, are permitted only as authorized by the OpenLDAP
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.h28 struct sta_info *sta, int authorized);
H A Dsta_info.c1219 int authorized)
1228 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
1231 if (authorized)
1253 sta->addr, authorized, dev_addr);
1255 if (authorized) {
1296 if (authorized)
1218 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dsta_info.h345 struct sta_info *sta, int authorized);
H A Dhostapd.h266 int authorized, const u8 *p2p_dev_addr);
H A Dap_drv_ops.c256 struct sta_info *sta, int authorized)
258 if (authorized) {
255 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c109 struct sta_info *sta, int authorized)
116 if (authorized) {
134 if (authorized) {
2333 int authorized)
2337 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
108 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
2332 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
H A Dap_drv_ops.h30 struct sta_info *sta, int authorized);
/netbsd-current/external/bsd/wpa/dist/src/eapol_auth/
H A Deapol_auth_sm.h79 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dpatch_tester.sh24 authorized and trusted sources. Don't even think about
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dpatch_tester.sh24 authorized and trusted sources. Don't even think about
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpas_glue.c1003 static void wpa_supplicant_port_cb(void *ctx, int authorized) argument
1010 authorized ? "Authorized" : "Unauthorized");
1015 authorized ? "Authorized" : "Unauthorized");
1016 wpa_drv_set_supp_port(wpa_s, authorized);
H A Dnotify.h93 const u8 *mac_addr, int authorized,
H A Dnotify.c753 /* Notify listeners a new station has been authorized */
780 const u8 *mac_addr, int authorized,
783 if (authorized)
779 wpas_notify_sta_authorized(struct wpa_supplicant *wpa_s, const u8 *mac_addr, int authorized, const u8 *p2p_dev_addr) argument
H A Dibss_rsn.c367 struct ibss_rsn_peer *peer, int authorized)
371 if (authorized) {
366 ibss_set_sta_authorized(struct ibss_rsn *ibss_rsn, struct ibss_rsn_peer *peer, int authorized) argument
H A Ddriver_i.h374 int authorized)
378 authorized);
373 wpa_drv_set_supp_port(struct wpa_supplicant *wpa_s, int authorized) argument
/netbsd-current/external/bsd/wpa/dist/src/eapol_supp/
H A Deapol_supp_sm.h242 * port_cb - Set port authorized/unauthorized callback (optional)
244 * @authorized: Whether the supplicant port is now in authorized state
246 void (*port_cb)(void *ctx, int authorized);
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_bsd.c1062 int authorized = -1; local
1066 authorized = 1;
1068 authorized = 0;
1070 if (authorized < 0)
1073 return bsd_send_mlme_param(priv, authorized ?
H A Ddriver_atheros.c435 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
441 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
442 __func__, ether_sprintf(addr), authorized);
444 if (authorized)
453 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_nl80211_event.c296 struct nlattr *authorized,
425 if (authorized && nla_get_u8(authorized)) {
426 event.assoc_info.authorized = 1;
427 wpa_printf(MSG_DEBUG, "nl80211: connection authorized");
2329 "nl80211: Ignore port authorized event without BSSID");
2336 "nl80211: Ignore port authorized event for " MACSTR
290 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid) argument
H A Ddriver.h3139 * @authorized: Whether the port is authorized
3142 int (*set_supp_port)(void *priv, int authorized);
4769 * EVENT_PORT_AUTHORIZED - Notification that a connection is authorized
4943 * @authorized
4953 * authorized - Status of key management offload,
4956 int authorized; member in struct:wpa_event_data::assoc_info

Completed in 411 milliseconds

12