Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c346 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/
Dioctl_linux.c427 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 …]
Dioctl_cfg80211.c587 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/
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()
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()
Dieee80211.h87 struct ieee_param { struct
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h205 typedef struct ieee_param { struct
243 }ieee_param; typedef
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h202 struct ieee_param { struct
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c2659 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()
Dieee80211.h299 typedef struct ieee_param { struct
326 } ieee_param; argument
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c3655 struct ieee_param *ipw = NULL; in rtl8192_ioctl()
3660 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()