Home
last modified time | relevance | path

Searched refs:user_list_head (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c693 hi_list *user_list_head = HI_NULL; in WalGetAssociatedStasInfo() local
701 user_list_head = &(mac_vap->mac_user_list_head); in WalGetAssociatedStasInfo()
702 for (entry = user_list_head->next; entry != user_list_head && number < num; number++) { in WalGetAssociatedStasInfo()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c408 hi_list *user_list_head = HI_NULL; in hmac_proc_dev_sleep_req_del_ba_timer() local
419 user_list_head = &(hmac_vap->base_vap->mac_user_list_head); in hmac_proc_dev_sleep_req_del_ba_timer()
420 for (entry = user_list_head->next; entry != user_list_head; entry = entry->next) { in hmac_proc_dev_sleep_req_del_ba_timer()
1475 hi_list *user_list_head = &(mac_vap->mac_user_list_head); in hmac_config_del_user() local
1478 for (entry = user_list_head->next; entry != user_list_head;) { in hmac_config_del_user()
3305 hi_list *user_list_head = &(mac_vap->mac_user_list_head); in hmac_config_kick_user() local
3306 for (entry = user_list_head->next; entry != user_list_head;) { in hmac_config_kick_user()
6199 hi_list *user_list_head = HI_NULL; hmac_enable_pmf() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_vap.h1229 hi_list *user_list_head = HI_NULL; in mac_vap_user_exist() local
1232 hi_list_for_each_safe(member_entry, user_list_head, head) { in mac_vap_user_exist()

Completed in 13 milliseconds