Searched refs:assoc_req_ies (Results 1 – 13 of 13) sorted by relevance
/wlan-driver/qcacld-3.0/components/son/dispatcher/src/ |
H A D | son_ucfg_api.c | 128 uint8_t ucfg_son_get_tx_power(struct element_info assoc_req_ies) in ucfg_son_get_tx_power() argument 130 return wlan_son_get_node_tx_power(assoc_req_ies); in ucfg_son_get_tx_power() 133 QDF_STATUS ucfg_son_get_peer_rrm_info(struct element_info assoc_req_ies, in ucfg_son_get_peer_rrm_info() argument 137 return wlan_son_get_peer_rrm_info(assoc_req_ies, rrmcaps, in ucfg_son_get_peer_rrm_info()
|
H A D | son_api.c | 1343 uint8_t wlan_son_get_node_tx_power(struct element_info assoc_req_ies) in wlan_son_get_node_tx_power() argument 1348 assoc_req_ies.ptr, in wlan_son_get_node_tx_power() 1349 assoc_req_ies.len); in wlan_son_get_node_tx_power() 1356 QDF_STATUS wlan_son_get_peer_rrm_info(struct element_info assoc_req_ies, in wlan_son_get_peer_rrm_info() argument 1363 assoc_req_ies.ptr, in wlan_son_get_peer_rrm_info() 1364 assoc_req_ies.len); in wlan_son_get_peer_rrm_info()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_sta_info.c | 294 if (info->assoc_req_ies.len) { in hdd_put_sta_info_ref() 295 qdf_mem_free(info->assoc_req_ies.ptr); in hdd_put_sta_info_ref() 296 info->assoc_req_ies.ptr = NULL; in hdd_put_sta_info_ref() 297 info->assoc_req_ies.len = 0; in hdd_put_sta_info_ref()
|
H A D | wlan_hdd_softap_tx_rx.c | 364 if (sta_info->assoc_req_ies.len) { in hdd_reset_sta_info_during_reattach() 365 qdf_mem_free(sta_info->assoc_req_ies.ptr); in hdd_reset_sta_info_during_reattach() 366 sta_info->assoc_req_ies.ptr = NULL; in hdd_reset_sta_info_during_reattach() 367 sta_info->assoc_req_ies.len = 0; in hdd_reset_sta_info_during_reattach()
|
H A D | wlan_hdd_station_info.c | 1410 if (stainfo->assoc_req_ies.len) in hdd_get_cached_station_remote() 1411 nl_buf_len += stainfo->assoc_req_ies.len + NLA_HDRLEN; in hdd_get_cached_station_remote() 1487 if (stainfo->assoc_req_ies.len) { in hdd_get_cached_station_remote() 1488 if (nla_put(skb, ASSOC_REQ_IES, stainfo->assoc_req_ies.len, in hdd_get_cached_station_remote() 1489 stainfo->assoc_req_ies.ptr)) { in hdd_get_cached_station_remote() 1494 stainfo->assoc_req_ies.len); in hdd_get_cached_station_remote()
|
H A D | wlan_hdd_sta_info.h | 310 struct element_info assoc_req_ies; member
|
H A D | wlan_hdd_hostapd.c | 1611 qdf_mem_free(stainfo->assoc_req_ies.ptr); in hdd_fill_station_info() 1612 stainfo->assoc_req_ies.len = 0; in hdd_fill_station_info() 1613 stainfo->assoc_req_ies.ptr = qdf_mem_malloc(event->ies_len); in hdd_fill_station_info() 1614 if (stainfo->assoc_req_ies.ptr) { in hdd_fill_station_info() 1615 qdf_mem_copy(stainfo->assoc_req_ies.ptr, event->ies, in hdd_fill_station_info() 1617 stainfo->assoc_req_ies.len = event->ies_len; in hdd_fill_station_info() 1635 cache_sta_info->assoc_req_ies.ptr = in hdd_fill_station_info() 1637 if (cache_sta_info->assoc_req_ies.ptr) { in hdd_fill_station_info() 1638 qdf_mem_copy(cache_sta_info->assoc_req_ies.ptr, in hdd_fill_station_info() 1640 cache_sta_info->assoc_req_ies.len = event->ies_len; in hdd_fill_station_info() [all …]
|
H A D | wlan_hdd_son.c | 2478 node_info->max_txpower = ucfg_son_get_tx_power(sta_info->assoc_req_ies); in hdd_son_get_node_info_sap() 2553 if (sta_info->assoc_req_ies.len) { in hdd_son_get_peer_capability() 2554 status = ucfg_son_get_peer_rrm_info(sta_info->assoc_req_ies, in hdd_son_get_peer_capability()
|
H A D | wlan_hdd_stats.c | 6605 sinfo->assoc_req_ies = stainfo->assoc_req_ies.ptr; in wlan_hdd_fill_station_info() 6606 sinfo->assoc_req_ies_len = stainfo->assoc_req_ies.len; in wlan_hdd_fill_station_info()
|
/wlan-driver/qcacld-3.0/components/son/dispatcher/inc/ |
H A D | son_api.h | 450 uint8_t wlan_son_get_node_tx_power(struct element_info assoc_req_ies); 460 QDF_STATUS wlan_son_get_peer_rrm_info(struct element_info assoc_req_ies, 535 uint8_t wlan_son_get_node_tx_power(struct element_info assoc_req_ies) in wlan_son_get_node_tx_power() argument 541 QDF_STATUS wlan_son_get_peer_rrm_info(struct element_info assoc_req_ies, in wlan_son_get_peer_rrm_info() argument
|
H A D | son_ucfg_api.h | 183 uint8_t ucfg_son_get_tx_power(struct element_info assoc_req_ies); 193 QDF_STATUS ucfg_son_get_peer_rrm_info(struct element_info assoc_req_ies,
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_wext.c |
|
H A D | driver_wext.h |
|