Lines Matching refs:sta

1176 			       struct ieee80211_sta *sta,  in carl9170_op_set_key()  argument
1234 sta = NULL; in carl9170_op_set_key()
1247 err = carl9170_upload_key(ar, i, sta ? sta->addr : NULL, in carl9170_op_set_key()
1254 err = carl9170_upload_key(ar, i, sta ? sta->addr : in carl9170_op_set_key()
1318 struct ieee80211_sta *sta) in carl9170_op_sta_add() argument
1320 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add()
1325 if (sta->ht_cap.ht_supported) { in carl9170_op_sta_add()
1326 if (sta->ht_cap.ampdu_density > 6) { in carl9170_op_sta_add()
1338 sta_info->ampdu_max_len = 1 << (3 + sta->ht_cap.ampdu_factor); in carl9170_op_sta_add()
1347 struct ieee80211_sta *sta) in carl9170_op_sta_remove() argument
1350 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove()
1354 if (sta->ht_cap.ht_supported) { in carl9170_op_sta_remove()
1418 struct ieee80211_sta *sta, in carl9170_op_ampdu_action() argument
1422 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_ampdu_action()
1442 tid_info->sta = sta; in carl9170_op_ampdu_action()
1456 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid); in carl9170_op_ampdu_action()
1474 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in carl9170_op_ampdu_action()
1730 struct ieee80211_sta *sta) in carl9170_op_sta_notify() argument
1732 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_notify()
1738 ieee80211_sta_block_awake(hw, sta, true); in carl9170_op_sta_notify()