Home
last modified time | relevance | path

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

/Linux-v5.4/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()
1859 struct ieee_param *param = NULL; in rtw_wx_set_enc_ext()
1864 param_len = sizeof(struct ieee_param) + pext->key_len; in rtw_wx_set_enc_ext()
1865 param = (struct ieee_param *)rtw_malloc(param_len); in rtw_wx_set_enc_ext()
2022 struct ieee_param *param; in wpa_supplicant_ioctl()
2025 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in wpa_supplicant_ioctl()
2030 param = (struct ieee_param *)rtw_malloc(p->length); in wpa_supplicant_ioctl()
2189 static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in rtw_set_encryption()
2203 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) { in rtw_set_encryption()
2418 static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) in rtw_set_beacon()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c422 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption()
2133 struct ieee_param *param = NULL; in rtw_wx_set_enc_ext()
2138 param_len = sizeof(struct ieee_param) + pext->key_len; in rtw_wx_set_enc_ext()
3377 struct ieee_param *param; in wpa_supplicant_ioctl()
3382 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in wpa_supplicant_ioctl()
3438 static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in rtw_set_encryption()
3456 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) { in rtw_set_encryption()
3708 static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) in rtw_set_beacon()
3753 static int rtw_add_sta(struct net_device *dev, struct ieee_param *param) in rtw_add_sta()
3828 static int rtw_del_sta(struct net_device *dev, struct ieee_param *param) in rtw_del_sta()
[all …]
Dioctl_cfg80211.c585 static int rtw_cfg80211_ap_set_encryption(struct net_device *dev, struct ieee_param *param, u32 par… in rtw_cfg80211_ap_set_encryption()
600 if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) in rtw_cfg80211_ap_set_encryption()
872 static int rtw_cfg80211_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_… in rtw_cfg80211_set_encryption()
1066 struct ieee_param *param = NULL; in cfg80211_rtw_add_key()
1078 param_len = sizeof(struct ieee_param) + params->key_len; in cfg80211_rtw_add_key()
/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c79 struct ieee_param *param, in handle_pairwise_key()
97 static inline void handle_group_key(struct ieee_param *param, in handle_group_key()
372 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, in wpa_set_encryption()
1763 struct ieee_param *param = NULL; in r871x_wx_set_enc_ext()
1785 param_len = sizeof(struct ieee_param) + pext->key_len; in r871x_wx_set_enc_ext()
2148 struct ieee_param *param; in wpa_supplicant_ioctl()
2152 if (p->length < sizeof(struct ieee_param) || !p->pointer) in wpa_supplicant_ioctl()
Dieee80211.h76 struct ieee_param { struct
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dieee80211.h196 struct ieee_param { struct
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c2657 struct ieee_param *param, int plen) in ieee80211_wpa_set_wpa_ie()
2789 struct ieee_param *param, int param_len) in ieee80211_wpa_set_encryption()
2979 struct ieee_param *param; in ieee80211_wpa_supplicant_ioctl()
2985 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in ieee80211_wpa_supplicant_ioctl()
Dieee80211.h295 struct ieee_param { struct
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dieee80211.h205 struct ieee_param { struct
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_core.c3524 struct ieee_param *ipw = NULL; in rtl8192_ioctl()
3529 if (p->length < sizeof(struct ieee_param) || !p->pointer) { in rtl8192_ioctl()