/openbmc/linux/drivers/staging/rtl8712/ |
H A D | sta_info.h | 88 struct sta_priv { struct 89 u8 *pallocated_stainfo_buf; 90 u8 *pstainfo_buf; 91 struct __queue free_sta_queue; 92 spinlock_t sta_hash_lock; 93 struct list_head sta_hash[NUM_STA]; 94 int asoc_sta_count; 95 struct __queue sleep_q; 96 struct __queue wakeup_q; 120 int _r8712_init_sta_priv(struct sta_priv *pstapriv); argument
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | sta_info.h | 301 struct sta_priv { struct 304 u8 *pstainfo_buf; 307 spinlock_t sta_hash_lock; 309 int asoc_sta_count; 310 struct __queue sleep_q; 311 struct __queue wakeup_q; 313 struct adapter *padapter; 317 spinlock_t asoc_list_lock; 319 u8 asoc_list_cnt; 320 u8 auth_list_cnt; [all …]
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | main.c | 188 struct wcn36xx_sta *sta_priv) in get_sta_index() 490 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_tx() local 506 struct wcn36xx_sta *sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL; in wcn36xx_set_key() local 721 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_update_allowed_rates() local 861 struct wcn36xx_sta *sta_priv; in wcn36xx_bss_info_changed() local 1030 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_sta_add() local 1060 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_sta_remove() local 1181 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(params->sta); in wcn36xx_ampdu_action() local
|
H A D | txrx.c | 486 struct wcn36xx_sta *sta_priv, in wcn36xx_tx_start_ampdu() 523 struct wcn36xx_sta *sta_priv, in wcn36xx_set_tx_data() 650 struct wcn36xx_sta *sta_priv, in wcn36xx_start_tx()
|
H A D | smd.c | 368 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_smd_set_sta_params() local 1453 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_smd_set_sta_params_v1() local 1479 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_smd_config_sta_rsp() local 1873 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); in wcn36xx_smd_config_bss_rsp() local
|
H A D | wcn36xx.h | 316 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) in wcn36xx_priv_to_sta()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.c | 308 struct iwl_station_priv *sta_priv = in rs_program_fix_rate() local 862 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_tx_status() local 1222 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo2() local 1277 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_mimo3() local 1333 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_switch_to_siso() local 2187 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in rs_rate_scale_perform() local 2618 struct iwl_station_priv *sta_priv; in rs_initialize_lq() local 2731 struct iwl_station_priv *sta_priv = (struct iwl_station_priv *) sta->drv_priv; in rs_alloc_sta() local 2750 struct iwl_station_priv *sta_priv; in iwl_rs_rate_init() local 2853 struct iwl_station_priv *sta_priv = in rs_fill_link_cmd() local
|
H A D | mac80211.c | 710 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_mac_ampdu_action() local 778 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_add() local 811 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_remove() local 1545 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; in iwlagn_mac_sta_notify() local
|
H A D | tx.c | 264 struct iwl_station_priv *sta_priv = NULL; in iwlagn_tx_skb() local 680 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_tx_agg_oper() local 788 struct iwl_station_priv *sta_priv; in iwlagn_non_agg_tx_status() local
|
H A D | sta.c | 302 struct iwl_station_priv *sta_priv; in iwl_prep_station() local
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 1544 struct cw1200_sta_priv *sta_priv = in cw1200_sta_add() local 1575 struct cw1200_sta_priv *sta_priv = in cw1200_sta_remove() local 1641 struct cw1200_sta_priv *sta_priv = in cw1200_sta_notify() local
|
H A D | txrx.c | 408 struct cw1200_sta_priv *sta_priv; member 819 struct cw1200_sta_priv *sta_priv; in cw1200_handle_pspoll() local
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 305 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_add() local 327 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_remove() local
|
H A D | data_tx.c | 214 struct wfx_sta_priv *sta_priv = sta ? (struct wfx_sta_priv *)&sta->drv_priv : NULL; in wfx_tx_get_link_id() local
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 465 struct rt2x00_sta *sta_priv = NULL; in rt2x00mac_set_key() local
|
H A D | rt2x00queue.c | 300 struct rt2x00_sta *sta_priv = NULL; in rt2x00queue_create_tx_descriptor_ht() local
|
H A D | rt2800lib.c | 1815 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_add() local 1867 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); in rt2800_sta_remove() local 12106 struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv; in rt2800_ampdu_action() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-rs.c | 2255 struct il_station_priv *sta_priv = in il4965_rs_alloc_sta() local 2275 struct il_station_priv *sta_priv; in il4965_rs_rate_init() local
|
H A D | 4965-mac.c | 1649 struct il_station_priv *sta_priv = NULL; in il4965_tx_skb() local 2426 struct il_station_priv *sta_priv; in il4965_non_agg_tx_status() local 6015 struct il_station_priv *sta_priv = (void *)sta->drv_priv; in il4965_mac_sta_add() local
|
H A D | 3945-mac.c | 2970 struct il3945_sta_priv *sta_priv = (void *)sta->drv_priv; in il3945_mac_sta_add() local
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 3471 struct mwifiex_private *sta_priv = in mwifiex_cfg80211_suspend() local
|