Lines Matching defs:prep_tx_info
1135 struct ieee80211_prep_tx_info prep_tx_info;
1368 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1369 prep_tx_info.duration = PREP_TX_INFO_DURATION;
1370 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info);
1449 struct ieee80211_prep_tx_info prep_tx_info;
1492 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1493 prep_tx_info.success = false;
1494 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);
1581 struct ieee80211_prep_tx_info prep_tx_info;
1626 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1627 prep_tx_info.success = true;
1628 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);
1636 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1637 prep_tx_info.duration = PREP_TX_INFO_DURATION;
1638 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info);
1670 struct ieee80211_prep_tx_info prep_tx_info;
1705 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1706 prep_tx_info.success = false;
1707 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);
1715 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1716 prep_tx_info.duration = PREP_TX_INFO_DURATION;
1717 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info);
1739 struct ieee80211_prep_tx_info prep_tx_info;
1778 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1779 prep_tx_info.duration = PREP_TX_INFO_DURATION;
1780 prep_tx_info.was_assoc = true;
1781 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info);
1813 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
1814 prep_tx_info.success = false;
1815 prep_tx_info.was_assoc = true;
1816 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);
1951 struct ieee80211_prep_tx_info prep_tx_info;
2046 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
2047 prep_tx_info.success = true;
2048 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);
2126 struct ieee80211_prep_tx_info prep_tx_info;
2167 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
2168 prep_tx_info.duration = PREP_TX_INFO_DURATION;
2169 prep_tx_info.was_assoc = true;
2170 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info);
2202 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
2203 prep_tx_info.success = false;
2204 prep_tx_info.was_assoc = true;
2205 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);
2268 struct ieee80211_prep_tx_info prep_tx_info;
2307 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
2308 prep_tx_info.duration = PREP_TX_INFO_DURATION;
2309 prep_tx_info.was_assoc = true;
2310 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info);
2342 memset(&prep_tx_info, 0, sizeof(prep_tx_info));
2343 prep_tx_info.success = false;
2344 prep_tx_info.was_assoc = true;
2345 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info);