Home
last modified time | relevance | path

Searched refs:h2e (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_module.c1885 uint8_t h2e; in wlansap_fill_channel_change_request() local
1959 h2e = WLAN_BASIC_RATE_MASK | in wlansap_fill_channel_change_request()
1962 req->ext_rates.rate[req->ext_rates.numRates] = h2e; in wlansap_fill_channel_change_request()
1967 req->opr_rates.rate[req->opr_rates.numRates] = h2e; in wlansap_fill_channel_change_request()
Dsap_fsm.c3313 uint8_t h2e; in sap_goto_starting() local
3425 h2e = WLAN_BASIC_RATE_MASK | in sap_goto_starting()
3428 ext_rates->rate[ext_rates->numRates] = h2e; in sap_goto_starting()
3432 opr_rates->rate[opr_rates->numRates] = h2e; in sap_goto_starting()