Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c84 static unsigned int probe_resp_offload_support(int supp_protocols) in probe_resp_offload_support() argument
88 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS) in probe_resp_offload_support()
90 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2) in probe_resp_offload_support()
92 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P) in probe_resp_offload_support()
94 if (supp_protocols & NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U) in probe_resp_offload_support()