Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h257 void hostap_wds_link_oper(local_info_t *local, u8 *addr, wds_oper_type type);
Dhostap_ap.c240 hostap_wds_link_oper(local, sta->addr, WDS_DEL); in ap_handle_timer()
2104 hostap_wds_link_oper(local, sta->addr, WDS_ADD); in handle_beacon()
3245 hostap_wds_link_oper(local, sta->addr, WDS_ADD); in hostap_add_wds_links()
3253 void hostap_wds_link_oper(local_info_t *local, u8 *addr, wds_oper_type type) in hostap_wds_link_oper() function
Dhostap_80211_rx.c590 hostap_wds_link_oper(local, hdr->addr2, WDS_ADD); in hostap_rx_frame_wds()