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

  /frameworks/base/wifi/java/android/net/wifi/
AnqpInformationElement.java 34 public static final int ANQP_ROAMING_CONSORTIUM = 261;
  /external/wpa_supplicant_8/src/ap/
gas_serv.h 22 (1 << (ANQP_ROAMING_CONSORTIUM - ANQP_QUERY_LIST))
gas_serv.c 237 get_anqp_elem(hapd, ANQP_ROAMING_CONSORTIUM))
238 wpabuf_put_le16(buf, ANQP_ROAMING_CONSORTIUM);
323 if (anqp_add_override(hapd, buf, ANQP_ROAMING_CONSORTIUM))
326 len = gas_anqp_add_element(buf, ANQP_ROAMING_CONSORTIUM);
934 case ANQP_ROAMING_CONSORTIUM:
    [all...]
  /frameworks/base/packages/Osu/src/com/android/anqp/
Constants.java 38 public static final int ANQP_ROAMING_CONSORTIUM = 261;
107 sAnqpMap.put(ANQP_ROAMING_CONSORTIUM, ANQPElementType.ANQPRoamingConsortium);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
Constants.java 38 public static final int ANQP_ROAMING_CONSORTIUM = 261;
107 sAnqpMap.put(ANQP_ROAMING_CONSORTIUM, ANQPElementType.ANQPRoamingConsortium);
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 407 ANQP_ROAMING_CONSORTIUM = 261,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 265 info_ids[num_info_ids++] = ANQP_ROAMING_CONSORTIUM;
    [all...]

Completed in 1469 milliseconds