Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 63) sorted by relevance

123

/wlan-driver/wpa_supplicant_8/hostapd/
H A Dmain.c
H A Dctrl_iface.c
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dhostapd.c
H A Dutils.c
H A Deth_p_oui.c
H A Ddpp_hostapd.c
H A Dvlan_full.c
H A Dwpa_auth_glue.c
H A Dhostapd.h
H A Dwps_hostapd.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c
/wlan-driver/wpa_supplicant_8/hostapd/aidl/
H A Daidl.cpp
H A Daidl.h
H A Dhostapd.cpp
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c135 vdev = wma->interfaces[i].vdev; in wma_find_vdev_id_by_addr()
169 struct wma_txrx_node *intf = wma->interfaces; in wma_is_vdev_in_ap_mode()
210 if (!wma->interfaces[i].vdev) in wma_find_vdev_id_by_bssid()
212 bssid_addr = wma_get_vdev_bssid(wma->interfaces[i].vdev); in wma_find_vdev_id_by_bssid()
423 iface = &wma->interfaces[rsp->vdev_id]; in wma_vdev_detach_callback()
449 struct wma_txrx_node *iface = &wma_handle->interfaces[vdev_id]; in wma_cdp_vdev_detach()
505 iface = &wma->interfaces[vdev_id]; in wma_handle_monitor_mode_vdev_detach()
524 struct wma_txrx_node *iface = &wma_handle->interfaces[vdev_id]; in wma_handle_vdev_detach()
671 struct wma_txrx_node *iface = &wma_handle->interfaces[vdev_id]; in wma_check_for_deferred_peer_delete()
703 struct wma_txrx_node *iface = &wma_handle->interfaces[vdev_id]; in wma_vdev_self_peer_delete()
[all …]
H A Dwma_nan_datapath.h96 if (wma_handle->interfaces[i].type == WMI_VDEV_TYPE_NDI && in wma_is_ndi_active()
97 wma_handle->interfaces[i].peer_count > 0) in wma_is_ndi_active()
H A Dwma_scan_roam.c707 wma->interfaces[vdev_id].nss = roam_synch_ind_ptr->nss; in wma_roam_update_vdev()
710 wma->interfaces[vdev_id].chan_width = roam_synch_ind_ptr->chan_width; in wma_roam_update_vdev()
713 wma->interfaces[vdev_id].ch_freq = in wma_roam_update_vdev()
716 wma->interfaces[vdev_id].ch_freq = in wma_roam_update_vdev()
749 bssid = wma_get_vdev_bssid(wma->interfaces[vdev_id].vdev); in wma_roam_update_vdev()
786 if (wlan_vdev_mlme_get_opmode(wma->interfaces[vdev_id].vdev) == in wma_roam_update_vdev()
789 wma->interfaces[vdev_id].ch_freq, in wma_roam_update_vdev()
793 uc_cipher = wlan_crypto_get_param(wma->interfaces[vdev_id].vdev, in wma_roam_update_vdev()
795 cipher_cap = wlan_crypto_get_param(wma->interfaces[vdev_id].vdev, in wma_roam_update_vdev()
986 intr = &wma->interfaces[vdev_id]; in wma_pre_chan_switch_setup()
[all …]
H A Dwma_pasn_peer_api.c73 wma_remove_objmgr_peer(wma, wma->interfaces[vdev_id].vdev, in wma_pasn_peer_remove()
104 if (wma->interfaces[vdev_id].peer_count >= in wma_pasn_peer_create()
107 wma->interfaces[vdev_id].peer_count); in wma_pasn_peer_create()
H A Dwma_data.c746 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_cp_stats_set_rate_flag()
856 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_set_bss_rate_flags()
1256 struct wma_txrx_node *intr = wma->interfaces; in wma_process_rate_update_indicate()
1513 if (wma->interfaces[vdev_id].pause_bitmap) in wma_process_vdev_tx_pause_evt()
1564 if (!wma->interfaces[vdev_id].vdev) { in wma_mcc_vdev_tx_pause_evt_handler()
2348 iface = &wma_handle->interfaces[vdev_id]; in wma_tx_packet()
2520 wma_handle->interfaces[vdev_id]. in wma_tx_packet()
2673 wma_handle->interfaces[vdev_id].ch_freq) in wma_tx_packet()
2674 chanfreq = wma_handle->interfaces[vdev_id].ch_freq; in wma_tx_packet()
2699 if (wlan_reg_is_5ghz_ch_freq(wma_handle->interfaces[vdev_id].ch_freq)) in wma_tx_packet()
[all …]
H A Dwma_power.c117 iface = &wma->interfaces[vdev_id]; in wma_unified_set_sta_ps_param()
287 iface = &wma_handle->interfaces[vdev_id]; in wma_set_tx_power()
366 iface = &wma_handle->interfaces[vdev_id]; in wma_set_max_tx_power()
677 iface = &wma_handle->interfaces[vdev_id]; in wma_enable_sta_ps_mode()
785 iface = &wma_handle->interfaces[vdev_id]; in wma_disable_sta_ps_mode()
884 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_enable_uapsd_mode()
942 struct wma_txrx_node *iface = &wma->interfaces[vdev_id]; in wma_disable_uapsd_mode()
1053 bssid = wma_get_vdev_bssid(wma_handle->interfaces[vdev_id].vdev); in wma_trigger_uapsd_params()
1075 struct wma_txrx_node *iface = &wma_handle->interfaces[vdev_id]; in wma_disable_uapsd_per_ac()
1121 bssid = wma_get_vdev_bssid(wma_handle->interfaces[vdev_id].vdev); in wma_disable_uapsd_per_ac()
H A Dwma_mgmt.c122 bcn = wma->interfaces[vdev_id].beacon; in wma_send_bcn_buf_ll()
358 vdev = wma->interfaces[vdev_id].vdev; in wma_peer_sta_kickout_event_handler()
408 if (wma->interfaces[vdev_id].type == WMI_VDEV_TYPE_STA && in wma_peer_sta_kickout_event_handler()
409 (wma->interfaces[vdev_id].sub_type == 0 || in wma_peer_sta_kickout_event_handler()
410 wma->interfaces[vdev_id].sub_type == in wma_peer_sta_kickout_event_handler()
507 if (!wma->interfaces[resp_event->vdev_id].vdev) { in wma_unified_bcntx_status_event_handler()
515 wma->interfaces[resp_event->vdev_id].type, in wma_unified_bcntx_status_event_handler()
516 wma->interfaces[resp_event->vdev_id].sub_type); in wma_unified_bcntx_status_event_handler()
764 wma_get_link_probe_timeout(mac, wma->interfaces[vdev_id].sub_type, in wma_set_sap_keepalive()
864 intr = &wma->interfaces[vdev_id]; in wma_set_sta_keep_alive()
[all …]
H A Dwma_utils.c613 (WMI_VDEV_TYPE_STA == wma->interfaces[vdev_id].type) && in wma_lost_link_info_handler()
614 (0 == wma->interfaces[vdev_id].sub_type)) { in wma_lost_link_info_handler()
2675 vdev = wma->interfaces[clearReq->staId].vdev; in wma_process_ll_stats_clear_req()
2685 vdev = wma->interfaces[clearReq->staId].vdev; in wma_process_ll_stats_clear_req()
2745 wma_handle->interfaces[cmd->vdev_id].type == WMI_VDEV_TYPE_STA)) in wma_send_ll_stats_get_cmd()
2773 vdev = wma->interfaces[getReq->staId].vdev; in wma_update_params_for_mlo_stats()
2825 vdev = wma->interfaces[getReq->staId].vdev; in wma_process_ll_stats_get_req()
3219 struct wma_txrx_node *intr = wma->interfaces; in wma_link_status_event_handler()
3694 beacon = wma->interfaces[vdev_id].beacon; in wma_get_beacon_buffer_by_vdev_id()
3733 vdev = wma->interfaces[vdev_id].vdev; in wma_get_vdev_address_by_vdev_id()
[all …]
/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1018 struct wma_txrx_node *interfaces; member
1957 iface = &wma->interfaces[vdev_id]; in wma_vdev_update_pause_bitmap()
1982 iface = &wma->interfaces[vdev_id]; in wma_vdev_get_pause_bitmap()
2006 iface = &wma->interfaces[vdev_id]; in wma_vdev_is_device_in_low_pwr_mode()
2037 iface = &wma->interfaces[vdev_id]; in wma_vdev_get_dtim_period()
2067 iface = &wma->interfaces[vdev_id]; in wma_vdev_get_beacon_interval()
2122 iface = &wma->interfaces[vdev_id]; in wma_vdev_set_pause_bit()
2148 iface = &wma->interfaces[vdev_id]; in wma_vdev_clear_pause_bit()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A Dwpa_priv.sgml

123