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

  /external/wpa_supplicant_8/src/ap/
gas_query_ap.h 18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ,
gas_query_ap.c 269 u8 *categ = wpabuf_mhead_u8(req); local
270 *categ = WLAN_ACTION_PROTECTED_DUAL;
460 * @categ: Category of the Action frame
466 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ,
487 prot = categ == WLAN_ACTION_PROTECTED_DUAL;
gas_serv.c 41 u8 *categ = wpabuf_mhead_u8(msg); local
42 *categ = WLAN_ACTION_PROTECTED_DUAL;
    [all...]
  /external/wpa_supplicant_8/src/common/
gas_server.h 31 const u8 *bssid, u8 categ, const u8 *data, size_t len,
gas_server.c 311 * @categ: Category of the Action frame
318 const u8 *bssid, u8 categ, const u8 *data, size_t len,
327 if (categ == WLAN_ACTION_PROTECTED_DUAL)
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 20 const u8 *bssid, u8 categ, const u8 *data, size_t len,
gas_query.c 296 u8 *categ = wpabuf_mhead_u8(req); local
297 *categ = WLAN_ACTION_PROTECTED_DUAL;
508 * @categ: Category of the Action frame
515 const u8 *bssid, u8 categ, const u8 *data, size_t len,
536 prot = categ == WLAN_ACTION_PROTECTED_DUAL;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 70 * Matches a strings like the following: "<categ>-<OUI>-<subcateg>";
2039 short categ = Short.parseShort(match.group(1)); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 92 * Matches a strings like the following: "<categ>-<OUI>-<subcateg>";
1189 short categ = Short.parseShort(match.group(1)); local
    [all...]

Completed in 539 milliseconds