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

  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 20 const u8 *bssid, u8 categ, const u8 *data, size_t len,
gas_query.c 289 u8 *categ = wpabuf_mhead_u8(req); local
290 *categ = WLAN_ACTION_PROTECTED_DUAL;
501 * @categ: Category of the Action frame
508 const u8 *bssid, u8 categ, const u8 *data, size_t len,
529 prot = categ == WLAN_ACTION_PROTECTED_DUAL;
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 24 u8 *categ = wpabuf_mhead_u8(msg); local
25 *categ = WLAN_ACTION_PROTECTED_DUAL;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 83 * Matches a strings like the following: "<categ>-<OUI>-<subcateg>";
802 * @param typeStr Type specified as a string. Used format: <categ>-<OUI>-<subcateg>
812 short categ = Short.parseShort(match.group(1)); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 68 * Matches a strings like the following: "<categ>-<OUI>-<subcateg>";
1905 short categ = Short.parseShort(match.group(1)); local
    [all...]

Completed in 815 milliseconds