Searched refs:hostap_wds_link_oper (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_ap.h | 257 void hostap_wds_link_oper(local_info_t *local, u8 *addr, wds_oper_type type);
 | 
| D | hostap_ap.c | 240 			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
 
 | 
| D | hostap_80211_rx.c | 590 			hostap_wds_link_oper(local, hdr->addr2, WDS_ADD);  in hostap_rx_frame_wds()
 |