Searched refs:mlan_htons (Results 1 – 3 of 3) sorted by relevance
66 ptlv->Type = mlan_htons(ptlv->Type); in wps_parser()67 ptlv->Length = mlan_htons(ptlv->Length); in wps_parser()
177 mlan_htons(pkt_len + LLC_SNAP_LEN - ((2 * MLAN_MAC_ADDR_LENGTH) + sizeof(t_u16))); in wlan_11n_form_amsdu_pkt()
327 #define mlan_htons(x) x macro369 #define mlan_htons(x) swap_byte_16(x)