Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h157 typedef enum { WDS_ADD, WDS_DEL } wds_oper_type; enumerator
H A Dhostap_ap.c1967 entry->type == WDS_ADD ? "adding" : "removing", in handle_wds_oper_queue()
1969 if (entry->type == WDS_ADD) in handle_wds_oper_queue()
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()
H A Dhostap_80211_rx.c590 hostap_wds_link_oper(local, hdr->addr2, WDS_ADD); in hostap_rx_frame_wds()