HomeSort by relevance Sort by last modified time
    Searched refs:authorized (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.h 55 bool QueryAuthorized(const char* filename, bool* authorized) const;
56 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const;
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);
winfirewall.cc 92 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 ? VARIANT_TRUE : VARIANT_FALSE)
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/sasl/
AuthorizeCallback.java 43 * Store authorized Serialized field.
45 private boolean authorized; field in class:AuthorizeCallback
63 return (authorized ? authorizedID : null);
67 return authorized;
71 authorized = ok;
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.h 29 struct sta_info *sta, int authorized);
sta_info.h 184 struct sta_info *sta, int authorized);
hostapd.h 172 int authorized, const u8 *p2p_dev_addr);
sta_info.c 855 int authorized)
862 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
874 if (authorized) {
917 sta->addr, authorized, dev_addr);
ap_drv_ops.h 28 struct sta_info *sta, int authorized);
ieee802_1x.c 79 struct sta_info *sta, int authorized)
86 if (authorized) {
103 if (authorized) {
    [all...]
ap_drv_ops.c 231 struct sta_info *sta, int authorized)
233 if (authorized) {
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 67 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 84 const u8 *mac_addr, int authorized,
notify.c 577 const u8 *mac_addr, int authorized,
580 if (authorized)
wpas_glue.c 709 static void wpa_supplicant_port_cb(void *ctx, int authorized)
716 authorized ? "Authorized" : "Unauthorized");
721 authorized ? "Authorized" : "Unauthorized");
722 wpa_drv_set_supp_port(wpa_s, authorized);
driver_i.h 325 int authorized)
329 authorized);
ibss_rsn.c 318 struct ibss_rsn_peer *peer, int authorized)
322 if (authorized) {
ap.c 363 int authorized, const u8 *p2p_dev_addr)
365 wpas_notify_sta_authorized(ctx, mac_addr, authorized, p2p_dev_addr);
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 97 if (this.client_.authorized) {
126 (this.files_.length > 0) && this.client_.authorized;
picasa_client.js 125 * Whether client is already authorized.
128 get authorized() {
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 14 typedef enum { Unauthorized, Authorized } PortStatus;
212 * port_cb - Set port authorized/unauthorized callback (optional)
214 * @authorized: Whether the supplicant port is now in authorized state
216 void (*port_cb)(void *ctx, int authorized);
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 480 int authorized = -1; local
482 /* For now, only support setting Authorized flag */
484 authorized = 1;
486 authorized = 0;
488 if (authorized < 0)
491 return bsd_send_mlme_param(priv, authorized ?
    [all...]
driver_madwifi.c 355 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized)
361 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
362 __func__, ether_sprintf(addr), authorized);
364 if (authorized)
373 __func__, authorized ? "" : "un", MAC2STR(addr));
383 /* For now, only support setting Authorized flag */
    [all...]
driver_atheros.c 387 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized)
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));
415 /* For now, only support setting Authorized flag */
    [all...]
driver.h     [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of

Completed in 833 milliseconds

1 2