Home
last modified time | relevance | path

Searched refs:wiphy (Results 1 – 25 of 182) sorted by relevance

12345678

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ext_scan.h44 int wlan_hdd_cfg80211_extscan_start(struct wiphy *wiphy,
48 int wlan_hdd_cfg80211_extscan_stop(struct wiphy *wiphy,
52 int wlan_hdd_cfg80211_extscan_get_capabilities(struct wiphy *wiphy,
56 int wlan_hdd_cfg80211_extscan_get_cached_results(struct wiphy *wiphy,
61 int wlan_hdd_cfg80211_extscan_set_bssid_hotlist(struct wiphy *wiphy,
66 int wlan_hdd_cfg80211_extscan_reset_bssid_hotlist(struct wiphy *wiphy,
71 int wlan_hdd_cfg80211_extscan_set_significant_change(struct wiphy *wiphy,
76 int wlan_hdd_cfg80211_extscan_reset_significant_change(struct wiphy
77 *wiphy,
83 int wlan_hdd_cfg80211_set_epno_list(struct wiphy *wiphy,
[all …]
H A Dwlan_hdd_ocb.h394 int wlan_hdd_cfg80211_ocb_set_config(struct wiphy *wiphy,
399 int wlan_hdd_cfg80211_ocb_set_utc_time(struct wiphy *wiphy,
404 int wlan_hdd_cfg80211_ocb_start_timing_advert(struct wiphy *wiphy,
409 int wlan_hdd_cfg80211_ocb_stop_timing_advert(struct wiphy *wiphy,
414 int wlan_hdd_cfg80211_ocb_get_tsf_timer(struct wiphy *wiphy,
419 int wlan_hdd_cfg80211_dcc_get_stats(struct wiphy *wiphy,
424 int wlan_hdd_cfg80211_dcc_clear_stats(struct wiphy *wiphy,
429 int wlan_hdd_cfg80211_dcc_update_ndl(struct wiphy *wiphy,
438 static inline int wlan_hdd_cfg80211_ocb_set_config(struct wiphy *wiphy, in wlan_hdd_cfg80211_ocb_set_config() argument
446 static inline int wlan_hdd_cfg80211_ocb_set_utc_time(struct wiphy *wiphy, in wlan_hdd_cfg80211_ocb_set_utc_time() argument
[all …]
H A Dwlan_hdd_spectralscan.c58 static int __wlan_hdd_cfg80211_spectral_scan_start(struct wiphy *wiphy, in __wlan_hdd_cfg80211_spectral_scan_start() argument
64 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_spectral_scan_start()
92 ret = wlan_cfg80211_spectral_scan_config_and_start(wiphy, hdd_ctx->pdev, in __wlan_hdd_cfg80211_spectral_scan_start()
112 static int __wlan_hdd_cfg80211_spectral_scan_stop(struct wiphy *wiphy, in __wlan_hdd_cfg80211_spectral_scan_stop() argument
118 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_spectral_scan_stop()
145 ret = wlan_cfg80211_spectral_scan_stop(wiphy, hdd_ctx->pdev, in __wlan_hdd_cfg80211_spectral_scan_stop()
165 struct wiphy *wiphy, in __wlan_hdd_cfg80211_spectral_scan_get_config() argument
171 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_spectral_scan_get_config()
198 ret = wlan_cfg80211_spectral_scan_get_config(wiphy, hdd_ctx->pdev, in __wlan_hdd_cfg80211_spectral_scan_get_config()
218 struct wiphy *wiphy, in __wlan_hdd_cfg80211_spectral_scan_get_diag_stats() argument
[all …]
H A Dwlan_hdd_regulatory.c377 struct wiphy *wiphy) in hdd_regulatory_wiphy_init() argument
385 wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG; in hdd_regulatory_wiphy_init()
387 wiphy->regulatory_flags |= REGULATORY_STRICT_REG; in hdd_regulatory_wiphy_init()
394 hdd_ctx->reg.reg_flags = wiphy->regulatory_flags; in hdd_regulatory_wiphy_init()
395 wiphy_apply_custom_regulatory(wiphy, reg_rules); in hdd_regulatory_wiphy_init()
401 chan_num < wiphy->bands[HDD_NL80211_BAND_2GHZ]->n_channels; in hdd_regulatory_wiphy_init()
403 chan = &(wiphy->bands[HDD_NL80211_BAND_2GHZ]->channels[chan_num]); in hdd_regulatory_wiphy_init()
413 wiphy->regulatory_flags = hdd_ctx->reg.reg_flags; in hdd_regulatory_wiphy_init()
419 struct wiphy *wiphy) in hdd_regulatory_wiphy_init() argument
425 wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY; in hdd_regulatory_wiphy_init()
[all …]
H A Dwlan_hdd_tdls.c265 __wlan_hdd_cfg80211_exttdls_get_status(struct wiphy *wiphy, in __wlan_hdd_cfg80211_exttdls_get_status() argument
272 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_exttdls_get_status()
290 skb = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, in __wlan_hdd_cfg80211_exttdls_get_status()
341 __wlan_hdd_cfg80211_exttdls_set_link_id(struct wiphy *wiphy, in __wlan_hdd_cfg80211_exttdls_set_link_id() argument
347 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_exttdls_set_link_id()
399 __wlan_hdd_cfg80211_configure_tdls_mode(struct wiphy *wiphy, in __wlan_hdd_cfg80211_configure_tdls_mode() argument
405 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_configure_tdls_mode()
461 int wlan_hdd_cfg80211_configure_tdls_mode(struct wiphy *wiphy, in wlan_hdd_cfg80211_configure_tdls_mode() argument
473 errno = __wlan_hdd_cfg80211_configure_tdls_mode(wiphy, wdev, data, in wlan_hdd_cfg80211_configure_tdls_mode()
490 int wlan_hdd_cfg80211_exttdls_get_status(struct wiphy *wiphy, in wlan_hdd_cfg80211_exttdls_get_status() argument
[all …]
H A Dwlan_hdd_stats.h151 int wlan_hdd_cfg80211_ll_stats_set(struct wiphy *wiphy,
165 int wlan_hdd_cfg80211_ll_stats_get(struct wiphy *wiphy,
180 int wlan_hdd_cfg80211_ll_stats_clear(struct wiphy *wiphy,
201 int wlan_hdd_cfg80211_ll_stats_ext_set_param(struct wiphy *wiphy,
276 wlan_hdd_cfg80211_ll_stats_ext_set_param(struct wiphy *wiphy, in wlan_hdd_cfg80211_ll_stats_ext_set_param() argument
328 int wlan_hdd_cfg80211_stats_ext_request(struct wiphy *wiphy,
345 int wlan_hdd_cfg80211_connected_chan_stats_req(struct wiphy *wiphy,
360 int wlan_hdd_cfg80211_get_station(struct wiphy *wiphy,
364 int wlan_hdd_cfg80211_get_station(struct wiphy *wiphy,
379 int wlan_hdd_cfg80211_dump_station(struct wiphy *wiphy,
[all …]
H A Dwlan_hdd_scan.c85 skb = wlan_cfg80211_vendor_event_alloc(hddctx->wiphy, &adapter->wdev, in hdd_vendor_scan_callback()
441 static int __wlan_hdd_cfg80211_scan(struct wiphy *wiphy, in __wlan_hdd_cfg80211_scan() argument
700 int wlan_hdd_cfg80211_scan(struct wiphy *wiphy, in wlan_hdd_cfg80211_scan() argument
710 errno = __wlan_hdd_cfg80211_scan(wiphy, request, NL_SCAN); in wlan_hdd_cfg80211_scan()
726 static uint32_t wlan_hdd_get_rates(struct wiphy *wiphy, in wlan_hdd_get_rates() argument
737 for (j = 0; j < wiphy->bands[band]->n_bitrates; j++) { in wlan_hdd_get_rates()
738 if (wiphy->bands[band]->bitrates[j].bitrate == rate) { in wlan_hdd_get_rates()
758 static int wlan_hdd_send_scan_start_event(struct wiphy *wiphy, in wlan_hdd_send_scan_start_event() argument
766 skb = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, sizeof(u64) + in wlan_hdd_send_scan_start_event()
783 skb = wlan_cfg80211_vendor_event_alloc(wiphy, wdev, in wlan_hdd_send_scan_start_event()
[all …]
H A Dwlan_hdd_scan.h55 int wlan_hdd_cfg80211_scan(struct wiphy *wiphy,
59 int wlan_hdd_cfg80211_sched_scan_start(struct wiphy *wiphy,
77 int wlan_hdd_cfg80211_sched_scan_stop(struct wiphy *wiphy,
80 int wlan_hdd_cfg80211_sched_scan_stop(struct wiphy *wiphy,
100 int wlan_hdd_cfg80211_vendor_scan(struct wiphy *wiphy,
117 struct wiphy *wiphy, struct wireless_dev *wdev,
122 void wlan_hdd_cfg80211_abort_scan(struct wiphy *wiphy,
H A Dwlan_hdd_cfg80211.c532 struct wiphy *wiphy = hdd_ctx->wiphy; in hdd_init_6ghz() local
561 wiphy->bands[HDD_NL80211_BAND_6GHZ] = &wlan_hdd_band_6_ghz; in hdd_init_6ghz()
562 wiphy->bands[HDD_NL80211_BAND_6GHZ]->channels = chlist; in hdd_init_6ghz()
563 wiphy->bands[HDD_NL80211_BAND_6GHZ]->n_channels = num; in hdd_init_6ghz()
581 if (!hdd_ctx->wiphy->bands[HDD_NL80211_BAND_6GHZ] || in wlan_hdd_populate_6g_chan_info()
582 !hdd_ctx->wiphy->bands[HDD_NL80211_BAND_6GHZ]->n_channels) { in wlan_hdd_populate_6g_chan_info()
1303 static int __wlan_hdd_cfg80211_get_tdls_capabilities(struct wiphy *wiphy, in __wlan_hdd_cfg80211_get_tdls_capabilities() argument
1312 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_get_tdls_capabilities()
1337 skb = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, in __wlan_hdd_cfg80211_get_tdls_capabilities()
1409 wlan_hdd_cfg80211_get_tdls_capabilities(struct wiphy *wiphy, in wlan_hdd_cfg80211_get_tdls_capabilities() argument
[all …]
H A Dwlan_hdd_tx_power.c53 static int __wlan_hdd_cfg80211_txpower_scale(struct wiphy *wiphy, in __wlan_hdd_cfg80211_txpower_scale() argument
58 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_txpower_scale()
108 int wlan_hdd_cfg80211_txpower_scale(struct wiphy *wiphy, in wlan_hdd_cfg80211_txpower_scale() argument
120 errno = __wlan_hdd_cfg80211_txpower_scale(wiphy, wdev, data, data_len); in wlan_hdd_cfg80211_txpower_scale()
142 __wlan_hdd_cfg80211_txpower_scale_decr_db(struct wiphy *wiphy, in __wlan_hdd_cfg80211_txpower_scale_decr_db() argument
147 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_txpower_scale_decr_db()
195 int wlan_hdd_cfg80211_txpower_scale_decr_db(struct wiphy *wiphy, in wlan_hdd_cfg80211_txpower_scale_decr_db() argument
207 errno = __wlan_hdd_cfg80211_txpower_scale_decr_db(wiphy, wdev, in wlan_hdd_cfg80211_txpower_scale_decr_db()
244 __wlan_hdd_cfg80211_get_reg_tpc_info(struct wiphy *wiphy, in __wlan_hdd_cfg80211_get_reg_tpc_info() argument
249 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_get_reg_tpc_info()
[all …]
H A Dwlan_hdd_gpio.c47 __wlan_hdd_cfg80211_set_gpio_config(struct wiphy *wiphy, in __wlan_hdd_cfg80211_set_gpio_config() argument
53 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_set_gpio_config()
72 ret = wlan_cfg80211_start_gpio_config(wiphy, in __wlan_hdd_cfg80211_set_gpio_config()
89 int wlan_hdd_cfg80211_set_gpio_config(struct wiphy *wiphy, in wlan_hdd_cfg80211_set_gpio_config() argument
96 errno = osif_psoc_sync_op_start(wiphy_dev(wiphy), &psoc_sync); in wlan_hdd_cfg80211_set_gpio_config()
100 errno = __wlan_hdd_cfg80211_set_gpio_config(wiphy, in wlan_hdd_cfg80211_set_gpio_config()
H A Dwlan_hdd_ocb.c112 static int dot11p_validate_channel(struct wiphy *wiphy, in dot11p_validate_channel() argument
122 current_band = wiphy->bands[band_idx]; in dot11p_validate_channel()
195 if (dot11p_validate_channel(hdd_ctx->wiphy, in hdd_ocb_validate_config()
765 static int __wlan_hdd_cfg80211_ocb_set_config(struct wiphy *wiphy, in __wlan_hdd_cfg80211_ocb_set_config() argument
770 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_ocb_set_config()
949 int wlan_hdd_cfg80211_ocb_set_config(struct wiphy *wiphy, in wlan_hdd_cfg80211_ocb_set_config() argument
961 errno = __wlan_hdd_cfg80211_ocb_set_config(wiphy, wdev, data, data_len); in wlan_hdd_cfg80211_ocb_set_config()
977 static int __wlan_hdd_cfg80211_ocb_set_utc_time(struct wiphy *wiphy, in __wlan_hdd_cfg80211_ocb_set_utc_time() argument
982 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_ocb_set_utc_time()
1080 int wlan_hdd_cfg80211_ocb_set_utc_time(struct wiphy *wiphy, in wlan_hdd_cfg80211_ocb_set_utc_time() argument
[all …]
H A Dwlan_hdd_son.h99 int hdd_son_send_set_wifi_generic_command(struct wiphy *wiphy,
111 int hdd_son_send_get_wifi_generic_command(struct wiphy *wiphy,
169 int hdd_son_send_set_wifi_generic_command(struct wiphy *wiphy, in hdd_son_send_set_wifi_generic_command() argument
177 int hdd_son_send_get_wifi_generic_command(struct wiphy *wiphy, in hdd_son_send_get_wifi_generic_command() argument
H A Dwlan_hdd_coap.c40 __wlan_hdd_cfg80211_coap_offload(struct wiphy *wiphy, in __wlan_hdd_cfg80211_coap_offload() argument
45 struct hdd_context *hdd_ctx = wiphy_priv(wiphy); in __wlan_hdd_cfg80211_coap_offload()
67 errno = wlan_cfg80211_coap_offload(wiphy, vdev, data, data_len); in __wlan_hdd_cfg80211_coap_offload()
72 int wlan_hdd_cfg80211_coap_offload(struct wiphy *wiphy, in wlan_hdd_cfg80211_coap_offload() argument
83 errno = __wlan_hdd_cfg80211_coap_offload(wiphy, wdev, data, data_len); in wlan_hdd_cfg80211_coap_offload()
H A Dwlan_hdd_p2p.c90 static int __wlan_hdd_cfg80211_remain_on_channel(struct wiphy *wiphy, in __wlan_hdd_cfg80211_remain_on_channel() argument
145 int wlan_hdd_cfg80211_remain_on_channel(struct wiphy *wiphy, in wlan_hdd_cfg80211_remain_on_channel() argument
157 errno = __wlan_hdd_cfg80211_remain_on_channel(wiphy, wdev, chan, in wlan_hdd_cfg80211_remain_on_channel()
166 __wlan_hdd_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, in __wlan_hdd_cfg80211_cancel_remain_on_channel() argument
199 int wlan_hdd_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, in wlan_hdd_cfg80211_cancel_remain_on_channel() argument
210 errno = __wlan_hdd_cfg80211_cancel_remain_on_channel(wiphy, wdev, in wlan_hdd_cfg80211_cancel_remain_on_channel()
219 static int __wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in __wlan_hdd_mgmt_tx() argument
352 int wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in wlan_hdd_mgmt_tx() argument
355 int wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in wlan_hdd_mgmt_tx()
370 errno = __wlan_hdd_mgmt_tx(wiphy, wdev, params->chan, params->offchan, in wlan_hdd_mgmt_tx()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_tdls.h96 int wlan_hdd_cfg80211_exttdls_enable(struct wiphy *wiphy,
101 int wlan_hdd_cfg80211_exttdls_disable(struct wiphy *wiphy,
106 int wlan_hdd_cfg80211_exttdls_get_status(struct wiphy *wiphy,
121 wlan_hdd_cfg80211_exttdls_set_link_id(struct wiphy *wiphy,
127 int wlan_hdd_cfg80211_tdls_oper(struct wiphy *wiphy,
132 int wlan_hdd_cfg80211_tdls_oper(struct wiphy *wiphy,
139 int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy,
146 int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy,
153 int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy,
160 int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy,
[all …]
H A Dwlan_hdd_p2p.h47 int wlan_hdd_cfg80211_remain_on_channel(struct wiphy *wiphy,
52 int wlan_hdd_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy,
56 int wlan_hdd_cfg80211_mgmt_tx_cancel_wait(struct wiphy *wiphy,
81 int wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
84 int wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
92 struct wireless_dev *wlan_hdd_add_virtual_intf(struct wiphy *wiphy,
98 struct wireless_dev *wlan_hdd_add_virtual_intf(struct wiphy *wiphy,
105 struct wireless_dev *wlan_hdd_add_virtual_intf(struct wiphy *wiphy,
124 int wlan_hdd_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
125 int __wlan_hdd_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
H A Dwlan_hdd_power.h319 int wlan_hdd_cfg80211_suspend_wlan(struct wiphy *wiphy,
331 int wlan_hdd_cfg80211_resume_wlan(struct wiphy *wiphy);
417 int wlan_hdd_cfg80211_get_txpower(struct wiphy *wiphy,
430 int wlan_hdd_cfg80211_set_txpower(struct wiphy *wiphy,
444 int wlan_hdd_cfg80211_set_power_mgmt(struct wiphy *wiphy,
608 int hdd_wlan_fake_apps_resume(struct wiphy *wiphy, struct net_device *dev);
619 int hdd_wlan_fake_apps_suspend(struct wiphy *wiphy, struct net_device *dev,
624 hdd_wlan_fake_apps_resume(struct wiphy *wiphy, struct net_device *dev) in hdd_wlan_fake_apps_resume() argument
630 hdd_wlan_fake_apps_suspend(struct wiphy *wiphy, struct net_device *dev, in hdd_wlan_fake_apps_suspend() argument
H A Dwlan_hdd_spectralscan.h130 int wlan_hdd_cfg80211_spectral_scan_start(struct wiphy *wiphy,
146 int wlan_hdd_cfg80211_spectral_scan_stop(struct wiphy *wiphy,
162 int wlan_hdd_cfg80211_spectral_scan_get_config(struct wiphy *wiphy,
179 int wlan_hdd_cfg80211_spectral_scan_get_diag_stats(struct wiphy *wiphy,
195 int wlan_hdd_cfg80211_spectral_scan_get_cap_info(struct wiphy *wiphy,
211 int wlan_hdd_cfg80211_spectral_scan_get_status(struct wiphy *wiphy,
/wlan-driver/qca-wifi-host-cmn/os_if/linux/spectral/inc/
H A Dwlan_cfg80211_spectral.h93 int wlan_cfg80211_spectral_scan_config_and_start(struct wiphy *wiphy,
109 int wlan_cfg80211_spectral_scan_stop(struct wiphy *wiphy,
125 int wlan_cfg80211_spectral_scan_get_config(struct wiphy *wiphy,
141 int wlan_cfg80211_spectral_scan_get_cap(struct wiphy *wiphy,
157 int wlan_cfg80211_spectral_scan_get_diag_stats(struct wiphy *wiphy,
173 int wlan_cfg80211_spectral_scan_get_status(struct wiphy *wiphy,
/wlan-driver/qca-wifi-host-cmn/os_if/linux/scan/inc/
H A Dwlan_cfg80211_scan.h257 wlan_cfg80211_inform_bss_frame_data(struct wiphy *wiphy,
282 QDF_STATUS __wlan_cfg80211_unlink_bss_list(struct wiphy *wiphy,
300 struct cfg80211_bss *wlan_cfg80211_get_bss(struct wiphy *wiphy,
380 void wlan_scan_cfg80211_add_connected_pno_support(struct wiphy *wiphy);
384 void wlan_scan_cfg80211_add_connected_pno_support(struct wiphy *wiphy) in wlan_scan_cfg80211_add_connected_pno_support() argument
399 void wlan_config_sched_scan_plans_to_wiphy(struct wiphy *wiphy,
403 void wlan_config_sched_scan_plans_to_wiphy(struct wiphy *wiphy, in wlan_config_sched_scan_plans_to_wiphy() argument
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
H A Dwlan_cfg80211_wifi_pos.c51 struct wiphy *wiphy, in wlan_wifi_pos_cfg80211_set_auth_deauth_random_ta_flag() argument
56 wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_AUTH_AND_DEAUTH_RANDOM_TA); in wlan_wifi_pos_cfg80211_set_auth_deauth_random_ta_flag()
61 struct wiphy *wiphy, in wlan_wifi_pos_cfg80211_set_auth_deauth_random_ta_flag() argument
69 wlan_wifi_pos_cfg80211_set_wiphy_ext_feature(struct wiphy *wiphy, in wlan_wifi_pos_cfg80211_set_wiphy_ext_feature() argument
96 wlan_wifi_pos_cfg80211_set_auth_deauth_random_ta_flag(wiphy, psoc); in wlan_wifi_pos_cfg80211_set_wiphy_ext_feature()
106 wiphy->num_iftype_ext_capab = 0; in wlan_wifi_pos_cfg80211_set_wiphy_ext_feature()
107 wiphy->iftype_ext_capab = &iftype_ext_cap; in wlan_wifi_pos_cfg80211_set_wiphy_ext_feature()
108 wiphy->num_iftype_ext_capab++; in wlan_wifi_pos_cfg80211_set_wiphy_ext_feature()
/wlan-driver/qca-wifi-host-cmn/spectral/dispatcher/inc/
H A Dwlan_spectral_public_structs.h223 struct wiphy;
237 int (*wlan_cfg80211_spectral_scan_start)(struct wiphy *wiphy,
242 int (*wlan_cfg80211_spectral_scan_stop)(struct wiphy *wiphy,
248 struct wiphy *wiphy,
254 struct wiphy *wiphy,
260 struct wiphy *wiphy,
266 struct wiphy *wiphy,
/wlan-driver/qca-wifi-host-cmn/os_if/linux/scan/src/
H A Dwlan_cfg80211_scan.c233 wlan_cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in wlan_cfg80211_sched_scan_results() argument
235 cfg80211_sched_scan_results(wiphy); in wlan_cfg80211_sched_scan_results()
239 wlan_cfg80211_sched_scan_results(struct wiphy *wiphy, uint64_t reqid) in wlan_cfg80211_sched_scan_results() argument
241 cfg80211_sched_scan_results(wiphy, reqid); in wlan_cfg80211_sched_scan_results()
277 wlan_cfg80211_sched_scan_results(pdev_ospriv->wiphy, 0); in wlan_cfg80211_pno_callback()
919 skb = wlan_cfg80211_vendor_event_alloc(req->wdev->wiphy, req->wdev, in wlan_vendor_scan_callback()
1965 wlan_get_ieee80211_channel(struct wiphy *wiphy, in wlan_get_ieee80211_channel() argument
1971 chan = ieee80211_get_channel(wiphy, chan_freq); in wlan_get_ieee80211_channel()
2016 wlan_cfg80211_inform_bss_frame_data(struct wiphy *wiphy, in wlan_cfg80211_inform_bss_frame_data() argument
2030 return cfg80211_inform_bss_frame_data(wiphy, &data, bss->mgmt, in wlan_cfg80211_inform_bss_frame_data()
[all …]
/wlan-driver/qca-wifi-host-cmn/os_if/linux/
H A Dwlan_cfg80211.h336 backported_cfg80211_vendor_event_alloc(struct wiphy *wiphy, in backported_cfg80211_vendor_event_alloc() argument
343 skb = cfg80211_vendor_event_alloc(wiphy, approxlen, event_idx, gfp); in backported_cfg80211_vendor_event_alloc()
425 __cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int len, in __cfg80211_vendor_cmd_alloc_reply_skb() argument
430 skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len); in __cfg80211_vendor_cmd_alloc_reply_skb()
437 #define wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) \ argument
438 __cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len, __func__, __LINE__)
441 __cfg80211_vendor_event_alloc(struct wiphy *wiphy, in __cfg80211_vendor_event_alloc() argument
451 skb = cfg80211_vendor_event_alloc(wiphy, wdev, in __cfg80211_vendor_event_alloc()
461 #define wlan_cfg80211_vendor_event_alloc(wiphy, wdev, len, idx, gfp) \ argument
462 __cfg80211_vendor_event_alloc(wiphy, wdev, len, \
[all …]

12345678