Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c89 static unsigned int probe_resp_offload_support(int supp_protocols) in probe_resp_offload_support() argument
93 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS) in probe_resp_offload_support()
95 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2) in probe_resp_offload_support()
97 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P) in probe_resp_offload_support()
99 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U) in probe_resp_offload_support()