Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c88 static unsigned int probe_resp_offload_support(int supp_protocols) in probe_resp_offload_support() argument
92 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS) in probe_resp_offload_support()
94 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2) in probe_resp_offload_support()
96 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P) in probe_resp_offload_support()
98 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U) in probe_resp_offload_support()