Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_ap.h156 typedef enum { WDS_ADD, WDS_DEL } wds_oper_type; enumerator
Dhostap_ap.c2029 entry->type == WDS_ADD ? "adding" : "removing", in handle_wds_oper_queue()
2031 if (entry->type == WDS_ADD) in handle_wds_oper_queue()
2166 hostap_wds_link_oper(local, sta->addr, WDS_ADD); in handle_beacon()
3307 hostap_wds_link_oper(local, sta->addr, WDS_ADD); in hostap_add_wds_links()
Dhostap_80211_rx.c591 hostap_wds_link_oper(local, hdr->addr2, WDS_ADD); in hostap_rx_frame_wds()