/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_hostapd_wext.c | 89 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 D | wlan_hdd_wext.c | 2712 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 D | wlan_hdd_fips.c | 169 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 D | wlan_hdd_assoc.c | 2048 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 D | wlan_hdd_fips.h | 72 union iwreq_data *wrqu, char *extra);
|
H A D | wlan_hdd_ocb.h | 270 union iwreq_data *wrqu, char *extra); 384 union iwreq_data *wrqu, char *extra) in iw_set_dot11p_channel_sched() argument
|
H A D | wlan_hdd_cm_connect.c | 2310 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 D | wlan_hdd_hostapd.c | 2146 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 D | wlan_hdd_wmm.c | 341 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 D | wlan_hdd_ocb.c | 455 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 D | wlan_hdd_oemdata.c | 155 union iwreq_data *wrqu, char *extra) in iw_get_oem_data_cap() argument
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_wext.h | 194 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 D | qc_sap_ioctl.h | 247 union iwreq_data *wrqu,
|
H A D | wlan_hdd_oemdata.h | 184 union iwreq_data *wrqu, char *extra);
|