Home
last modified time | relevance | path

Searched refs:ieee_param (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c354 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption()
1895 struct ieee_param *param = NULL; in rtw_wx_set_enc_ext()
1900 param_len = sizeof(struct ieee_param) + pext->key_len; in rtw_wx_set_enc_ext()
1901 param = (struct ieee_param *)rtw_malloc(param_len); in rtw_wx_set_enc_ext()
2058 struct ieee_param *param; in wpa_supplicant_ioctl()
2061 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in wpa_supplicant_ioctl()
2066 param = (struct ieee_param *)rtw_malloc(p->length); in wpa_supplicant_ioctl()
2227 static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in rtw_set_encryption()
2241 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) { in rtw_set_encryption()
2458 static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) in rtw_set_beacon()
[all …]
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c122 struct ieee_param *param, in handle_pairwise_key()
140 static inline void handle_group_key(struct ieee_param *param, in handle_group_key()
392 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, in wpa_set_encryption()
1790 struct ieee_param *param = NULL; in r871x_wx_set_enc_ext()
1812 param_len = sizeof(struct ieee_param) + pext->key_len; in r871x_wx_set_enc_ext()
2174 struct ieee_param *param; in wpa_supplicant_ioctl()
2178 if (p->length < sizeof(struct ieee_param) || !p->pointer) in wpa_supplicant_ioctl()
Dieee80211.h92 struct ieee_param { struct
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c2820 struct ieee_param *param, int plen) in ieee80211_wpa_set_wpa_ie()
2958 struct ieee_param *param, int param_len) in ieee80211_wpa_set_encryption()
3153 struct ieee_param *param; in ieee80211_wpa_supplicant_ioctl()
3159 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in ieee80211_wpa_supplicant_ioctl()
Dieee80211.h363 typedef struct ieee_param { struct
390 }ieee_param; argument
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c3224 struct ieee_param *param, int plen) in rtllib_wpa_set_wpa_ie()
3355 struct ieee_param *param, int param_len, in rtllib_wpa_set_encryption()
3601 struct ieee_param *param; in rtllib_wpa_supplicant_ioctl()
3606 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtllib_wpa_supplicant_ioctl()
Drtllib.h469 struct ieee_param { struct
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h215 struct ieee_param { struct
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c2578 struct ieee_param *ipw = NULL; in rtl8192_ioctl()
2584 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3458 struct ieee_param *ipw = NULL; in rtl8192_ioctl()
3463 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()