Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2458 struct rtl_beacon_keys bcn_key = {}; in rtl_check_beacon_key() local
2498 bcn_key.bcn_channel = ds_param[2]; in rtl_check_beacon_key()
2509 bcn_key.ht_cap_info = ht_cap_ie->cap_info; in rtl_check_beacon_key()
2527 bcn_key.bcn_channel = ht_oper_ie->primary_chan; in rtl_check_beacon_key()
2530 bcn_key.ht_info_infos_0_sco = ht_oper_ie->ht_param & 0x03; in rtl_check_beacon_key()
2532 bcn_key.valid = true; in rtl_check_beacon_key()
2541 memcpy(cur_bcn_key, &bcn_key, sizeof(bcn_key)); in rtl_check_beacon_key()
2553 if (!memcmp(cur_bcn_key, &bcn_key, sizeof(bcn_key))) { in rtl_check_beacon_key()
2559 if (cur_bcn_key->bcn_channel == bcn_key.bcn_channel && in rtl_check_beacon_key()
2560 cur_bcn_key->ht_cap_info == bcn_key.ht_cap_info) { in rtl_check_beacon_key()
[all …]