Searched defs:pext (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c1898 struct iw_encode_ext *pext = (struct iw_encode_ext *)extra; local
1901 param_len = sizeof(struct ieee_param) + pext->key_len;
1911 switch (pext->alg) {
1933 if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
1939 if ((pext->alg != IW_ENCODE_ALG_WEP) &&
1940 (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY))
1945 if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID)
1946 memcpy(param->u.crypt.seq, pext->rx_seq, 8);
1948 if (pext->key_len) {
1949 param->u.crypt.key_len = pext
[all...]
/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c1796 struct iw_encode_ext *pext = (struct iw_encode_ext *)extra; local
1802 switch (pext->alg) {
1819 param_len = sizeof(struct ieee_param) + pext->key_len;
1827 if (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
1829 if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)
1832 if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID)
1833 memcpy(param->u.crypt.seq, pext->rx_seq, 8);
1834 if (pext->key_len) {
1835 param->u.crypt.key_len = pext->key_len;
1836 memcpy(param + 1, pext
[all...]

Completed in 214 milliseconds