Searched refs:hdd_check_private_wext_control (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_hostapd_wext.c | 102 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_get_ini_cfg() 161 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_set_two_ints_getnone() 380 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_setparam() 1089 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_get_three() 1176 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_getparam() 1456 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_modify_acl() 1518 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_getchannel() 1574 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_set_max_tx_power() 1626 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_set_pktlog() 1685 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_softap_set_tx_power() [all …]
|
H A D | wlan_hdd_wext.c | 2758 int hdd_check_private_wext_control(struct hdd_context *hdd_ctx, in hdd_check_private_wext_control() function 2995 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_get_linkspeed() 4926 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_setint_getnone() 4996 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_setnone_get_threeint() 5077 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_setchar_getnone() 5242 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_setnone_getint() 5804 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_set_three_ints_getnone() 5989 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_get_char_setnone() 6506 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_setnone_getnone() 6708 ret = hdd_check_private_wext_control(hdd_ctx, info); in __iw_set_var_ints_getnone() [all …]
|
H A D | wlan_hdd_ocb.c | 473 rc = hdd_check_private_wext_control(hdd_ctx, info); in __iw_set_dot11p_channel_sched()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_wext.h | 321 int hdd_check_private_wext_control(struct hdd_context *hdd_ctx,
|