Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c356 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption()
1897 struct ieee_param *param = NULL; in rtw_wx_set_enc_ext()
1902 param_len = sizeof(struct ieee_param) + pext->key_len; in rtw_wx_set_enc_ext()
1903 param = (struct ieee_param *)rtw_malloc(param_len); in rtw_wx_set_enc_ext()
2060 struct ieee_param *param; in wpa_supplicant_ioctl()
2063 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in wpa_supplicant_ioctl()
2068 param = (struct ieee_param *)rtw_malloc(p->length); in wpa_supplicant_ioctl()
2229 static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in rtw_set_encryption()
2243 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) { in rtw_set_encryption()
2460 static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) in rtw_set_beacon()
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c96 struct ieee_param *param, in handle_pairwise_key()
114 static inline void handle_group_key(struct ieee_param *param, in handle_group_key()
366 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, in wpa_set_encryption()
1775 struct ieee_param *param = NULL; in r871x_wx_set_enc_ext()
1797 param_len = sizeof(struct ieee_param) + pext->key_len; in r871x_wx_set_enc_ext()
2160 struct ieee_param *param; in wpa_supplicant_ioctl()
2164 if (p->length < sizeof(struct ieee_param) || !p->pointer) in wpa_supplicant_ioctl()
Dieee80211.h92 struct ieee_param { struct
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c2810 struct ieee_param *param, int plen) in ieee80211_wpa_set_wpa_ie()
2948 struct ieee_param *param, int param_len) in ieee80211_wpa_set_encryption()
3143 struct ieee_param *param; in ieee80211_wpa_supplicant_ioctl()
3149 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in ieee80211_wpa_supplicant_ioctl()
Dieee80211.h301 typedef struct ieee_param { struct
328 }ieee_param; typedef
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h215 struct ieee_param { struct
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac.c3125 struct ieee_param *param, int plen) in rtllib_wpa_set_wpa_ie()
3256 struct ieee_param *param, int param_len, in rtllib_wpa_set_encryption()
3502 struct ieee_param *param; in rtllib_wpa_supplicant_ioctl()
3507 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtllib_wpa_supplicant_ioctl()
Drtllib.h363 struct ieee_param { struct
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c2289 struct ieee_param *ipw = NULL; in _rtl92e_ioctl()
2295 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in _rtl92e_ioctl()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c3705 struct ieee_param *ipw = NULL; in rtl8192_ioctl()
3710 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()