Searched refs:add_sta (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_nan_datapath.c | 38 QDF_STATUS wma_add_sta_ndi_mode(tp_wma_handle wma, tpAddStaParams add_sta) in wma_add_sta_ndi_mode() argument 46 iface = &wma->interfaces[add_sta->smesessionId]; in wma_add_sta_ndi_mode() 48 add_sta->smesessionId, QDF_MAC_ADDR_REF(add_sta->staMac)); in wma_add_sta_ndi_mode() 50 if (cdp_find_peer_exist_on_vdev(soc, add_sta->smesessionId, in wma_add_sta_ndi_mode() 51 add_sta->staMac)) { in wma_add_sta_ndi_mode() 53 QDF_MAC_ADDR_REF(add_sta->staMac)); in wma_add_sta_ndi_mode() 54 add_sta->status = QDF_STATUS_E_EXISTS; in wma_add_sta_ndi_mode() 65 if (cdp_find_peer_exist(soc, pdev_id, add_sta->staMac)) { in wma_add_sta_ndi_mode() 67 QDF_MAC_ADDR_REF(add_sta->staMac)); in wma_add_sta_ndi_mode() 68 add_sta->status = QDF_STATUS_E_EXISTS; in wma_add_sta_ndi_mode() [all …]
|
H A D | wma_dev_if.c | 4767 static void wma_get_mld_info_ap(tpAddStaParams add_sta, in wma_get_mld_info_ap() argument 4771 if (add_sta) { in wma_get_mld_info_ap() 4772 *peer_mld_addr = add_sta->mld_mac_addr; in wma_get_mld_info_ap() 4773 *is_assoc_peer = add_sta->is_assoc_peer; in wma_get_mld_info_ap() 4780 static void wma_get_mld_info_ap(tpAddStaParams add_sta, in wma_get_mld_info_ap() argument 4796 static void wma_add_sta_req_ap_mode(tp_wma_handle wma, tpAddStaParams add_sta) in wma_add_sta_req_ap_mode() argument 4821 if (add_sta->staType != STA_ENTRY_PEER) { in wma_add_sta_req_ap_mode() 4822 add_sta->status = QDF_STATUS_SUCCESS; in wma_add_sta_req_ap_mode() 4826 iface = &wma->interfaces[add_sta->smesessionId]; in wma_add_sta_req_ap_mode() 4828 if (cdp_find_peer_exist_on_vdev(soc, add_sta->smesessionId, in wma_add_sta_req_ap_mode() [all …]
|
H A D | wma_nan_datapath.h | 58 QDF_STATUS wma_add_sta_ndi_mode(tp_wma_handle wma, tpAddStaParams add_sta); 119 tpAddStaParams add_sta) in wma_add_sta_ndi_mode() argument
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_hostap.h |
|
H A D | driver_hostap.c |
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth.h |
|
H A D | wpa_auth_glue.c |
|
H A D | wpa_auth_ft.c |
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_internal.h | 596 void wma_add_sta(tp_wma_handle wma, tpAddStaParams add_sta);
|