Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Dwl_iw.c93 #define dtoh16(i) i macro
191 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
1089 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_get_aplist()
1095 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_get_aplist()
1096 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_get_aplist()
1159 if (!(dtoh16(bi->capability) & DOT11_CAP_ESS)) in wl_iw_iscan_get_aplist()
1165 qual[dwrq->length].qual = rssi_to_qual(dtoh16(bi->RSSI)); in wl_iw_iscan_get_aplist()
1166 qual[dwrq->length].level = 0x100 + dtoh16(bi->RSSI); in wl_iw_iscan_get_aplist()
1437 if (dtoh16(bi->capability) & (DOT11_CAP_ESS | DOT11_CAP_IBSS)) { in wl_iw_get_scan()
1439 if (dtoh16(bi->capability) & DOT11_CAP_ESS) in wl_iw_get_scan()
[all …]
Dwldev_common.c38 #define dtoh16(i) (i) macro
Ddhd_pno.c52 #define dtoh16(i) (bcmswap16(i)) macro
54 #define dtohchanspec(i) dtoh16(i)
59 #define dtoh16(i) (i) macro
Dwl_cfg80211.h50 #define dtoh16(i) (i) macro
Dwl_cfg80211.c951 key->rxiv.lo = dtoh16(key->rxiv.lo); in swap_key_to_BE()
3929 sta->len = dtoh16(sta->len); in wl_cfg80211_get_station()
3930 sta->cap = dtoh16(sta->cap); in wl_cfg80211_get_station()
6853 notif_bss_info->rssi = dtoh16(bi->RSSI) + RSSI_OFFSET;
8854 if (dtoh16(escan_result->bss_count) != 1) {
8873 if (dtoh16(bi->capability) & DOT11_CAP_IBSS) {
Ddhd_common.c60 #define dtoh16(i) (i) macro