Home
last modified time | relevance | path

Searched refs:wrqu (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd_wext.c89 union iwreq_data *wrqu, char *extra) in __iw_softap_get_ini_cfg() argument
108 wrqu->data.length = strlen(extra) + 1; in __iw_softap_get_ini_cfg()
116 union iwreq_data *wrqu, char *extra) in iw_softap_get_ini_cfg() argument
125 errno = __iw_softap_get_ini_cfg(dev, info, wrqu, extra); in iw_softap_get_ini_cfg()
143 union iwreq_data *wrqu, char *extra) in __iw_softap_set_two_ints_getnone() argument
275 union iwreq_data *wrqu, char *extra) in iw_softap_set_two_ints_getnone() argument
284 errno = __iw_softap_set_two_ints_getnone(dev, info, wrqu, extra); in iw_softap_set_two_ints_getnone()
360 union iwreq_data *wrqu, char *extra) in __iw_softap_setparam() argument
1075 union iwreq_data *wrqu, char *extra) in __iw_softap_get_three() argument
1123 union iwreq_data *wrqu, char *extra) in iw_softap_get_three() argument
[all …]
H A Dwlan_hdd_wext.c2712 int hdd_priv_get_data(struct iw_point *p_priv_data, union iwreq_data *wrqu) in hdd_priv_get_data() argument
2714 if ((!p_priv_data) || (!wrqu)) in hdd_priv_get_data()
2724 p_compat_priv_data = (struct compat_iw_point *)&wrqu->data; in hdd_priv_get_data()
2733 memcpy(p_priv_data, &wrqu->data, sizeof(struct iw_point)); in hdd_priv_get_data()
2979 union iwreq_data *wrqu, char *extra) in __iw_get_linkspeed() argument
3003 wrqu->data.length = len; in __iw_get_linkspeed()
3028 union iwreq_data *wrqu, char *extra) in iw_get_linkspeed() argument
3037 errno = __iw_get_linkspeed(dev, info, wrqu, extra); in iw_get_linkspeed()
3116 union iwreq_data *wrqu, char *extra) in __iw_get_wlm_stats() argument
3142 if (hdd_priv_get_data(&priv_data, wrqu)) in __iw_get_wlm_stats()
[all …]
H A Dwlan_hdd_fips.c169 union iwreq_data *wrqu, char *extra) in __hdd_fips_test() argument
198 request_len = wrqu->data.length; in __hdd_fips_test()
268 wrqu->data.length = sizeof(*user_response) + user_response->data_len; in __hdd_fips_test()
269 if (copy_to_user(wrqu->data.pointer, user_response, wrqu->data.length)) in __hdd_fips_test()
281 union iwreq_data *wrqu, char *extra) in hdd_fips_test() argument
290 errno = __hdd_fips_test(dev, info, wrqu, extra); in hdd_fips_test()
H A Dwlan_hdd_assoc.c2048 union iwreq_data wrqu; in hdd_indicate_tsm_ie() local
2056 memset(&wrqu, '\0', sizeof(wrqu)); in hdd_indicate_tsm_ie()
2066 wrqu.data.pointer = buf; in hdd_indicate_tsm_ie()
2067 wrqu.data.length = nBytes; in hdd_indicate_tsm_ie()
2069 hdd_wext_send_event(adapter->dev, IWEVCUSTOM, &wrqu, buf); in hdd_indicate_tsm_ie()
2083 union iwreq_data wrqu; in hdd_indicate_ese_adj_ap_rep_ind() local
2091 memset(&wrqu, '\0', sizeof(wrqu)); in hdd_indicate_ese_adj_ap_rep_ind()
2100 wrqu.data.pointer = buf; in hdd_indicate_ese_adj_ap_rep_ind()
2101 wrqu.data.length = nBytes; in hdd_indicate_ese_adj_ap_rep_ind()
2104 hdd_wext_send_event(adapter->dev, IWEVCUSTOM, &wrqu, buf); in hdd_indicate_ese_adj_ap_rep_ind()
[all …]
H A Dwlan_hdd_fips.h72 union iwreq_data *wrqu, char *extra);
H A Dwlan_hdd_ocb.h270 union iwreq_data *wrqu, char *extra);
384 union iwreq_data *wrqu, char *extra) in iw_set_dot11p_channel_sched() argument
H A Dwlan_hdd_cm_connect.c2310 union iwreq_data wrqu; in hdd_cm_ft_preauth_complete() local
2336 wrqu.data.length = str_len + ric_ies_length; in hdd_cm_ft_preauth_complete()
2337 hdd_wext_send_event(wdev->netdev, IWEVCUSTOM, &wrqu, buff); in hdd_cm_ft_preauth_complete()
2354 wrqu.data.length = str_len + auth_resp_len; in hdd_cm_ft_preauth_complete()
2355 hdd_wext_send_event(wdev->netdev, IWEVCUSTOM, &wrqu, buff); in hdd_cm_ft_preauth_complete()
2368 union iwreq_data wrqu; in hdd_cm_cckm_preauth_complete() local
2385 memset(&wrqu, '\0', sizeof(wrqu)); in hdd_cm_cckm_preauth_complete()
2405 wrqu.data.pointer = buf; in hdd_cm_cckm_preauth_complete()
2406 wrqu.data.length = (IW_CUSTOM_MAX - freebytes); in hdd_cm_cckm_preauth_complete()
2409 hdd_wext_send_event(wdev->netdev, IWEVCUSTOM, &wrqu, buf); in hdd_cm_cckm_preauth_complete()
H A Dwlan_hdd_hostapd.c2146 union iwreq_data wrqu; in hdd_hostapd_sap_event_cb() local
2204 memset(&wrqu, '\0', sizeof(wrqu)); in hdd_hostapd_sap_event_cb()
2395 memset(&wrqu, 0, sizeof(wrqu)); in hdd_hostapd_sap_event_cb()
2396 wrqu.data.length = strlen(startBssEvent); in hdd_hostapd_sap_event_cb()
2635 memset(&wrqu, 0, sizeof(wrqu)); in hdd_hostapd_sap_event_cb()
2636 wrqu.data.length = sizeof(msg); in hdd_hostapd_sap_event_cb()
2667 QDF_MAC_ADDR_REF(wrqu.addr.sa_data)); in hdd_hostapd_sap_event_cb()
2669 wrqu.addr.sa_data); in hdd_hostapd_sap_event_cb()
2675 wrqu.addr.sa_family = ARPHRD_ETHER; in hdd_hostapd_sap_event_cb()
2676 memcpy(wrqu.addr.sa_data, in hdd_hostapd_sap_event_cb()
[all …]
H A Dwlan_hdd_wmm.c341 union iwreq_data wrqu; in hdd_wmm_notify_app() local
353 memset(&wrqu, 0, sizeof(wrqu)); in hdd_wmm_notify_app()
360 wrqu.data.pointer = buf; in hdd_wmm_notify_app()
361 wrqu.data.length = strlen(buf); in hdd_wmm_notify_app()
368 hdd_wext_send_event(adapter->dev, IWEVCUSTOM, &wrqu, buf); in hdd_wmm_notify_app()
H A Dwlan_hdd_ocb.c455 union iwreq_data *wrqu, char *extra) in __iw_set_dot11p_channel_sched() argument
594 union iwreq_data *wrqu, char *extra) in iw_set_dot11p_channel_sched() argument
603 errno = __iw_set_dot11p_channel_sched(dev, info, wrqu, extra); in iw_set_dot11p_channel_sched()
H A Dwlan_hdd_oemdata.c155 union iwreq_data *wrqu, char *extra) in iw_get_oem_data_cap() argument
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_wext.h194 union iwreq_data *wrqu, const char *extra) in hdd_wext_send_event() argument
196 wireless_send_event(dev, cmd, wrqu, extra); in hdd_wext_send_event()
219 union iwreq_data *wrqu, char *extra);
223 union iwreq_data *wrqu, char *extra);
226 union iwreq_data *wrqu);
342 union iwreq_data *wrqu, const char *extra) in hdd_wext_send_event() argument
H A Dqc_sap_ioctl.h247 union iwreq_data *wrqu,
H A Dwlan_hdd_oemdata.h184 union iwreq_data *wrqu, char *extra);