Searched refs:hs20_t_c_filtering (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dhs20.h23 void hs20_t_c_filtering(struct hostapd_data *hapd, struct sta_info *sta,
H A Dhs20.c235 void hs20_t_c_filtering(struct hostapd_data *hapd, struct sta_info *sta, function
242 sta->hs20_t_c_filtering = 1;
250 sta->hs20_t_c_filtering = 0;
H A Dsta_info.h121 unsigned int hs20_t_c_filtering:1; member in struct:sta_info
H A Dieee802_1x.c1747 hs20_t_c_filtering(hapd, sta, pos[0] & BIT(0));
2921 if (sta->hs20_t_c_filtering) {
2954 sta->hs20_t_c_filtering)) {
H A Dhostapd.c1015 if (attr->hs20_t_c_filtering) {
1016 if (attr->hs20_t_c_filtering[0] & BIT(0)) {
1022 hs20_t_c_filtering(hapd, sta, 0);
/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_das.h41 const u8 *hs20_t_c_filtering; member in struct:radius_das_attrs
H A Dradius_das.c324 attrs.hs20_t_c_filtering = &buf[6];
327 if (!attrs.hs20_t_c_filtering) {
H A Dradius_server.c887 sql = sqlite3_mprintf("INSERT OR REPLACE INTO current_sessions(mac_addr,identity,start_time,nas,hs20_t_c_filtering) VALUES (%Q,%Q,%d,%Q,%u)",
1800 sql = sqlite3_mprintf("UPDATE current_sessions SET hs20_t_c_filtering=0, waiting_coa_ack=0, coa_ack_received=1 WHERE mac_addr=%Q",
2842 int hs20_t_c_filtering; member in struct:db_session_fields
2865 } else if (os_strcmp(col[i], "hs20_t_c_filtering") == 0) {
2866 fields->hs20_t_c_filtering = atoi(argv[i]);

Completed in 173 milliseconds