Searched defs:authorized (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinfirewall.cc92 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized)
94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
97 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized)
99 *authorized = false;
119 *authorized = (fwEnabled != VARIANT_FALSE);
122 // No entry in list of authorized apps
135 bool authorized,
138 ToUtf16(friendly_name).c_str(), authorized, result);
143 bool authorized,
160 hr = app->put_Enabled(authorized
133 AddApplication(const char* filename, const char* friendly_name, bool authorized, HRESULT* result) argument
141 AddApplicationW(const wchar_t* filename, const wchar_t* friendly_name, bool authorized, HRESULT* result) argument
[all...]
/external/bluetooth/bluez/gdbus/
H A Dpolkit.c36 void (*function) (dbus_bool_t authorized,
98 dbus_bool_t authorized, challenge; local
102 dbus_message_iter_get_basic(&result, &authorized);
105 return authorized;
109 void (*function) (dbus_bool_t authorized, void *user_data);
118 dbus_bool_t authorized = FALSE; local
130 authorized = parse_result(&iter);
134 data->function(authorized, data->user_data);
147 void (*function) (dbus_bool_t authorized,
145 polkit_check_authorization(DBusConnection *conn, const char *action, gboolean interaction, void (*function) (dbus_bool_t authorized, void *user_data), void *user_data, int timeout) argument
H A Dobject.c316 void (*function) (dbus_bool_t authorized,
325 static void builtin_security_result(dbus_bool_t authorized, void *user_data) argument
329 if (authorized == TRUE)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c778 int authorized)
781 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
788 if (authorized) {
831 sta->addr, authorized, dev_addr);
777 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dap_drv_ops.c197 struct sta_info *sta, int authorized)
199 if (authorized) {
196 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c78 struct sta_info *sta, int authorized)
85 if (authorized) {
102 if (authorized)
1639 int authorized)
1643 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
77 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
1638 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c778 int authorized)
781 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
788 if (authorized) {
831 sta->addr, authorized, dev_addr);
777 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dap_drv_ops.c197 struct sta_info *sta, int authorized)
199 if (authorized) {
196 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c78 struct sta_info *sta, int authorized)
85 if (authorized) {
102 if (authorized)
1639 int authorized)
1643 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
77 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
1638 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c778 int authorized)
781 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
788 if (authorized) {
831 sta->addr, authorized, dev_addr);
777 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dap_drv_ops.c197 struct sta_info *sta, int authorized)
199 if (authorized) {
196 hostapd_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
H A Dieee802_1x.c78 struct sta_info *sta, int authorized)
85 if (authorized) {
102 if (authorized)
1639 int authorized)
1643 ieee802_1x_set_sta_authorized(hapd, sta, authorized);
77 ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
1638 ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, int authorized) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c318 struct ibss_rsn_peer *peer, int authorized)
322 if (authorized) {
317 ibss_set_sta_authorized(struct ibss_rsn *ibss_rsn, struct ibss_rsn_peer *peer, int authorized) argument
H A Dap.c325 int authorized, const u8 *p2p_dev_addr)
327 wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr);
324 ap_sta_authorized_cb(void *ctx, const u8 *mac_addr, int authorized, const u8 *p2p_dev_addr) argument
H A Dnotify.c568 const u8 *mac_addr, int authorized,
571 if (authorized)
567 wpas_notify_sta_authorized(struct wpa_supplicant *wpa_s, const u8 *mac_addr, int authorized, const u8 *p2p_dev_addr) argument
H A Ddriver_i.h335 int authorized)
339 authorized);
334 wpa_drv_set_supp_port(struct wpa_supplicant *wpa_s, int authorized) argument
/external/bluetooth/bluez/audio/
H A Ddevice.c95 gboolean authorized; member in struct:dev_priv
241 priv->authorized = FALSE;
741 priv->authorized = TRUE;
813 if (priv->authorized || audio_device_is_connected(dev)) {
864 priv->authorized = auth;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c387 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
393 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
394 __func__, ether_sprintf(addr), authorized);
396 if (authorized)
405 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_bsd.c486 int authorized = -1; local
490 authorized = 1;
492 authorized = 0;
494 if (authorized < 0)
497 return bsd_send_mlme_param(priv, authorized ?
H A Ddriver_madwifi.c361 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
367 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
368 __func__, ether_sprintf(addr), authorized);
370 if (authorized)
379 __func__, authorized ? "" : "un", MAC2STR(addr));
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c387 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
393 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
394 __func__, ether_sprintf(addr), authorized);
396 if (authorized)
405 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_bsd.c486 int authorized = -1; local
490 authorized = 1;
492 authorized = 0;
494 if (authorized < 0)
497 return bsd_send_mlme_param(priv, authorized ?
H A Ddriver_madwifi.c361 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
367 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
368 __func__, ether_sprintf(addr), authorized);
370 if (authorized)
379 __func__, authorized ? "" : "un", MAC2STR(addr));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c387 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) argument
393 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
394 __func__, ether_sprintf(addr), authorized);
396 if (authorized)
405 __func__, authorized ? "" : "un", MAC2STR(addr));
H A Ddriver_bsd.c486 int authorized = -1; local
490 authorized = 1;
492 authorized = 0;
494 if (authorized < 0)
497 return bsd_send_mlme_param(priv, authorized ?

Completed in 312 milliseconds

12