Searched refs:rem (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/hs20/server/www/ |
D | users.php | 171 $rem = $row['remediation']; variable 172 if ($rem == "") { 186 } else if ($rem == "user") { 189 } else if ($rem == "policy") { 192 } else if ($rem == "free") { 195 } else if ($rem == "reenroll") { 337 $rem = $row['remediation']; variable 339 if ($rem == "") { 341 } else if ($rem == "user") { 343 } else if ($rem == "policy") { [all …]
|
/hostap-latest/src/drivers/ |
D | driver_macsec_linux.c | 591 int rem; in dump_callback() local 593 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_TXSA_LIST], rem) { in dump_callback() 618 int rem; in dump_callback() local 620 nla_for_each_nested(nla, tb_msg[MACSEC_ATTR_RXSC_LIST], rem) { in dump_callback() 635 rem) { in dump_callback()
|
D | driver_nl80211_capa.c | 840 int rem = 0, i; in wiphy_info_extended_capab() local 846 nla_for_each_nested(attr, tb, rem) { in wiphy_info_extended_capab() 1064 int rem; in wiphy_info_handler() local 1066 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in wiphy_info_handler() 1149 int rem; in wiphy_info_handler() local 1151 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) { in wiphy_info_handler()
|
D | driver_nl80211_event.c | 795 int i, rem, tidnum = 0; in qca_nl80211_tid_to_link_map_event() local 841 rem) { in qca_nl80211_tid_to_link_map_event() 1973 int rem; in send_scan_event() local 1994 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) { in send_scan_event() 2014 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem) in send_scan_event() 2971 int rem; in send_vendor_scan_event() local 2984 tb[QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS], rem) { in send_vendor_scan_event() 3008 rem) { in send_vendor_scan_event()
|
D | driver_nl80211.c | 362 int rem; in error_handler() local 404 nla_for_each_nested(link_attr, mlo_links, rem) { in error_handler() 1059 int rem; in get_mlo_info() local 1068 nla_for_each_nested(link_attr, tb[NL80211_ATTR_MLO_LINKS], rem) { in get_mlo_info() 7837 int rem; in get_sta_tid_stats() local 7839 nla_for_each_nested(tidattr, attr, rem) { in get_sta_tid_stats() 11599 int rem; in vendor_reply_handler() local 11616 nla_for_each_nested(nl, nl_vendor_reply, rem) { in vendor_reply_handler() 12756 int rem; in preferred_freq_info_handler() local 12761 nla_for_each_nested(attr, wpcl, rem) { in preferred_freq_info_handler() [all …]
|
/hostap-latest/hostapd/ |
D | config_file.c | 137 int rem = 0; in hostapd_config_read_maclist() local 155 rem = 1; in hostapd_config_read_maclist() 166 if (rem) { in hostapd_config_read_maclist()
|
/hostap-latest/wpa_supplicant/ |
D | p2p_supplicant.c | 8935 struct hostapd_wpa_psk *psk, *prev, *rem; in wpas_p2p_remove_client_go() local 8957 rem = psk; in wpas_p2p_remove_client_go() 8959 bin_clear_free(rem, sizeof(*rem)); in wpas_p2p_remove_client_go()
|