Lines Matching refs:sta

1175 			       struct ieee80211_sta *sta,  in carl9170_op_set_key()  argument
1233 sta = NULL; in carl9170_op_set_key()
1246 err = carl9170_upload_key(ar, i, sta ? sta->addr : NULL, in carl9170_op_set_key()
1253 err = carl9170_upload_key(ar, i, sta ? sta->addr : in carl9170_op_set_key()
1317 struct ieee80211_sta *sta) in carl9170_op_sta_add() argument
1319 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add()
1324 if (sta->ht_cap.ht_supported) { in carl9170_op_sta_add()
1325 if (sta->ht_cap.ampdu_density > 6) { in carl9170_op_sta_add()
1337 sta_info->ampdu_max_len = 1 << (3 + sta->ht_cap.ampdu_factor); in carl9170_op_sta_add()
1346 struct ieee80211_sta *sta) in carl9170_op_sta_remove() argument
1349 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove()
1353 if (sta->ht_cap.ht_supported) { in carl9170_op_sta_remove()
1417 struct ieee80211_sta *sta, in carl9170_op_ampdu_action() argument
1421 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action()
1441 tid_info->sta = sta; in carl9170_op_ampdu_action()
1455 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid); in carl9170_op_ampdu_action()
1473 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in carl9170_op_ampdu_action()
1729 struct ieee80211_sta *sta) in carl9170_op_sta_notify() argument
1731 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify()
1737 ieee80211_sta_block_awake(hw, sta, true); in carl9170_op_sta_notify()