Home
last modified time | relevance | path

Searched refs:life_time (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.h114 __le16 life_time; member
H A Dtx.c283 desc->life_time = cpu_to_le16(TX_HW_MGMT_PKT_LIFETIME_TU); in wl1271_tx_fill_hdr()
285 desc->life_time = cpu_to_le16(TX_HW_AP_MODE_PKT_LIFETIME_TU); in wl1271_tx_fill_hdr()
/linux/drivers/net/wireless/ti/wl1251/
H A Dacx.c275 int wl1251_acx_rx_msdu_life_time(struct wl1251 *wl, u32 life_time) in wl1251_acx_rx_msdu_life_time() argument
286 acx->lifetime = life_time; in wl1251_acx_rx_msdu_life_time()
H A Dacx.h1448 int wl1251_acx_rx_msdu_life_time(struct wl1251 *wl, u32 life_time);
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h1399 __le32 life_time;
1499 __le32 life_time;
H A D3945-mac.c399 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_build_tx_cmd_basic()
2541 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_request_scan()
H A D4965-mac.c932 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_request_scan()
1492 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_tx_cmd_build_basic()
3814 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il4965_hw_get_beacon_cmd()
H A D3945.c2424 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in il3945_hw_get_beacon_cmd()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1320 le16_to_cpu(desc->life_time), in wl12xx_set_tx_desc_data_len()
1336 le16_to_cpu(desc->life_time), in wl12xx_set_tx_desc_data_len()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c737 scan->tx_cmd.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_request_scan()
H A Dtx.c52 tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_tx_cmd_build_basic()
H A Dcommands.h1232 __le32 life_time;
H A Dmain.c218 tx_beacon_cmd->tx.stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE; in iwlagn_send_beacon_cmd()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c973 tx_params->life_time = cpu_to_le32(TX_CMD_LIFE_TIME_INFINITE); in iwl_mvm_mac_ctxt_set_tx()