HomeSort by relevance Sort by last modified time
    Searched refs:sta (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 1015 * @sta: station mac address
1021 const u8 *sta, const char *sig_name)
1028 os_snprintf(sta_mac, WPAS_DBUS_OBJECT_PATH_MAX, MACSTR, MAC2STR(sta));
1055 * wpas_dbus_signal_sta_authorized - Send a STA authorized signal
1057 * @sta: station mac address
1062 const u8 *sta)
1064 wpas_dbus_signal_sta(wpa_s, sta, "StaAuthorized");
1069 * wpas_dbus_signal_sta_deauthorized - Send a STA deauthorized signal
1071 * @sta: station mac address
1076 const u8 *sta)
    [all...]
dbus_new_handlers.h 27 const u8 *sta; member in struct:sta_handler_args
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-mem-instructions.s 98 ! CHECK: sta %o2, [%i0+%l6] 131 ! encoding: [0xd4,0xa6,0x10,0x76]
99 sta %o2, [%i0 + %l6] 131
sparcv9-instructions.s 76 ! V8-NEXT: sta %f29, [%l0] 0xf0
77 ! V9: sta %f29, [%l0] 240 ! encoding: [0xfb,0xa4,0x1e,0x00]
78 sta %f29, [%l0] 0xf0
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
hidl_manager.cpp 497 "Failed to register STA interface with HIDL "
504 // Turn on Android specific customizations for STA interfaces
538 // STA map.
547 } else { // assumed to be STA
618 "Failed to register STA network with HIDL "
681 "Failed to unregister STA network with HIDL "
    [all...]
hidl_manager.h 125 struct wpa_supplicant *wpa_s, const u8 *sta,
128 struct wpa_supplicant *wpa_s, const u8 *sta,
227 // Map of all the STA interface specific hidl objects controlled by
237 // Map of all the STA network specific hidl objects controlled by
252 // Map of all the callbacks registered for STA interface specific
266 // Map of all the callbacks registered for STA network specific
  /device/google/marlin/marlin/
BoardConfig.mk 71 WIFI_DRIVER_FW_PATH_STA := "sta"
  /device/google/marlin/sailfish/
BoardConfig.mk 70 WIFI_DRIVER_FW_PATH_STA := "sta"
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 30 struct sta_info *sta, int authorized);
31 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
pmksa_cache_auth.c 167 vlan_desc = ((struct sta_info *) eapol->sta)->vlan_desc;
195 wpa_hexdump_ascii(MSG_DEBUG, "STA identity from PMKSA",
215 ap_sta_set_vlan(hapd, eapol->sta, entry->vlan_desc);
373 /* Replace an old entry for the same STA (if found) with the new entry
beacon.c 187 * A STA that is not an AP shall use a transmit power less than or
628 wpa_printf(MSG_MSGDUMP, "%s: Expire STA tracking entry for "
678 wpa_printf(MSG_MSGDUMP, "%s: Add STA tracking entry for "
782 wpa_printf(MSG_DEBUG, "STA " MACSTR " sent probe request "
794 * number of unnecessary Probe Response frames for cases where the STA
855 struct sta_info *sta; local
858 if ((sta = ap_get_sta(hapd, mgmt->sa)) != NULL) {
859 taxonomy_sta_info_probe_req(hapd, sta, ie, ie_len);
933 " since STA has been seen on %s",
945 " since no room for additional STA",
    [all...]
  /external/kmod/testsuite/
testsuite.c 694 struct stat sta, stb; local
711 if (fstat(fda, &sta) != 0) {
721 if (sta.st_size != stb.st_size) {
  /external/llvm/test/MC/Sparc/
sparcv9-instructions.s 76 ! V8-NEXT: sta %f29, [%l0] 0xf0
77 ! V9: sta %f29, [%l0] 240 ! encoding: [0xfb,0xa4,0x1e,0x00]
78 sta %f29, [%l0] 0xf0
  /external/scapy/scapy/layers/
sctp.py 539 sta, end = [int(e) for e in x.split(':')]
540 args = tuple([">HH", sta, end])
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 504 struct hostap_sta_driver_data *sta)
507 return wpa_s->driver->read_sta_data(wpa_s->drv_priv, sta,
p2p_supplicant.c 8302 struct sta_info *sta; local
    [all...]
ctrl_iface.c 732 /* TODO: Need to add STA-CFON support */
734 "OCE STA-CFON feature is not yet supported");
7767 struct hostap_sta_driver_data sta; local
    [all...]

Completed in 1461 milliseconds

1 2 34