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

/freebsd-current/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.h162 unsigned int hs20_t_c_filtering:1; member in struct:sta_info
H A Dieee802_1x.c1759 hs20_t_c_filtering(hapd, sta, pos[0] & BIT(0));
2927 if (sta->hs20_t_c_filtering) {
2960 sta->hs20_t_c_filtering)) {
H A Dhostapd.c1043 if (attr->hs20_t_c_filtering) {
1044 if (attr->hs20_t_c_filtering[0] & BIT(0)) {
1050 hs20_t_c_filtering(hapd, sta, 0);
/freebsd-current/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.c720 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)",
1633 sql = sqlite3_mprintf("UPDATE current_sessions SET hs20_t_c_filtering=0, waiting_coa_ack=0, coa_ack_received=1 WHERE mac_addr=%Q",
2645 int hs20_t_c_filtering; member in struct:db_session_fields
2668 } else if (os_strcmp(col[i], "hs20_t_c_filtering") == 0) {
2669 fields->hs20_t_c_filtering = atoi(argv[i]);

Completed in 200 milliseconds