Searched refs:ieee_param (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 356 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/ |
D | rtl871x_ioctl_linux.c | 96 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()
|
D | ieee80211.h | 92 struct ieee_param { struct
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 2810 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()
|
D | ieee80211.h | 301 typedef struct ieee_param { struct 328 }ieee_param; typedef
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 215 struct ieee_param { struct
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 3125 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()
|
D | rtllib.h | 363 struct ieee_param { struct
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 2289 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/ |
D | r8192U_core.c | 3705 struct ieee_param *ipw = NULL; in rtl8192_ioctl() 3710 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()
|