Searched refs:sta (Results 101 - 125 of 134) sorted by relevance

123456

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwmm.c324 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa); local
327 if (!sta ||
328 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) !=
H A Dgas_query_ap.c251 struct sta_info *sta; local
253 sta = ap_get_sta(hapd, addr);
254 return sta && (sta->flags & WLAN_STA_MFP);
H A Dauthsrv.c30 struct sta_info *sta, void *ctx)
32 if (eapol_auth_eap_pending_cb(sta->eapol_sm, ctx) == 0)
29 hostapd_sim_db_cb_sta(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
H A Dwps_hostapd.c1513 struct sta_info *sta; local
1531 sta = ap_get_sta(hapd, mac_addr);
1533 if (!sta) {
1541 for (sta = hapd->sta_list; sta; sta = sta->next) {
1542 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS))
1548 if (!sta || !(st
[all...]
H A Dap_drv_ops.h30 struct sta_info *sta, int authorized);
31 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
H A Dpmksa_cache_auth.c167 vlan_desc = ((struct sta_info *) eapol->sta)->vlan_desc;
215 ap_sta_set_vlan(hapd, eapol->sta, entry->vlan_desc);
H A Dbeacon.c857 struct sta_info *sta; local
860 if ((sta = ap_get_sta(hapd, mgmt->sa)) != NULL) {
861 taxonomy_sta_info_probe_req(hapd, sta, ie, ie_len);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rumvar.h141 uint32_t sta[6]; member in struct:rum_softc
H A Dif_ural.c574 /* enable s/w bmiss handling for sta mode */
2062 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof sc->sta);
2171 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof sc->sta);
2197 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof(sc->sta));
2200 txs->nsuccess = sc->sta[7] + /* TX ok w/o retry */
2201 sc->sta[8]; /* TX ok w/ retry */
2202 fail = sc->sta[
[all...]
H A Dif_rum.c673 /* enable s/w bmiss handling for sta mode */
2587 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof sc->sta);
3119 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof sc->sta);
3145 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof(sc->sta));
3147 ok[0] = (le32toh(sc->sta[4]) & 0xffff); /* TX ok w/o retry */
3148 ok[1] = (le32toh(sc->sta[4]) >> 16); /* TX ok w/ one retry */
3149 ok[2] = (le32toh(sc->sta[
[all...]
H A Dif_run.c1001 /* enable s/w bmiss handling for sta mode */
2174 uint32_t sta[3]; local
2241 (uint8_t *)sta, sizeof sta);
2685 union run_stats sta[2]; local
2702 error = run_read_region_1(sc, RT2860_TX_STA_CNT0, (uint8_t *)sta,
2703 sizeof sta);
2709 le16toh(sta[0].error.fail));
2711 txs->nretries = le16toh(sta[1].tx.retry);
2712 txs->nsuccess = le16toh(sta[
[all...]
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl256 sta %f0, [%o0 + %g0]0x88 ! store context
257 sta %f1, [%o0 + %g1]0x88
259 sta %f2, [%o0 + %g0]0x88
260 sta %f3, [%o0 + %g1]0x88
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c1015 * @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));
1057 * @sta: station mac address
1062 const u8 *sta)
1064 wpas_dbus_signal_sta(wpa_s, sta, "StaAuthorized");
1071 * @sta: station mac address
1076 const u8 *sta)
1078 wpas_dbus_signal_sta(wpa_s, sta, "StaDeauthorized");
3056 * @sta
1020 wpas_dbus_signal_sta(struct wpa_supplicant *wpa_s, const u8 *sta, const char *sig_name) argument
1061 wpas_dbus_signal_sta_authorized(struct wpa_supplicant *wpa_s, const u8 *sta) argument
1075 wpas_dbus_signal_sta_deauthorized(struct wpa_supplicant *wpa_s, const u8 *sta) argument
3061 wpas_dbus_unregister_sta(struct wpa_supplicant *wpa_s, const u8 *sta) argument
3101 wpas_dbus_register_sta(struct wpa_supplicant *wpa_s, const u8 *sta) argument
[all...]
H A Ddbus_new_handlers.h27 const u8 *sta; member in struct:sta_handler_args
/freebsd-12-stable/sys/dev/iicbus/
H A Dacpi_iicbus.c466 UINT32 sta; local
475 if (!ACPI_FAILURE(acpi_GetInteger(handle, "_STA", &sta)) &&
476 !ACPI_DEVICE_PRESENT(sta))
/freebsd-12-stable/sys/net80211/
H A Dieee80211_hostap.c295 * to weed out sta's that don't follow a CSA.
402 struct ieee80211_node *sta = ieee80211_find_vap_node( local
404 if (sta != NULL) {
405 if (ieee80211_node_is_authorized(sta)) {
411 if (sta != vap->iv_bss) {
417 IEEE80211_NODE_STAT(sta, rx_unauth);
419 ieee80211_free_node(sta);
920 "bad sta auth mode %u", ni->ni_authmode);
1022 "bad sta auth mode %u", ni->ni_authmode);
1814 ((scan.erp & 0x100) == 0 || /* NB: no ERP, 11b sta*/
[all...]
H A Dieee80211_scan_sta.c159 IEEE80211_SCANNER_MODULE(sta, 1);
316 * Off-channel, locate the home/bss channel for the sta
1300 * really want to do this only for sta's
1432 * in sta mode and automatic roaming is set.
1528 IEEE80211_SCANNER_ALG(sta, IEEE80211_M_STA, sta_default);
1694 * really want to do this only for sta's
1964 * really want to do this only for sta's
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2246 if [[ "ON" != $($SVCS -H -o sta $ISCSII_FMRI) ]]; then
2250 while [[ "ON" != $($SVCS -H -o sta $ISCSII_FMRI) && \
2257 if [[ "ON" != $($SVCS -H -o sta $ISCSII_FMRI) ]]; then
2331 if [[ "ON" == $($SVCS -H -o sta $ISCSITGT_FMRI) ]]; then
2339 while [[ "ON" != $($SVCS -H -o sta $ISCSITGT_FMRI) && \
2346 if [[ "ON" != $($SVCS -H -o sta $ISCSITGT_FMRI) ]]; then
/freebsd-12-stable/sys/dev/pci/
H A Dpci_pci.c1259 uint16_t sta; local
1264 sta = pcie_read_config(dev, PCIER_SLOT_STA, 2);
1265 if (!(sta & PCIEM_SLOT_STA_CC)) {
1280 uint16_t sta; local
1285 sta = pcie_read_config(dev, PCIER_LINK_STA, 2);
1286 if (!(sta & PCIEM_LINK_STA_DL_ACTIVE)) {
1291 } else if (sta != sc->pcie_link_sta) {
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c487 &cmd.sta, action == IWM_FW_CTXT_ACTION_ADD);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h514 struct hostap_sta_driver_data *sta)
517 return wpa_s->driver->read_sta_data(wpa_s->drv_priv, sta,
513 wpa_drv_pktcnt_poll(struct wpa_supplicant *wpa_s, struct hostap_sta_driver_data *sta) argument
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-rad-defs.h414 uint64_t sta : 1; /**< BiST result of the STA memories */ member in struct:cvmx_rad_reg_bist_result::cvmx_rad_reg_bist_result_s
422 uint64_t sta : 1;
H A Dcvmx-tim-defs.h751 * Internal per-ring state intended for debug use only - tim.sta[63:0]
795 * Internal per-ring state intended for debug use only - tim.sta[95:64]
946 uint64_t sta : 2; /**< BiST result of the STA memories (0=pass, !0=fail) */ member in struct:cvmx_tim_reg_bist_result::cvmx_tim_reg_bist_result_s
952 uint64_t sta : 2;
H A Dcvmx-pciercx-defs.h1410 uint32_t sta : 1; /**< Signaled Target Abort */ member in struct:cvmx_pciercx_cfg001::cvmx_pciercx_cfg001_s
1460 uint32_t sta : 1;
1674 uint32_t sta : 1; /**< Signaled Target Abort */ member in struct:cvmx_pciercx_cfg007::cvmx_pciercx_cfg007_s
1710 uint32_t sta : 1;
/freebsd-12-stable/sys/dev/ral/
H A Drt2661.c2227 uint32_t tmp, sta[3]; local
2334 RAL_READ_REGION_4(sc, RT2661_STA_CSR0, sta, nitems(sta));

Completed in 502 milliseconds

123456