Lines Matching refs:u32

109 	u32 obss;
110 u32 ibss;
111 u32 no_ctg;
112 u32 no_pckt;
113 u32 tx;
114 u32 idle;
118 u32 msrmnt_time; /* Time for Measurement (msec) */
119 u32 msrmnt_done; /* flag set when measurement complete */
124 u32 msrmnt_query;
125 u32 time_req;
243 static const u32 brcmf_cipher_suites[] = {
262 u32 ie_len; /* total length including id & length field */
267 u32 count;
284 u32 flags; /* flags for operation */
286 u32 wlc_index; /* optional for wlc index */
292 u32 flags; /* flags for operation */
296 u32 wlc_index; /* optional for wlc index */
305 u32 flags; /* flags for operation */
444 brcmf_tlv_has_ie(const u8 *ie, const u8 **tlvs, u32 *tlvs_len, in brcmf_tlv_has_ie()
445 const u8 *oui, u32 oui_len, u8 type) in brcmf_tlv_has_ie()
467 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie()
480 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie()
618 u32 iface_create_ver; in brcmf_cfg80211_request_sta_if()
712 u32 iface_create_ver; in brcmf_cfg80211_request_ap_if()
1047 u32 ch; in brcmf_scan_params_v2_to_v1()
1069 params_size = roundup(params_size, sizeof(u32)); in brcmf_scan_params_v2_to_v1()
1081 u32 n_ssids; in brcmf_escan_prep()
1082 u32 n_channels; in brcmf_escan_prep()
1120 length += roundup(sizeof(u16) * n_channels, sizeof(u32)); in brcmf_escan_prep()
1137 offset = roundup(offset, sizeof(u32)); in brcmf_escan_prep()
1173 u32 bucket; in brcmf_notify_escan_complete()
1437 params_size += sizeof(u32) * ((request->n_channels + 1) / 2); in brcmf_run_escan()
1580 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) in brcmf_set_rts()
1593 static s32 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) in brcmf_set_frag()
1607 static s32 brcmf_set_retry(struct net_device *ndev, u32 retry, bool l) in brcmf_set_retry()
1612 u32 cmd = (l ? BRCMF_C_SET_LRL : BRCMF_C_SET_SRL); in brcmf_set_retry()
1622 static s32 brcmf_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) in brcmf_cfg80211_set_wiphy_params()
1777 u32 ssid_len; in brcmf_cfg80211_join_ibss()
1855 ssid_len = min_t(u32, params->ssid_len, IEEE80211_MAX_SSID_LEN); in brcmf_cfg80211_join_ibss()
1872 u32 target_channel; in brcmf_cfg80211_join_ibss()
2092 u32 ie_len; in brcmf_set_key_mgmt()
2093 u32 offset; in brcmf_set_key_mgmt()
2095 u32 mfp; in brcmf_set_key_mgmt()
2259 key.len = (u32) sme->key_len; in brcmf_set_sharedkey()
2260 key.index = (u32) sme->key_idx; in brcmf_set_sharedkey()
2368 u32 ie_len; in brcmf_cfg80211_connect()
2372 u32 ssid_len; in brcmf_cfg80211_connect()
2513 ssid_len = min_t(u32, sme->ssid_len, IEEE80211_MAX_SSID_LEN); in brcmf_cfg80211_connect()
2635 u32 qdbm = 127; in brcmf_cfg80211_set_tx_power()
2709 u32 index; in brcmf_cfg80211_config_default_key()
2710 u32 wsec; in brcmf_cfg80211_config_default_key()
2765 key->index = (u32)key_idx; in brcmf_cfg80211_del_key()
3005 static void brcmf_convert_sta_flags(u32 fw_sta_flags, struct station_info *si) in brcmf_convert_sta_flags()
3070 u32 rate; in brcmf_cfg80211_get_station_ibss()
3071 u32 rssi; in brcmf_cfg80211_get_station_ibss()
3121 u32 sta_flags; in brcmf_cfg80211_get_station()
3122 u32 is_tdls_peer; in brcmf_cfg80211_get_station()
3127 u32 i; in brcmf_cfg80211_get_station()
3312 min_t(u32, timeout, BRCMF_PS_MAX_TIMEOUT_MS)); in brcmf_cfg80211_set_power_mgmt()
3330 u32 freq; in brcmf_inform_single_bss()
3432 u32 freq; in brcmf_inform_ibss()
3611 u32 escan_buflen; in brcmf_cfg80211_escan_handler()
3614 u32 bi_length; in brcmf_cfg80211_escan_handler()
3616 u32 i; in brcmf_cfg80211_escan_handler()
3728 brcmf_alloc_internal_escan_request(struct wiphy *wiphy, u32 n_netinfo) { in brcmf_alloc_internal_escan_request()
3786 static int brcmf_start_internal_escan(struct brcmf_if *ifp, u32 fwmap, in brcmf_start_internal_escan()
3851 u32 bucket_map; in brcmf_notify_sched_scan_results()
3852 u32 result_count; in brcmf_notify_sched_scan_results()
3853 u32 status; in brcmf_notify_sched_scan_results()
3854 u32 datalen; in brcmf_notify_sched_scan_results()
3967 static __always_inline void brcmf_delay(u32 ms) in brcmf_delay()
3978 u8 *pattern, u32 patternsize, u8 *mask, in brcmf_config_wowl_pattern()
3979 u32 packet_offset) in brcmf_config_wowl_pattern()
3982 u32 masksize; in brcmf_config_wowl_pattern()
3983 u32 patternoffset; in brcmf_config_wowl_pattern()
3985 u32 bufsize; in brcmf_config_wowl_pattern()
4073 u32 wakeind; in brcmf_report_wowl_wakeind()
4175 u32 wowl_config; in brcmf_configure_wowl()
4177 u32 i; in brcmf_configure_wowl()
4349 u32 npmk; in brcmf_update_pmklist()
4371 u32 npmk, i; in brcmf_cfg80211_set_pmksa()
4416 u32 npmk, i; in brcmf_cfg80211_del_pmksa()
4524 u32 auth = 0; /* d11 open authentication */ in brcmf_configure_wpaie()
4528 u32 i; in brcmf_configure_wpaie()
4529 u32 wsec; in brcmf_configure_wpaie()
4530 u32 pval = 0; in brcmf_configure_wpaie()
4531 u32 gval = 0; in brcmf_configure_wpaie()
4532 u32 wpa_auth = 0; in brcmf_configure_wpaie()
4533 u32 offset; in brcmf_configure_wpaie()
4536 u32 wme_bss_disable; in brcmf_configure_wpaie()
4537 u32 mfp; in brcmf_configure_wpaie()
4764 brcmf_parse_vndr_ies(const u8 *vndr_ie_buf, u32 vndr_ie_len, in brcmf_parse_vndr_ies()
4820 static u32
4821 brcmf_vndr_ie(u8 *iebuf, s32 pktflag, u8 *ie_ptr, u32 ie_len, s8 *add_del_cmd) in brcmf_vndr_ie()
4835 const u8 *vndr_ie_buf, u32 vndr_ie_len) in brcmf_vif_set_mgmt_ie()
4845 u32 *mgmt_ie_len; in brcmf_vif_set_mgmt_ie()
4846 u32 del_add_ie_buf_len = 0; in brcmf_vif_set_mgmt_ie()
4847 u32 total_ie_buf_len = 0; in brcmf_vif_set_mgmt_ie()
4848 u32 parsed_ie_buf_len = 0; in brcmf_vif_set_mgmt_ie()
5153 ssid_le.SSID_len = cpu_to_le32((u32)settings->ssid_len); in brcmf_cfg80211_start_ap()
5521 u32 freq; in brcmf_cfg80211_mgmt_tx()
5688 u32 chanspec; in brcmf_cfg80211_get_channel()
5846 u32 changed) in brcmf_cfg80211_update_conn_params()
6043 u32 event = e->event_code; in brcmf_is_linkup()
6044 u32 status = e->status; in brcmf_is_linkup()
6073 u32 event = e->event_code; in brcmf_is_linkdown()
6090 u32 event = e->event_code; in brcmf_is_nonetwork()
6091 u32 status = e->status; in brcmf_is_nonetwork()
6271 u32 req_len; in brcmf_get_assoc_ies()
6272 u32 resp_len; in brcmf_get_assoc_ies()
6359 u32 freq; in brcmf_bss_roaming_done()
6466 u32 event = e->event_code; in brcmf_notify_connect_status_ap()
6467 u32 reason = e->reason; in brcmf_notify_connect_status_ap()
6578 u32 event = e->event_code; in brcmf_notify_roaming_status()
6579 u32 status = e->status; in brcmf_notify_roaming_status()
6711 conf->frag_threshold = (u32)-1; in brcmf_init_conf()
6712 conf->rts_threshold = (u32)-1; in brcmf_init_conf()
6713 conf->retry_short = (u32)-1; in brcmf_init_conf()
6714 conf->retry_long = (u32)-1; in brcmf_init_conf()
6778 cfg->wowl.nd = kzalloc(sizeof(*cfg->wowl.nd) + sizeof(u32), GFP_KERNEL); in brcmf_init_priv_mem()
6835 u32 bcn_timeout; in brcmf_dongle_roam()
6915 u32 ht40_flag; in brcmf_update_bw40_channel_flag()
6934 u32 bw_cap[]) in brcmf_construct_chaninfo()
6945 u32 i, j; in brcmf_construct_chaninfo()
6946 u32 total; in brcmf_construct_chaninfo()
6947 u32 chaninfo; in brcmf_construct_chaninfo()
7076 u32 val; in brcmf_enable_bw40_2g()
7079 u32 num_chan; in brcmf_enable_bw40_2g()
7153 static void brcmf_get_bwcap(struct brcmf_if *ifp, u32 bw_cap[]) in brcmf_get_bwcap()
7156 u32 band, mimo_bwcap; in brcmf_get_bwcap()
7196 u32 bw_cap[2], u32 nchain) in brcmf_update_ht_cap()
7211 static __le16 brcmf_get_mcs_map(u32 nchain, enum ieee80211_vht_mcs_support supp) in brcmf_get_mcs_map()
7223 u32 bw_cap[2], u32 nchain, u32 txstreams, in brcmf_update_vht_cap()
7224 u32 txbf_bfe_cap, u32 txbf_bfr_cap) in brcmf_update_vht_cap()
7269 u32 nmode = 0; in brcmf_setup_wiphybands()
7270 u32 vhtmode = 0; in brcmf_setup_wiphybands()
7271 u32 bw_cap[2] = { WLC_BW_20MHZ_BIT, WLC_BW_20MHZ_BIT }; in brcmf_setup_wiphybands()
7272 u32 rxchain; in brcmf_setup_wiphybands()
7273 u32 nchain; in brcmf_setup_wiphybands()
7277 u32 txstreams = 0; in brcmf_setup_wiphybands()
7278 u32 txbf_bfe_cap = 0; in brcmf_setup_wiphybands()
7279 u32 txbf_bfr_cap = 0; in brcmf_setup_wiphybands()
7583 u32 n_bands; in brcmf_setup_wiphy()
8094 u32 noise; in brcmf_cfg80211_dump_survey()