Home
last modified time | relevance | path

Searched refs:station_flags (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-sta.c195 sta_flags = priv->stations[index].sta.station_flags; in iwl_legacy_set_ht_add_station()
224 priv->stations[index].sta.station_flags = sta_flags; in iwl_legacy_set_ht_add_station()
298 station->sta.station_flags = ctx->station_flags; in iwl_legacy_prep_station()
Diwl-commands.h970 __le32 station_flags; /* STA_FLG_* */ member
998 __le32 station_flags; /* STA_FLG_* */ member
1036 __le32 station_flags; /* STA_FLG_* */ member
Diwl-4965-sta.c711 priv->stations[sta_id].sta.station_flags |= STA_FLG_PWR_SAVE_MSK; in iwl4965_sta_modify_sleep_tx_count()
Diwl-dev.h1004 __le32 station_flags; member
Diwl-4965.c1587 addsta->station_flags = cmd->station_flags; in iwl4965_build_addsta_hcmd()
Diwl-3945.c2240 addsta->station_flags = cmd->station_flags; in iwl3945_build_addsta_hcmd()
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-sta.c191 sta_flags = priv->stations[index].sta.station_flags; in iwl_set_ht_add_station()
220 priv->stations[index].sta.station_flags = sta_flags; in iwl_set_ht_add_station()
292 station->sta.station_flags = ctx->station_flags; in iwl_prep_station()
Diwl-agn-sta.c692 priv->stations[sta_id].sta.station_flags &= ~STA_FLG_PWR_SAVE_MSK; in iwl_sta_modify_ps_wake()
707 priv->stations[sta_id].sta.station_flags |= STA_FLG_PWR_SAVE_MSK; in iwl_sta_modify_sleep_tx_count()
Diwl-commands.h1111 __le32 station_flags; /* STA_FLG_* */ member
1139 __le32 station_flags; /* STA_FLG_* */ member
1177 __le32 station_flags; /* STA_FLG_* */ member
Diwl-dev.h1223 __le32 station_flags; member
Diwl-agn.c4023 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION; in iwl_pci_probe()