Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2459 struct rtl_beacon_keys *cur_bcn_key; in rtl_check_beacon_key() local
2478 cur_bcn_key = &mac->cur_beacon_keys; in rtl_check_beacon_key()
2481 if (cur_bcn_key->valid) { in rtl_check_beacon_key()
2482 cur_bcn_key->valid = false; in rtl_check_beacon_key()
2539 if (!cur_bcn_key->valid) { in rtl_check_beacon_key()
2541 memcpy(cur_bcn_key, &bcn_key, sizeof(bcn_key)); in rtl_check_beacon_key()
2542 cur_bcn_key->valid = true; in rtl_check_beacon_key()
2546 cur_bcn_key->bcn_channel, in rtl_check_beacon_key()
2547 cur_bcn_key->ht_cap_info, in rtl_check_beacon_key()
2548 cur_bcn_key->ht_info_infos_0_sco); in rtl_check_beacon_key()
[all …]