Home
last modified time | relevance | path

Searched refs:beacon_notify_hdr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h837 struct iwl_tx_resp beacon_notify_hdr; member
850 struct iwl_tx_resp beacon_notify_hdr; member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c115 u16 status = le16_to_cpu(beacon->beacon_notify_hdr.status.status); in iwlagn_rx_beacon_notif()
116 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags); in iwlagn_rx_beacon_notif()
121 beacon->beacon_notify_hdr.failure_frame, in iwlagn_rx_beacon_notif()
H A Dcommands.h2417 struct iwlagn_tx_resp beacon_notify_hdr; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1499 struct iwl_tx_resp *beacon_notify_hdr = in iwl_mvm_rx_beacon_notif() local
1500 &beacon_v5->beacon_notify_hdr; in iwl_mvm_rx_beacon_notif()
1506 agg_status = iwl_mvm_get_agg_status(mvm, beacon_notify_hdr); in iwl_mvm_rx_beacon_notif()
1510 status, beacon_notify_hdr->failure_frame, in iwl_mvm_rx_beacon_notif()
1513 le32_to_cpu(beacon_notify_hdr->initial_rate)); in iwl_mvm_rx_beacon_notif()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h2660 struct il3945_tx_resp beacon_notify_hdr; member
2667 struct il4965_tx_resp beacon_notify_hdr; member
H A D3945-mac.c763 u8 rate = beacon->beacon_notify_hdr.rate; in il3945_hdl_beacon()
766 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK, in il3945_hdl_beacon()
767 beacon->beacon_notify_hdr.failure_frame, in il3945_hdl_beacon()
H A D4965-mac.c4076 u8 rate = il4965_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags); in il4965_hdl_beacon()
4079 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK, in il4965_hdl_beacon()
4080 beacon->beacon_notify_hdr.failure_frame, in il4965_hdl_beacon()