Searched refs:op_class (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | ieee802_11_common.c | 356 u8 op_class; in get_operating_class() local 361 op_class = 83; in get_operating_class() 363 op_class = 84; in get_operating_class() 365 op_class = 81; in get_operating_class() 367 return op_class; in get_operating_class()
|
D | wnm_sta.c | 473 u32 bss_info, u8 op_class, u8 chan, u8 phy_type, in wnm_add_nei_rep() argument 494 wpabuf_put_u8(*buf, op_class); in wnm_add_nei_rep() 508 u8 op_class; in wnm_nei_rep_add_bss() local 525 op_class = get_operating_class(bss->channel, sec_chan); in wnm_nei_rep_add_bss() 531 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, bss->channel, phy_type, in wnm_nei_rep_add_bss()
|
D | rrm.c | 385 u8 *op_class, u8 *chan, u8 *phy_type) in wpas_get_op_chan_phy() argument 402 *op_class = get_operating_class(channel, sec_chan); in wpas_get_op_chan_phy() 580 if (wpas_get_op_chan_phy(bss->channel, ies, ies_len, &rep.op_class, in wpas_add_beacon_rep()
|
D | ieee802_11_defs.h | 889 u8 op_class; /* Operating Class */ member
|
D | dpp.c | 1029 u8 op_class = 81, channel = 6; in dpp_auth_build_req() local 1033 wpabuf_put_u8(msg, op_class); in dpp_auth_build_req()
|