Home | History | Annotate | Download | only in drivers

Lines Matching refs:set_tx

1642 				       int set_tx, const u8 *seq,
1671 if (set_tx)
1742 * @set_tx: Configure this key as the default Tx key (only used when
1761 int set_tx, const u8 *seq, size_t seq_len,
1768 wpa_printf(MSG_DEBUG, "%s: alg=%d key_idx=%d set_tx=%d seq_len=%lu "
1770 __FUNCTION__, alg, key_idx, set_tx,
1773 ret = wpa_driver_wext_set_key_ext(drv, alg, addr, key_idx, set_tx,
1803 if (set_tx && alg != WPA_ALG_NONE) {
1811 perror("ioctl[SIOCSIWENCODE] (set_tx)");