Searched refs:ieee_param (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 346 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption() 1860 struct ieee_param *param = NULL; in rtw_wx_set_enc_ext() 1865 param_len = sizeof(struct ieee_param) + pext->key_len; in rtw_wx_set_enc_ext() 1866 param = (struct ieee_param *)rtw_malloc(param_len); in rtw_wx_set_enc_ext() 2023 struct ieee_param *param; in wpa_supplicant_ioctl() 2026 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in wpa_supplicant_ioctl() 2031 param = (struct ieee_param *)rtw_malloc(p->length); in wpa_supplicant_ioctl() 2190 static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in rtw_set_encryption() 2204 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) { in rtw_set_encryption() 2419 static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) in rtw_set_beacon() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 427 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption() 2141 struct ieee_param *param = NULL; in rtw_wx_set_enc_ext() 2146 param_len = sizeof(struct ieee_param) + pext->key_len; in rtw_wx_set_enc_ext() 3398 struct ieee_param *param; in wpa_supplicant_ioctl() 3403 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in wpa_supplicant_ioctl() 3459 static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in rtw_set_encryption() 3477 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) { in rtw_set_encryption() 3731 static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) in rtw_set_beacon() 3777 static int rtw_add_sta(struct net_device *dev, struct ieee_param *param) in rtw_add_sta() 3852 static int rtw_del_sta(struct net_device *dev, struct ieee_param *param) in rtw_del_sta() [all …]
|
D | ioctl_cfg80211.c | 587 static int rtw_cfg80211_ap_set_encryption(struct net_device *dev, struct ieee_param *param, u32 par… in rtw_cfg80211_ap_set_encryption() 602 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) in rtw_cfg80211_ap_set_encryption() 874 static int rtw_cfg80211_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_… in rtw_cfg80211_set_encryption() 1068 struct ieee_param *param = NULL; in cfg80211_rtw_add_key() 1080 param_len = sizeof(struct ieee_param) + params->key_len; in cfg80211_rtw_add_key()
|
/Linux-v4.19/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() 370 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, in wpa_set_encryption() 1764 struct ieee_param *param = NULL; in r871x_wx_set_enc_ext() 1786 param_len = sizeof(struct ieee_param) + pext->key_len; in r871x_wx_set_enc_ext() 2149 struct ieee_param *param; in wpa_supplicant_ioctl() 2153 if (p->length < sizeof(struct ieee_param) || !p->pointer) in wpa_supplicant_ioctl()
|
D | ieee80211.h | 87 struct ieee_param { struct
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 205 typedef struct ieee_param { struct 243 }ieee_param; typedef
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 202 struct ieee_param { struct
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 2659 struct ieee_param *param, int plen) in ieee80211_wpa_set_wpa_ie() 2792 struct ieee_param *param, int param_len) in ieee80211_wpa_set_encryption() 2982 struct ieee_param *param; in ieee80211_wpa_supplicant_ioctl() 2988 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in ieee80211_wpa_supplicant_ioctl()
|
D | ieee80211.h | 299 typedef struct ieee_param { struct 326 } ieee_param; argument
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 3655 struct ieee_param *ipw = NULL; in rtl8192_ioctl() 3660 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()
|