HomeSort by relevance Sort by last modified time
    Searched refs:Privacy (Results 1 - 17 of 17) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PrivacyList.java 37 * List of Privacy headers.
43 public class PrivacyList extends SIPHeaderList<Privacy> {
52 super(Privacy.class, PrivacyHeader.NAME);
Privacy.java 44 * Privacy SIP header - RFC 3323.
50 public class Privacy
56 * Privacy type
58 private String privacy; field in class:Privacy
64 public Privacy() {
65 super(PRIVACY);
69 * Constructor given a privacy type
70 *@param privacy
72 public Privacy(String privacy)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PrivacyParser.java 34 * Privacy header parser.
40 * Privacy-hdr = "Privacy" HCOLON priv-value *(";" priv-value)
52 import gov.nist.javax.sip.header.ims.Privacy;
84 this.headerName(TokenTypes.PRIVACY);
89 Privacy privacy = new Privacy(); local
90 privacy.setHeaderName(SIPHeaderNamesIms.PRIVACY);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 201 putNameMap(Privacy.NAME,Privacy.class.getName());
HeaderFactoryImpl.java 1513 Privacy privacy = new Privacy(privacyType); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 268 ULONG Privacy; // WEP encryption requirement
290 UINT Privacy; // WEP encryption requirement
driver_ndis.c 168 ULONG Privacy;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 117 headerListTable.put(Privacy.class,PrivacyList.class);
  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 187 WLAN_OS_REPORT((" MAC Privacy Rssi Mode Channel SSID\n"));
213 pBssid->Privacy,
siteMgrDebug.c 505 if (pSiteEntry->privacy == TI_TRUE)
506 WLAN_OS_REPORT(("Privacy On\n\n"));
508 WLAN_OS_REPORT(("Privacy Off\n\n"));
769 if (pCurrentSiteTable->siteTable[i].privacy == TI_TRUE)
770 WLAN_OS_REPORT(("Privacy On\n"));
772 WLAN_OS_REPORT(("Privacy Off\n"));
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 85 <a href="http://www.android.com/privacy.html">Privacy Policy</a>
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 228 TI_UINT32 Privacy;
249 TI_UINT32 Privacy;
485 /* privacy (WEP) key. */
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
cu_wext.c 122 bssidList[index-1].Privacy = TRUE;
127 bssidList[index-1].Privacy = FALSE;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c 58 #define UPDATE_PRIVACY(pSite, pFrame) pSite->privacy = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
    [all...]
siteMgr.c 118 #define UPDATE_PRIVACY(pSite, pFrameInfo) pSite->privacy = ((pFrameInfo->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 162 ULONG Privacy;
1125 * configuration due to Privacy field mismatch, so use
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 614 os_error_printf(CU_MSG_INFO2, (PS8)" MAC Privacy Rssi Mode Channel SSID\n");
640 pBssid->Privacy,
    [all...]

Completed in 343 milliseconds