Home
last modified time | relevance | path

Searched refs:dtoh16 (Results 1 – 25 of 75) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.h195 #define dtoh16(i) (bcmswap16(i)) macro
197 #define dtohchanspec(i) dtoh16(i)
202 #define dtoh16(i) (i) macro
H A Dwl_escan.c39 #define dtoh16(i) (i) macro
228 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
231 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
506 if (dtoh16(escan_result->bss_count) != 1) { in wl_escan_ext_handler()
1037 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_merge_scan_results()
1040 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_merge_scan_results()
1064 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_escan_merge_scan_results()
1066 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_escan_merge_scan_results()
1098 if (dtoh16(bi->capability) & DOT11_CAP_PRIVACY) in wl_escan_merge_scan_results()
1411 bi_rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_mesh_info()
[all …]
H A Dwldev_common.c42 #define dtoh16(i) (bcmswap16(i)) macro
44 #define dtohchanspec(i) dtoh16(i)
49 #define dtoh16(i) (i) macro
H A Dwl_android_ext.c64 #define dtoh16(i) i macro
1514 dtoh16(mkeep_alive_pktp->len_bytes)); in wl_ext_mkeep_alive()
3793 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_rssi_cache()
3796 node->RSSI[j] = dtoh16(bi->RSSI); in wl_update_rssi_cache()
3816 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_rssi_cache()
3823 leaf->RSSI[j] = dtoh16(bi->RSSI); in wl_update_rssi_cache()
3931 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_dirty_bss_cache()
3968 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_disconnected_bss_cache()
4030 rssi = dtoh16(node->results.bss_info->RSSI); in wl_bss_cache_dump()
4083 rssi = dtoh16(leaf->results.bss_info->RSSI); in wl_bss_cache_sort_rssi()
[all …]
H A Dwl_iw.c152 #define dtoh16(i) (i) macro
272 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1213 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1220 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_get_aplist()
1291 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1298 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_iscan_get_aplist()
1690 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_get_scan()
1708 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1710 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
1737 if (dtoh16(bi->capability) & DOT11_CAP_PRIVACY) in wl_iw_get_scan()
[all …]
H A Ddhd_custom_cis.c680 version = dtoh16(*(uint16 *)iov_resp); in dhd_otp_process_iov_resp_buf()
772 stat_info->rgnstart = dtoh16((uint16)*data); in dhd_otp_cbfn_rgnstatus()
775 stat_info->rgnsize = dtoh16((uint16)*data); in dhd_otp_cbfn_rgnstatus()
H A Ddhd_linux_exportfs.c849 if (dtoh16(pwrstats->version) != WL_PWRSTATS_VERSION) { in show_pwrstats_path()
855 len = dtoh16(pwrstats->length) - WL_PWR_STATS_HDRLEN; in show_pwrstats_path()
858 type = dtoh16(((uint16*)p_data)[0]); in show_pwrstats_path()
859 taglen = dtoh16(((uint16*)p_data)[1]); in show_pwrstats_path()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.h197 #define dtoh16(i) (bcmswap16(i)) macro
199 #define dtohchanspec(i) dtoh16(i)
204 #define dtoh16(i) (i) macro
H A Dwl_escan.c39 #define dtoh16(i) (i) macro
228 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
231 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
506 if (dtoh16(escan_result->bss_count) != 1) { in wl_escan_ext_handler()
1039 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_merge_scan_results()
1042 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_merge_scan_results()
1066 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_escan_merge_scan_results()
1068 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_escan_merge_scan_results()
1100 if (dtoh16(bi->capability) & DOT11_CAP_PRIVACY) in wl_escan_merge_scan_results()
1413 bi_rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_mesh_info()
[all …]
H A Dwldev_common.c42 #define dtoh16(i) (bcmswap16(i)) macro
44 #define dtohchanspec(i) dtoh16(i)
49 #define dtoh16(i) (i) macro
H A Dwl_android_ext.c66 #define dtoh16(i) i macro
1488 dtoh16(mkeep_alive_pktp->len_bytes)); in wl_ext_mkeep_alive()
3817 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_rssi_cache()
3820 node->RSSI[j] = dtoh16(bi->RSSI); in wl_update_rssi_cache()
3840 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_rssi_cache()
3847 leaf->RSSI[j] = dtoh16(bi->RSSI); in wl_update_rssi_cache()
3955 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_dirty_bss_cache()
3992 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_disconnected_bss_cache()
4054 rssi = dtoh16(node->results.bss_info->RSSI); in wl_bss_cache_dump()
4107 rssi = dtoh16(leaf->results.bss_info->RSSI); in wl_bss_cache_sort_rssi()
[all …]
H A Dwl_iw.c152 #define dtoh16(i) (i) macro
272 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1226 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1233 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_get_aplist()
1305 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1312 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_iscan_get_aplist()
1713 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_get_scan()
1731 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1733 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
1760 if (dtoh16(bi->capability) & DOT11_CAP_PRIVACY) in wl_iw_get_scan()
[all …]
H A Ddhd_custom_cis.c680 version = dtoh16(*(uint16 *)iov_resp); in dhd_otp_process_iov_resp_buf()
772 stat_info->rgnstart = dtoh16((uint16)*data); in dhd_otp_cbfn_rgnstatus()
775 stat_info->rgnsize = dtoh16((uint16)*data); in dhd_otp_cbfn_rgnstatus()
H A Dwl_android.c3972 if (dtoh16(sta->ver) != WL_STA_VER_4) { in wl_cfg80211_get_sta_info()
3975 dtoh16(sta->ver))); in wl_cfg80211_get_sta_info()
3988 cap = dtoh16(sta->cap); in wl_cfg80211_get_sta_info()
4041 if (dtoh16(sta->ver) == WL_STA_VER_4) { in wl_cfg80211_get_sta_info()
5074 stats->chanspec = dtoh16(stats->chanspec); in wl_chanim_stats()
5183 if (dtoh16(if_stats->version) > WL_IF_STATS_T_VERSION) { in wl_android_get_connection_stats()
5199 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
5332 dtoh16(ports_config->start_port_num)); in wlu_natoe_set_vars_cbfn()
5334 "number of ports: %d\n", dtoh16(ports_config->no_of_ports)); in wlu_natoe_set_vars_cbfn()
5988 version = dtoh16(*(uint16 *)iov_resp); in wl_android_mbo_subcmd_cell_data_cap()
[all …]
H A Ddhd_linux_exportfs.c851 if (dtoh16(pwrstats->version) != WL_PWRSTATS_VERSION) { in show_pwrstats_path()
857 len = dtoh16(pwrstats->length) - WL_PWR_STATS_HDRLEN; in show_pwrstats_path()
860 type = dtoh16(((uint16*)p_data)[0]); in show_pwrstats_path()
861 taglen = dtoh16(((uint16*)p_data)[1]); in show_pwrstats_path()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c127 #define dtoh16(i) (i) macro
229 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1086 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1092 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_get_aplist()
1093 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_get_aplist()
1156 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1162 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_iscan_get_aplist()
1163 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_iscan_get_aplist()
1520 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1522 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
[all …]
H A Ddhd_linux.h78 #define dtoh16(i) (i) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c127 #define dtoh16(i) (i) macro
229 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1092 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1098 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_get_aplist()
1099 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_get_aplist()
1162 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1168 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_iscan_get_aplist()
1169 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_iscan_get_aplist()
1526 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1528 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
[all …]
H A Ddhd_linux.h74 #define dtoh16(i) (i) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c127 #define dtoh16(i) (i) macro
229 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1092 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1098 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_get_aplist()
1099 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_get_aplist()
1162 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1168 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_iscan_get_aplist()
1169 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_iscan_get_aplist()
1526 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1528 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
[all …]
H A Ddhd_linux.h74 #define dtoh16(i) (i) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_escan.c40 #define dtoh16(i) (i) macro
474 if (dtoh16(escan_result->bss_count) != 1) { in wl_escan_handler()
966 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_merge_scan_results()
969 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_merge_scan_results()
993 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_escan_merge_scan_results()
995 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_escan_merge_scan_results()
1027 if (dtoh16(bi->capability) & DOT11_CAP_PRIVACY) in wl_escan_merge_scan_results()
1277 bi_rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_mesh_info()
1350 bi_rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_mesh_peer()
H A Dwl_iw.c153 #define dtoh16(i) (i) macro
273 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1221 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1228 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_get_aplist()
1299 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1306 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_iscan_get_aplist()
1688 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_iw_get_scan()
1706 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1708 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
1735 if (dtoh16(bi->capability) & DOT11_CAP_PRIVACY) in wl_iw_get_scan()
[all …]
H A Dwl_android.c78 #define dtoh16(i) i macro
1041 cap = dtoh16(sta->cap); in wl_cfg80211_get_sta_info()
1725 stats->chanspec = dtoh16(stats->chanspec); in wl_chanim_stats()
1817 if (dtoh16(if_stats->version) > WL_IF_STATS_T_VERSION) { in wl_android_get_connection_stats()
1831 if (dtoh16(if_stats->length) > OFFSETOF(wl_if_stats_t, txexptime)) { in wl_android_get_connection_stats()
1963 dtoh16(ports_config->start_port_num)); in wlu_natoe_set_vars_cbfn()
1965 "number of ports: %d\n", dtoh16(ports_config->no_of_ports)); in wlu_natoe_set_vars_cbfn()
3714 mcs_map = VHT_MCS_MAP_GET_MCS_PER_SS(i, dtoh16(bi->vht_rxmcsmap)); in wl_android_get_link_status()
H A Dwl_android_ext.c64 #define dtoh16(i) i macro
5364 dtoh16(mkeep_alive_pktp->len_bytes)); in wl_ext_mkeep_alive()
7326 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_rssi_cache()
7329 node->RSSI[j] = dtoh16(bi->RSSI); in wl_update_rssi_cache()
7349 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_rssi_cache()
7356 leaf->RSSI[j] = dtoh16(bi->RSSI); in wl_update_rssi_cache()
7464 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_dirty_bss_cache()
7501 dtoh16(node->results.bss_info->RSSI), node->results.bss_info->SSID); in wl_delete_disconnected_bss_cache()
7544 rssi = dtoh16(node->results.bss_info->RSSI); in dump_bss_cache()
7614 k, &bi->BSSID, dtoh16(bi->RSSI), bi->SSID); in wl_update_bss_cache()
[all …]

123