Searched refs:pDot11f (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 162 tDot11fFfCapabilities *pDot11f, in populate_dot11f_capabilities() argument 175 swap_bit_field16(cfg, (uint16_t *) pDot11f); in populate_dot11f_capabilities() 218 tDot11fIEmax_chan_switch_time *pDot11f, in populate_dot11f_max_chan_switch_time() argument 224 pDot11f->present = 0; in populate_dot11f_max_chan_switch_time() 230 pDot11f->switch_time[0] = switch_time & 0xff; in populate_dot11f_max_chan_switch_time() 231 pDot11f->switch_time[1] = (switch_time >> 8) & 0xff; in populate_dot11f_max_chan_switch_time() 232 pDot11f->switch_time[2] = (switch_time >> 16) & 0xff; in populate_dot11f_max_chan_switch_time() 234 pDot11f->present = 1; in populate_dot11f_max_chan_switch_time() 266 tDot11fIEChanSwitchAnn *pDot11f, in populate_dot11f_chan_switch_ann() argument 269 pDot11f->switchMode = pe_session->gLimChannelSwitch.switchMode; in populate_dot11f_chan_switch_ann() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_tdls.c | 990 tDot11fIEhe_6ghz_band_cap *pDot11f) in lim_tdls_populate_dot11f_6hgz_he_caps() argument 1007 pDot11f->present = 1; in lim_tdls_populate_dot11f_6hgz_he_caps() 1008 pDot11f->min_mpdu_start_spacing = in lim_tdls_populate_dot11f_6hgz_he_caps() 1010 pDot11f->max_ampdu_len_exp = peer_cfg.dot11f.max_ampdu_len_exp; in lim_tdls_populate_dot11f_6hgz_he_caps() 1011 pDot11f->max_mpdu_len = peer_cfg.dot11f.max_mpdu_len; in lim_tdls_populate_dot11f_6hgz_he_caps() 1012 pDot11f->sm_pow_save = peer_cfg.dot11f.sm_pow_save; in lim_tdls_populate_dot11f_6hgz_he_caps() 1013 pDot11f->rd_responder = peer_cfg.dot11f.rd_responder; in lim_tdls_populate_dot11f_6hgz_he_caps() 1014 pDot11f->rx_ant_pattern_consistency = in lim_tdls_populate_dot11f_6hgz_he_caps() 1016 pDot11f->tx_ant_pattern_consistency = in lim_tdls_populate_dot11f_6hgz_he_caps() 1019 lim_log_he_6g_cap(mac, pDot11f); in lim_tdls_populate_dot11f_6hgz_he_caps() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | parser_api.h | 746 tDot11fFfCapabilities *pDot11f, 758 tDot11fIEmax_chan_switch_time *pDot11f, 780 tDot11fIEChanSwitchAnn *pDot11f, 790 tDot11fIEtransmit_power_env *pDot11f, 797 tDot11fIEChannelSwitchWrapper *pDot11f, 803 tDot11fIECountry *pDot11f, struct pe_session *pe_session); 808 tDot11fIEDSParams *pDot11f, qdf_freq_t freq); 813 tDot11fIEEDCAParamSet *pDot11f, 818 tDot11fIEERPInfo *pDot11f, struct pe_session *pe_session); 822 uint8_t nChannelNum, tDot11fIEExtSuppRates *pDot11f, [all …]
|