Home | History | Annotate | Download | only in drivers

Lines Matching refs:set_tx

1624 				       int set_tx, const u8 *seq,
1653 if (set_tx)
1724 * @set_tx: Configure this key as the default Tx key (only used when
1743 int set_tx, const u8 *seq, size_t seq_len,
1750 wpa_printf(MSG_DEBUG, "%s: alg=%d key_idx=%d set_tx=%d seq_len=%lu "
1752 __FUNCTION__, alg, key_idx, set_tx,
1755 ret = wpa_driver_wext_set_key_ext(drv, alg, addr, key_idx, set_tx,
1785 if (set_tx && alg != WPA_ALG_NONE) {
1793 perror("ioctl[SIOCSIWENCODE] (set_tx)");