Searched refs:attr_get_int (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/wlantest/ |
D | ctrl.c | 61 static int attr_get_int(u8 *buf, size_t buflen, enum wlantest_ctrl_attr attr) in attr_get_int() function 695 frame = attr_get_int(cmd, clen, WLANTEST_ATTR_INJECT_FRAME); in ctrl_inject() 696 sender_ap = attr_get_int(cmd, clen, WLANTEST_ATTR_INJECT_SENDER_AP); in ctrl_inject() 699 prot = attr_get_int(cmd, clen, WLANTEST_ATTR_INJECT_PROTECTION); in ctrl_inject() 1142 prot = attr_get_int(cmd, clen, WLANTEST_ATTR_INJECT_PROTECTION); in ctrl_send_()
|